set_load 0.05 [get_ports data_out*]

compile_ultra -timing_high_effort -area_high_effort

dc_shell -f run_synthesis.tcl | tee logs/synth_2021.log

Before launching DC, you must define your library paths. This is typically done in a .synopsys_dc.setup file in your home directory or project folder.

set_input_delay -clock clk -max 0.6 [remove_from_collection [all_inputs] [get_ports clk]] set_output_delay -clock clk -max 0.6 [all_outputs]