- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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!
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
