Skip to content

Commit 88690ff

Browse files
committed
doc: vpr: cmd: add info on unconnected ports handling in verilog netlist
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent a812abf commit 88690ff

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,28 @@ Analysis Options
12371237

12381238
**Default:** ``off``
12391239

1240+
.. option:: --post_synth_netlist_unconn_inputs { unconnected | nets | gnd | vcc }
1241+
1242+
Controls how unconnected input cell ports are handled in the post-synthesis netlist
1243+
* unconnected: leave unconnected
1244+
* nets: connect each unconnected input pin to its own separate
1245+
undriven net named: __vpr__unconn<ID>, where <ID> is index
1246+
assigned to this occurrence of unconnected port in design
1247+
* gnd: tie all to ground (1'b0)
1248+
* vcc: tie all to VCC (1'b1)
1249+
1250+
**Default:** ``unconnected``
1251+
1252+
.. option:: --post_synth_netlist_unconn_outputs { unconnected | nets }
1253+
1254+
Controls how unconnected output cell ports are handled in the post-synthesis netlist
1255+
* unconnected: leave unconnected
1256+
* nets: connect each unconnected output pin to its own separate
1257+
undriven net named: __vpr__unconn<ID>, where <ID> is index
1258+
assigned to this occurrence of unconnected port in design
1259+
1260+
**Default:** ``unconnected``
1261+
12401262
.. option:: --timing_report_npaths <int>
12411263

12421264
Controls how many timing paths are reported.

0 commit comments

Comments
 (0)