File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -1237,6 +1237,28 @@ Analysis Options
1237
1237
1238
1238
**Default: ** ``off ``
1239
1239
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
+
1240
1262
.. option :: --timing_report_npaths <int >
1241
1263
1242
1264
Controls how many timing paths are reported.
You can’t perform that action at this time.
0 commit comments