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

Inline Comments in QSF file

ldm_as
Novice
959 Views

Hi All,

 

Is it possible to put inline comments in the QSF file?

 

Something like this:

set_location_assignment PIN_K26 -to tx_ready_export_n ;# output USER_LED_G1set_location_assignment PIN_K26 -to tx_ready_export_n # output USER_LED_G1

 

 

Thank you!

 

0 Kudos
1 Reply
Vicky1
Employee
796 Views

Hi,

All text in the Quartus Prime Settings File preceded by a pound symbol [#] is considered to be a comment and is not processed.

 

set_location_assignment PIN_K26 -to tx_ready_export_n # output USER_LED_G1 ------------- Here comment should be on new line & start with [#].

Refer the links below for more information,

https://www.intel.com/content/www/us/en/programmable/quartushelp/17.0/reference/glossary/def_qsf.htm

https://www.intel.com/content/www/us/en/programmable/documentation/grc1529967026944.html#mwh1410470995980

Regards,

Vicky

0 Kudos
Reply