Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIt's very simple - just several lines...
set_time_format -unit ns -decimal_places 3
create_clock -name {clk} -period 10.000 -waveform { 0.000 5.000 }
create_clock -name {fifo_rclk} -period 10.000 -waveform { 0.000 5.000 }
set_input_delay -clock { clk } 5
set_output_delay -clock { clk } 5