coriolis/crlcore/etc/symbolic/cmos
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
..
__init__.py Improved Hurricane/Python database reset. 2020-07-14 19:49:54 +02:00
alliance.py Added message when loading the technology/configuration files. 2019-11-15 14:40:59 +01:00
analog.py Added message when loading the technology/configuration files. 2019-11-15 14:40:59 +01:00
display.py Added message when loading the technology/configuration files. 2019-11-15 14:40:59 +01:00
etesian.py Added message when loading the technology/configuration files. 2019-11-15 14:40:59 +01:00
kite.py Added message when loading the technology/configuration files. 2019-11-15 14:40:59 +01:00
misc.py Added message when loading the technology/configuration files. 2019-11-15 14:40:59 +01:00
patterns.py Added message when loading the technology/configuration files. 2019-11-15 14:40:59 +01:00
plugins.py Improved Hurricane/Python database reset. 2020-07-14 19:49:54 +02:00
stratus1.py Added message when loading the technology/configuration files. 2019-11-15 14:40:59 +01:00
stratus2sxlib.xml Quick fix for Stratus1, missing cell mapping file. 2019-10-25 11:20:15 +02:00
technology.py Correct drive of the Pin in AP driver. 2020-03-20 12:05:12 +01:00