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

SDC file + Quartus II Text Editor issue

Altera_Forum
Honored Contributor II
1,047 Views

Hi guys, 

 

I think that there is an issue with the text editor of Altera when I try to modify the SDC files. This text editor should be confgured to generate linux output in order to have LF instead of CRLF (https://en.wikipedia.org/wiki/newline). Because if this is not so, and you introduce a CRLF within a line, timequest misinterpret the TCL command. This for example happen when you are doing something like this in the SDC code: 

 

 

set_clock_groups -asynchronous \  

-group EXT_CLK125MHZ  

-group [get_clocks $vid_clk]  

-group [get_clocks $sys_clk]  

-group $eth_rx_clock_group  

-group $eth_tx_clock_group  

#-group EXT_CLK080MHZ \ 

 

The quartus II text editor interpret this like a CRLF and when run the timequest, i get the error attached. However when i edit the SDC file out of the Altera text editor, I don't get any error because this text editor is using LF instead of CRLF.  

 

Is there anywhere any option in order to configure the LF in the Quartus II text editor? 

 

Thanks.
0 Kudos
0 Replies
Reply