coriolis/crlcore/python/helpers
Jean-Paul Chaput 23f9ea052c Improved CRL/helpers.overlay.CfgCache, setting of secondary values.
* New: In CRL/helpers.overlay.CfgCache, create a class to fully handle
    all the Configuration parameters settings. That is, range and
    enumerated values. This way we can fully create them from
    the CfgCache instead of merely changing the value of an
    existing one.
      Examples:
        cfg.anabatic.gcell.displayMode  = 1
        cfg.anabatic.gcell.displayMode  = ( ("Boundary", 1), ("Density", 2) )
        cfg.katana.hTracksReservedLocal = 4
        cfg.katana.hTracksReservedLocal = [ 0, 20 ]
2020-10-16 11:20:38 +02:00
..
__init__.py Port & integration of core2chip into alpha/block. 2020-10-07 15:07:16 +02:00
analogtechno.py Port & integration of core2chip into alpha/block. 2020-10-07 15:07:16 +02:00
io.py Port & integration of core2chip into alpha/block. 2020-10-07 15:07:16 +02:00
overlay.py Improved CRL/helpers.overlay.CfgCache, setting of secondary values. 2020-10-16 11:20:38 +02:00
utils.py Added property managment in @classdecorator. Unused :-( ... 2020-10-14 15:06:42 +02:00