Describe the bug
When compiling SRAM using the command line, the following error occurs:
from openram.tech import drc, layer, parameter, lef_rom_interconnect
ImportError: cannot import name 'lef_rom_interconnect' from 'openram.tech'
Version
OpenRAM stable version (default clone)
To Reproduce
I checked the latest version of the repo, and I found that the keyword ' lef_rom_interconnect' has been deleted, while it still appears on the stable version, which leads to the bug on the default clone.
Expected behavior
Please take a look, thanks