Skip to content

Commit acbde85

Browse files
committed
doc: vpr: cmd: document --gen_post_synthesis_merged_netlist
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent dd8eb99 commit acbde85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,14 @@ Analysis Options
12541254

12551255
**Default:** ``off``
12561256

1257+
.. option:: --gen_post_synthesis_merged_netlist { on | off }
1258+
1259+
This option is based on ``--gen_post_synthesis_netlist``.
1260+
The difference is that ``--gen_post_synthesis_merged_netlist`` generates only single verilog file with merged top module multi-bit ports of the implemented circuit.
1261+
The name of the file is ``<basename>_merged_post_synthesis.v``
1262+
1263+
**Default:** ``off``
1264+
12571265
.. option:: --post_synth_netlist_unconn_inputs { unconnected | nets | gnd | vcc }
12581266

12591267
Controls how unconnected input cell ports are handled in the post-synthesis netlist

0 commit comments

Comments
 (0)