VLSIDA / OpenRAM

An open-source static random access memory (SRAM) compiler.
http://www.openram.org
BSD 3-Clause "New" or "Revised" License
780 stars 198 forks source link

openram.py doesn't exist in any tree #227

Open msarwarx1 opened 4 months ago

msarwarx1 commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

Version Which commit are you using?

To Reproduce What did you do to demonstrate the bug? Please include your configuration file used.

Expected behavior A clear and concise description of what you expected to happen.

Logs If applicable, add logs or output to help explain your problem.

Additional context Add any other context about the problem here.

mguthaus commented 4 months ago

This was replaced in a later version to allow the separation of generation and characterization as well as different executables for different memories. See:

sram_compiler.py rom_compiler.py sram_char.py sram_func.py

Where are you still seeing this? If there is outdated documentation, we should update it.