Synopsys Design Compiler Tutorial 2021 Official
The P&R tool (like ICC2 or Innovus) needs to know the timing constraints you defined.
write_sdc constraints/my_design.sdc
sh mkdir -p $work_dir $report_dir $db_dir synopsys design compiler tutorial 2021
There are two modes of operation: Shell Mode (TCL commands) and GUI Mode (design_vision). This guide focuses on the TCL script flow, as it is the industry standard for repeatability. The P&R tool (like ICC2 or Innovus) needs
set target_library "saed32nm_tt_1p05V_25C.db" set link_library "* $target_library" set search_path ". ./rtl ./libs" sh mkdir -p $work_dir $report_dir $db_dir There are
set_power_options -leakage -dynamic
set_max_leakage_power 0.1 mW
compile_ultra -power_high_effort
report_timing > ./reports/timing.rpt