https://open-source-silicon.dev logo
w

Wajeh ul hasan

03/24/2021, 11:04 AM
@User @User I was running the flow on OpenLane v0.9, the powered netlist excludes the wires declared for some reason.
a

Amr Gouhar

03/24/2021, 1:15 PM
@Wajeh ul hasan: They are time expensive to write and not needed in most cases. You can re-enable it with https://github.com/efabless/openlane/blob/6ac4378a138810cd6f8de34b33cb01b04ce9b0bd/configuration/general.tcl#L22.
Setting a default nettype as wire in the beginning of the file would be a more efficient solution tho if you're trying to simulate.
w

Wajeh ul hasan

03/24/2021, 1:22 PM
Thanks