coriolis/crlcore/src/pyCRL
Jean-Paul Chaput 5d891b2cd8 The VST driver is now allowed to preserve the case of identifiers.
* New: In CRL::NamingScheme, add a flag VstNoLowerCase, and its
    management it in the Verilog to VHDL converter.
* Change: In CRL::BlifParser::Model::toVhdlModels(), disable the
    lowercasing of identifiers. We shouldn't apply Alliance VHDL
    subset constraits when reading blif files. So we will see
    uppercase identifiers in Coriolis.
* Change: In CRL::VstParser, no longer lowercase identifiers that
    are *not* VHDL keywords. Uppercases are legals in VHDL...
* New: In CRL::Catalog::State, add a new flag VstNoLowerCase to
    tell if the VST driver should keep the uppercases.
* Change: In CRL::VhdlEntity, add a VstNolowerCase flag to disable
    the lowercasing.
* Change: In CRL::vstDriver, lower case the file name if needed.
    remove the previously opened filename if it differs from the
    lowercased one.
* Change: In UnicornGui CTOR, disable VHDL enforcement for the
    Blif parser.
2020-06-08 13:34:25 +02:00
..
crlcore Migrating the initialisation system to be completely Python-like. 2019-10-28 18:09:14 +01:00
CMakeLists.txt Migrating the initialisation system to be completely Python-like. 2019-10-28 18:09:14 +01:00
PyAcmSigda.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyAllianceFramework.cpp Bug fix, restore the FreePDK 45 (real) support. 2020-04-27 10:34:19 +02:00
PyAllianceLibrary.cpp Support for full Database clear & restart. 2020-02-29 16:55:14 +01:00
PyBanner.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyBlif.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyCRL.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyCatalog.cpp The VST driver is now allowed to preserve the case of identifiers. 2020-06-08 13:34:25 +02:00
PyCatalogState.cpp The VST driver is now allowed to preserve the case of identifiers. 2020-06-08 13:34:25 +02:00
PyCellGauge.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyConstant.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyDefImport.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyEnvironment.cpp Support for full Database clear & restart. 2020-02-29 16:55:14 +01:00
PyGds.cpp Groudwork for routing density driven placement. Compliance with clang 5.0.1. 2019-12-09 01:57:44 +01:00
PyGraphicToolEngine.cpp * All Tools: 2012-11-16 12:49:47 +00:00
PyIspd05.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyLefImport.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyRoutingGauge.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyRoutingLayerGauge.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PySystem.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyToolBox.cpp New implementation for the Python hash and compare methods. 2019-11-14 23:56:01 +01:00
PyToolEngine.cpp Groudwork for routing density driven placement. Compliance with clang 5.0.1. 2019-12-09 01:57:44 +01:00
PyToolEngineCollection.cpp * All Tools: 2012-11-16 12:49:47 +00:00