coriolis/cumulus/src/plugins/sram
Jean-Paul Chaput 1253eeeef4 Allow the user to choose the name of the SRAM. Placement fix.
* Change: In cumulus/plugins.sram.sram_256x32, add a new parameter to
    __init__() so the user can choose the model name of the generated
    SRAM.
* Change: In cumulus/plugins.sram.sram.BaseSRAM.placeInstance(),
    placement status must be FIXED instead of PLACED so the placer do
    not "unplace" them.
      The Cell.updatePlacedFlag() method must also be called once
    the model if fully built.
2022-10-30 10:36:52 +01:00
..
__init__.py Added Standard Cells based SRAM generator (Python). 2022-10-14 10:12:03 +02:00
sram.py Allow the user to choose the name of the SRAM. Placement fix. 2022-10-30 10:36:52 +01:00
sram_256x32.py Allow the user to choose the name of the SRAM. Placement fix. 2022-10-30 10:36:52 +01:00
sramplacer1.py Remove extra debug messages in PythonAttributes. 2022-10-13 10:54:11 +02:00
sramplacer2.py Added Standard Cells based SRAM generator (Python). 2022-10-14 10:12:03 +02:00