Ellen Wood
11/03/2023, 9:14 AMTOP_digital.v
(the gate level which Openlane had previously generated) and its caused it to fail, but I think its just because of a mismatch between bus/pin ordering somewhere in our verilog netlists? The user_project_wrapper comparison is complaining about mismatched pins, however all of these are present in both left and right columns, just in a different order. All the pins its unhappy about are all the ones we used in TOP_digital
.Mitch Bailey
11/03/2023, 1:42 PMlvs.report
? and maybe your lvs_config.json
file?
If you’re using verilog instances calling spice subckts, you do need to be careful of the spice port bus order.Ellen Wood
11/03/2023, 1:47 PM