How to Use Sram generated from OpenRAM (skywater130) into OpenLane.
t
How to Use Sram generated from OpenRAM (skywater130) into OpenLane.
t
I generated SRAM from OpenRAM. When I try to use these in OpenLane to do synthesis facing a few issues.
v
how you initialized sram in verilog file?
config.tcl
missing path to sram source RTL file
t
like this
v
same error explained here: https://armleo-openlane.readthedocs.io/en/merge-window-4/tutorials/openram.html#connect-the-blackbox-information-and-timing-data Read and understand complete document and execute the flow
t
@Vijayan Krishnan sure i shall go through the document first.
@Vijayan Krishnan thank you for pointing. setting the below environment variable helped in synthesizing the design.
set ::env(EXTRA_LIBS)  "/openlane/pdks/sky130A/libs.ref/sky130_fd_sc_hd/lib/sky130_sram_1kbytes_1r1w_8x1024_8_TT_1p8V_25C.lib"