<https://skywater-pdk.slack.com/archives/C017UA7LE...
# verification-be
@Tim Edwards I tried this with the storage macro and got the following messages for every cell expect the top sram.
Copy code
Cell dff in netlist has not been loaded.
Cell row_addr_dff in netlist has not been loaded.
Cell col_addr_dff in netlist has not been loaded.
Most likely because the GDS cell names are prefixed with pk_. Is there any way to force a correspondence during magic's annotation?
t
This is the script I am using to (attempt to) run LVS on caravel at the top level. I have hard-coded the prefixes that I know are in the GDS (by running "strings" on the GDS file) and I am forcing every cell with a prefix on it to be compared to the same cellname without the prefix.
m
@Tim Edwards I'm ok with cellname differences in the netgen comparison. I was wondering if there was something I could do before extraction to enable port annotation from the spice file like you suggested. In your script, I noticed there's a "cellname rename" statement for black boxing the io cells. I'll try something like that.