OpenRAM icon indicating copy to clipboard operation
OpenRAM copied to clipboard

ImportError: Missing 'lef_rom_interconnect' in stable version's OpenRAM tech module

Open OsFlora opened this issue 4 months ago • 4 comments

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

OsFlora avatar Aug 18 '25 04:08 OsFlora