default to ns for time unit -- synopsys dc whines

This commit is contained in:
Nachiket Kapre 2021-02-09 17:08:38 -05:00
parent 6bb2e29f17
commit 71c76df063
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ write_verilog_testbench --file ./SRC --reference_benchmark_file_path ${REFERENCE
# Write the SDC files for PnR backend
# - Turn on every options here
write_pnr_sdc --time-unit ns --file ./SDC
write_pnr_sdc --time_unit ns --flatten_names --file ./SDC
# Write SDC to disable timing for configure ports
write_sdc_disable_timing_configure_ports --file ./SDC/disable_configure_ports.sdc