coriolis/cumulus/src
Jean-Paul Chaput 1b5327313a Added Net direction checker/setter in CRL Core.
* New: CRL::restoreNetsdirection() (in ToolBox) that checks the coherency
    of all Nets direction through a complete hierarchy of cells.
      Stops at Cells flagged "TerminalNetlist".
      Directions are rebuilt for all the Cells part of the hierarchy
    in a bottom up fashion. It is also checked that Nets have only one
    driver (we assume there is no three-state busses).
      To sort cells in hierarchical order (bottom up according to their
    depth), copy the DepthOrder class from the GDSII driver. Will unify
    them later.
      exported to the Python interface.
* New: In cumulus/tools/blif2vst.py, add a call to restoreNetsdirection()
    before saving.
2021-03-15 23:57:15 +01:00
..
plugins Correct managment of macro block regarding to P&R. 2021-03-14 16:16:54 +01:00
tools Added Net direction checker/setter in CRL Core. 2021-03-15 23:57:15 +01:00
Alliance.py Support for mixing real pads & symbolic core. Wrapper around s2r. 2019-05-22 14:34:32 +02:00
CMakeLists.txt Support for dedicated power plane in Cumulus (vertical stripes). 2021-03-02 12:19:18 +01:00
placeandroute.py Support for mixing real pads & symbolic core. Wrapper around s2r. 2019-05-22 14:34:32 +02:00
ref.py * ./cumulus: 2010-11-16 14:09:31 +00:00