<@U0175T39732> <@U016HSAA3RQ> I am having issues u...
# shuttle
p
it first threw out some errors at my submodule magic drc test:
Copy code
Error while reading cell "sky130_sram_1kbyte_1rw1r_32x256_8_1" (byte position 44002222): cell sky130_fd_bd_sram__openram_dp_cell was used but not defined.
Error while reading cell "sky130_sram_1kbyte_1rw1r_32x256_8_1" (byte position 44002222): cell sky130_fd_bd_sram__openram_dp_cell_cap_col was used but not defined.
Error while reading cell "sky130_sram_1kbyte_1rw1r_32x256_8_1" (byte position 44002222): cell sky130_fd_bd_sram__openram_dff was used but not defined.
Error while reading cell "sky130_sram_1kbyte_1rw1r_32x256_8_1" (byte position 44002222): cell sky130_fd_bd_sram__openram_dp_cell_cap_row was used but not defined.
Error while reading cell "sky130_sram_1kbyte_1rw1r_32x256_8_1" (byte position 44002222): cell sky130_fd_bd_sram__openram_dp_nand3_dec was used but not defined.
Error while reading cell "sky130_sram_1kbyte_1rw1r_32x256_8_1" (byte position 44002222): cell sky130_fd_bd_sram__openram_dp_cell_replica was used but not defined.
Error while reading cell "sky130_sram_1kbyte_1rw1r_32x256_8_1" (byte position 44002222): cell sky130_fd_bd_sram__openram_dp_cell_dummy was used but not defined.
Error while reading cell "sky130_sram_1kbyte_1rw1r_32x256_8_1" (byte position 44002222): cell sky130_fd_bd_sram__openram_write_driver was used but not defined.
Error while reading cell "sky130_sram_1kbyte_1rw1r_32x256_8_1" (byte position 44002222): cell sky130_fd_bd_sram__openram_dp_nand2_dec was used but not defined.
Error while reading cell "sky130_sram_1kbyte_1rw1r_32x256_8_1" (byte position 44002222): cell sky130_fd_bd_sram__openram_sense_amp was used but not defined.
and then it stuck at the openlane hardening flow:
Copy code
Error while reading cell "sky130_fd_sc_hd__a311oi_1" (byte position 66137336): cell sky130_fd_bd_sram__openram_dp_cell was used but not defined.
Error while reading cell "sky130_fd_sc_hd__a311oi_1" (byte position 66137336): cell sky130_fd_bd_sram__openram_dp_cell_cap_col was used but not defined.
Error while reading cell "sky130_fd_sc_hd__a311oi_1" (byte position 66137336): cell sky130_fd_bd_sram__openram_dff was used but not defined.
Error while reading cell "sky130_fd_sc_hd__a311oi_1" (byte position 66137336): cell sky130_fd_bd_sram__openram_dp_cell_cap_row was used but not defined.
Error while reading cell "sky130_fd_sc_hd__a311oi_1" (byte position 66137336): cell sky130_fd_bd_sram__openram_dp_nand3_dec was used but not defined.
Error while reading cell "sky130_fd_sc_hd__a311oi_1" (byte position 66137336): cell sky130_fd_bd_sram__openram_dp_cell_replica was used but not defined.
Error while reading cell "sky130_fd_sc_hd__a311oi_1" (byte position 66137336): cell sky130_fd_bd_sram__openram_dp_cell_dummy was used but not defined.
Error while reading cell "sky130_fd_sc_hd__a311oi_1" (byte position 66137336): cell sky130_fd_bd_sram__openram_write_driver was used but not defined.
Error while reading cell "sky130_fd_sc_hd__a311oi_1" (byte position 66137336): cell sky130_fd_bd_sram__openram_dp_nand2_dec was used but not defined.
Error while reading cell "sky130_fd_sc_hd__a311oi_1" (byte position 66137336): cell sky130_fd_bd_sram__openram_sense_amp was used but not defined.
Cell sky130_fd_bd_sram__openram_dff couldn't be read
Failure to read entire subtree of the cell.
I/O error in writing file
in my previous runs, I didn't see these errors I have no clue how to address this, any feedback would be deeply appreciated
I noticed that there's a new file called
new.gds
should I use it instead of the
sky130_sram_1kbyte_1rw1r_32x256_8.gds
?
m
new.gds is a mistake. Do you have the most recent commit? There were several yesterday
p
yes I think so, I am using this commit
m
Might be a bug with the 1kbyte, looking into it
p
thanks! just got the latest commit (
efee7d695e613b93c4d4cf4151d2f5f858d904bc
), re-running the flow now
👍 1
thank you Prof. Guthaus! the latest 1kb sram works!