0
\$\begingroup\$

The SDC file:

create_clock –period 37 –waveform {0 18.519} {clk} 

While reading SDC file in the Quartus, I get following error:

Error: Following required options are missing: -period --------------------------------------------------------------------------- Usage: create_clock [-h | -help] [-long_help] [-add] [-name <clock_name>] -period <value> [-waveform <edge_list>] [<targets>] -h | -help: Short help -long_help: Long help with examples and possible return values -add: Adds clock to a node with an existing clock -name <clock_name>: Clock name of the created clock -period <value>: Speed of the clock in terms of clock period -waveform <edge_list>: List of edge values <targets>: List or collection of targets --------------------------------------------------------------------------- while executing "create_clock –period 37 –waveform {0 18.519} {clk}" (file "SDC1.sdc" line 1) 
\$\endgroup\$

1 Answer 1

1
\$\begingroup\$

This works:

create_clock -name CLK27 -period "27MHz" -waveform {0 18.519} [get_ports clk] derive_pll_clocks derive_clock_uncertainty 
\$\endgroup\$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.