Lab Lecture
08/04/2023, 12:13 PMVijayan Krishnan
08/04/2023, 12:14 PMLab Lecture
08/04/2023, 12:16 PMMitch Bailey
08/04/2023, 2:42 PMuser_project_wrapper
. Each block of user_project_wrapper
is assumed to match.
The problem is that the ports for the sram macro don’t match.
vssd1 |vssd1
(no matching pin) |wmask0
csb1 |(no matching pin)
clk1 |(no matching pin)
wmask0[0] |(no matching pin)
---------------------------------------------------------------------------------------
Cell pin lists are equivalent.
Device classes sky130_sram_1kbyte_1rw1r_8x1024_8 and sky130_sram_1kbyte_1rw1r_8x1024_8 are equivalent.
Can you add connections for csb1
and clk1
and change wmask0
to wmask0[0]
in the verilog sram instances? There may be a fixed version of wmask0
in the dev repo of openram.
See here and here.