- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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_G1
set_location_assignment PIN_K26 -to tx_ready_export_n # output USER_LED_G1
Thank you!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page