Forum Discussion
Can you post just your .sdc instead of your whole project?
Hi sstrell,
Of course I can!
sdc is simple -
#**************************************************************
# Time Information
#**************************************************************
set_time_format -unit ns -decimal_places 3
#**************************************************************
# Create Clock
#**************************************************************
create_clock -name {clk1} -period 20.000 -waveform { 0.000 10.000 } [get_ports {clk1}]
create_clock -name {clk2} -period 20.000 -waveform { 5.000 15.000 } [get_ports {clk2}]
#**************************************************************
# Create Generated Clock
#**************************************************************
derive_pll_clocks
#**************************************************************
# Set Clock Uncertainty
#**************************************************************
derive_clock_uncertainty
#**************************************************************
--
Best regards,
Ivan