Mitch Bailey
07/06/2021, 3:40 PMstorage
macro from mpw-2 caravel. The netlist has p_en_bar0
connecting control_logic_rw
and bank
in sram_1rw1r_32_256_8_sky130
. Here is a snippet from the spice.
.SUBCKT sram_1rw1r_32_256_8_sky130 ...
...
Xbank0 ... p_en_bar0 ... bank
Xcontrol0 ... p_en_bar0 ... control_logic_rw
And here is the extracted netlist.
.subckt pk_pk_sram_1rw1r_32_256_8_sky130 ...
Xpk_control_logic_rw_0 ... pk_control_logic_rw_0/p_en_bar ... pk_control_logic_rw
Xpk_bank_0 ... pk_bank_0/p_en_bar0 ... pk_bank
Looking at the layout, the 2 blocks appear connected. Left side is control_logic_rw
and right side is bank
.
There may also be some problems with the vdd connections to the bit cells. If you think it may be a real problem, I can log the issue to magic with the setup I'm using.
@User Just so you're aware.Matthew Guthaus
07/06/2021, 4:22 PMMitch Bailey
07/06/2021, 4:31 PMMatthew Guthaus
07/06/2021, 4:35 PMMatthew Guthaus
07/06/2021, 4:41 PM