You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.