OpenLane icon indicating copy to clipboard operation
OpenLane copied to clipboard

Mismtach between ports for `sky130_fd_sc_hd__tapvpwrvgnd` in physical views and verilog model

Open kareefardi opened this issue 1 year ago • 4 comments

Description

Expected Behavior

Environment report

<will add later>

Reproduction material

Relevant log output

<will add later>

kareefardi avatar May 11 '23 11:05 kareefardi

@kareefardi I haven't been seeing a problem in device level lvs with this cell abstracted. Maybe there's a problem with lef lvs?

d-mitch-bailey avatar May 11 '23 14:05 d-mitch-bailey

@d-mitch-bailey this mistmatch wouldn't really cause any errors. It is just flooding Verilator with warnings about disconnected pins.

kareefardi avatar May 11 '23 18:05 kareefardi

Is there an option in verilator to ignore certain cells? Don't fill cells give the same error.

d-mitch-bailey avatar May 12 '23 21:05 d-mitch-bailey

This was mainly caused by including gate level netlists through VERILOG_FILES_BLACKBOX. Since we blackbox these files now, such warnings are not generated. However the main issues still remains.

Is there an option in verilator to ignore certain cells? Don't fill cells give the same error.

Unfortunately, I don't know a way to really do that in Verilator.

kareefardi avatar Dec 24 '23 19:12 kareefardi