You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controls how unconnected input cell ports are handled in the post-synthesis netlist
1243
+
1244
+
* unconnected: leave unconnected
1245
+
* nets: connect each unconnected input pin to its own separate undriven net named: ``__vpr__unconn<ID>``, where ``<ID>`` is index assigned to this occurrence of unconnected port in design
Controls how unconnected output cell ports are handled in the post-synthesis netlist
1254
+
1255
+
* unconnected: leave unconnected
1256
+
* nets: connect each unconnected output pin to its own separate undriven net named: ``__vpr__unconn<ID>``, where ``<ID>`` is index assigned to this occurrence of unconnected port in design
0 commit comments