coriolis/crlcore/etc
Jean-Paul Chaput e4041d5e26 Improved Hurricane/Python database reset.
* Change: In CRL/helpers/__init__.py, to ensure a complete restart of
    the database the __init__.py must be called again, but it's not the
    case with reload() (see Python doc). So helpers.resetCoriolis()
    must explicitly removes the Coriolis related Python modules from
    sys.modules (calling "del sys.modules[moduleName]").
      That list of Coriolis Python modules is built by calling
    helpers.tagConfModules(), it will tag all modules added to
    sys.modules since startup. It will remove (much) more than
    Coriolis modules, but that should be ok.
* Change: In CRL/etc/{node*,symbolic}/TECH/__init__.py, add a call to
    helpers.tagConfModules() for the techno modules to be erased on
    reset.
2020-07-14 19:49:54 +02:00
..
45 First step in supporting ISPD18 detailed routing benchmarks. 2019-03-29 11:07:55 +01:00
common Bug fix, restore the FreePDK 45 (real) support. 2020-04-27 10:34:19 +02:00
node45 Improved Hurricane/Python database reset. 2020-07-14 19:49:54 +02:00
node180 Improved Hurricane/Python database reset. 2020-07-14 19:49:54 +02:00
node600 Improved Hurricane/Python database reset. 2020-07-14 19:49:54 +02:00
symbolic Improved Hurricane/Python database reset. 2020-07-14 19:49:54 +02:00
CMakeLists.txt Bug fix, restore the FreePDK 45 (real) support. 2020-04-27 10:34:19 +02:00