Forum Discussion
timing constraint
我想要把呼叫出來的IP在 Timing Analyzer 時候將Output 做 set_multicycle_path 約束 我要如何去實現?
set_multicycle_path -from {counter_6bits:counter_6bits__ALD_DPI_counter__inst|lpm_counter:LPM_COUNTER_component|cntr_b3j:auto_generated|counter_reg_bit[5]} -to {Address_select_lines_clk_number[0]} -setup -end 20
我想要一次,所有的BITS要怎麼修改
3 Replies
- RWeiz
New Contributor
- AndyN
Occasional Contributor
set_multicycle_path -from {counter_6bits:counter_6bits__ALD_DPI_counter__inst|lpm_counter:LPM_COUNTER_component|cntr_b3j:auto_generated|counter_reg_bit[*]} -to {Address_select_lines_clk_number[*]} -setup -end 20
- KhaiChein_Y_Intel
Regular Contributor
You may use * to represent one or more characters of the node name(s) you want to assign.
Below is the syntax for set_multicycle_path
https://www.intel.com/content/www/us/en/programmable/quartushelp/current/index.htm#tafs/tafs/tcl_pkg_sdc_ver_1.5_cmd_set_multicycle_path.htm