<@U016EM8L91B> How does magic extract two differen...
# verification-be
m
@User How does magic extract two different texts on the same node? Does it print an error message somewhere?
t
The .ext file will get an "equiv" statement to indicate that both names refer to the same node. But the ".spice" netlist will just choose one by priority (not sure of the priority, but probably just based on the ordering of lines in the .ext file).
m
@Tim Edwards No errors or warnings during the extraction stage then. Maybe pin mismatches later.
Haven't got a clean LVS run on the storage module yet. May be due to the control_logic_r cell being totally flattened with all the flattened text included. Here's a small sample.
Copy code
equiv "B_uq0" "A_uq21"
equiv "B_uq0" "C"
equiv "B_uq0" "D_uq29"
equiv "B_uq0" "G_uq21"
equiv "B_uq0" "Qb"
equiv "B_uq0" "Z_uq23"
equiv "B_uq0" "dout_bar_0"