wrappers: sh: ql: handle unconnected ports in verilog netlists

Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
Paweł Czarnecki 2022-05-18 09:21:43 +02:00
parent 42d6f31630
commit af66cd22ba
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ parse_args $@
export OUT_NOISY_WARNINGS=noisy_warnings-${DEVICE}_analysis.log
run_vpr --analysis --gen_post_synthesis_netlist on --gen_post_implementation_merged_netlist on --verify_file_digests off
run_vpr --analysis --gen_post_synthesis_netlist on --gen_post_implementation_merged_netlist on --post_synth_netlist_unconn_inputs nets --post_synth_netlist_unconn_outputs nets --verify_file_digests off
mv vpr_stdout.log analysis.log