#************************************************************** # Time Information #************************************************************** set_time_format -unit ns -decimal_places 3 #************************************************************** # Create Clock #************************************************************** #100 MHz #create_clock -name {clk} -period 10.000 -waveform { 0.000 5.000 } [get_ports { clk }] # 50 MHz create_clock -name {clk} -period 20.000 -waveform { 0.000 10.000 } [get_ports { clk }]