Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

Embedded constraints

Altera_Forum
Honored Contributor II
1,139 Views

Hello. Using altera_attribute I am trying to place constraints in Verilog source. The exact line is: 

(* altera_attribute = "-name SDC_STATEMENT \"create_clock -name clk143 -period 7.0 \"" *) 

No luck, after compilation the clock is set to default 1000MHz. What could be wrong? Quartus v11.1 64-bit
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
443 Views

I don't do Verilog, but it looks like you need double double quotes around the SDC statement. 

Also look here: http://www.alteraforum.com/forum/showthread.php?t=43886
0 Kudos
Reply