- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quartus prime Standerd Edition 18.0でArria10 SX(10AS066N3F40E2SG)を選択して
コンパイルを行ったところ、以下のCritical Warningが出力されました。
<Critical Warning内容>
Critical Warning (17951): There are 48 unused RX channels in the design. If you intend to use any of these channels in the future, you must add the assignment 'set_instance_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON -to <pin_name>' in your QSF file. This assignment will preserve the performance of specified channels over time. Note that unused channel preservation only works if the design uses or instantiates atleast 1 transceiver channel.
Critical Warning (18655): There are 48 unused TX channels in the design. If you intend to use any of these channels in the future, you must add the assignment 'set_instance_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON -to <pin_name>' in your QSF file. This assignment will preserve the performance of specified channels over time. Note that unused channel preservation only works if the design uses or instantiates atleast 1 transceiver channel.
過去の質問を見て.qsfファイルに以下の記述を追加しましたが、同じCritical Warningが出力されます。
set_instance_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON
また、Transceiver PHYを使用した場合にはこのCritical Warning が消えることが分かっています。
上記以外の方法でCritical Warning (17951)、(18655)を消す方法はありますか?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, these warnings are generated because there are unused transceiver RX channels in the device and is a normal warning message.
Unused transceiver TX channels in your Arria® 10 device may degrade over time when using the Quartus® Prime software version 16.0 and earlier.
The Quartus Prime software generates a warning message if your design contains unused transceiver channels. The warning message states that performance of unused channels may degrade over time if not properly preserved with the following Quartus Settings File (QSF) assignments.
Global Assignment
set_global_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON
Pin Specific Assignment
set_instance_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON -to pin_name
In the Quartus Prime software version 16.0 and earlier, the QSF assignment only preserved the unused receiver channel and did not properly preserve the unused transmitter channel.
You can also try the following to remove the warning:
Eliminate the warning by performing one of the following options:
1. Enable unused rx clock workaround. In your QSF file, insert the following assignment:
set_global_assignment -name ENABLE_UNUSED_RX_CLOCK_WORKAROUND ON
2. Disable the warning (do this only if you are certain that you will not use other transceiver channels in your design). In your QSF file, insert the following assignment:
set_global_assignment -name MESSAGE_DISABLE <message_id>
These warnings are normal
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, these warnings are generated because there are unused transceiver RX channels in the device and is a normal warning message.
Unused transceiver TX channels in your Arria® 10 device may degrade over time when using the Quartus® Prime software version 16.0 and earlier.
The Quartus Prime software generates a warning message if your design contains unused transceiver channels. The warning message states that performance of unused channels may degrade over time if not properly preserved with the following Quartus Settings File (QSF) assignments.
Global Assignment
set_global_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON
Pin Specific Assignment
set_instance_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON -to pin_name
In the Quartus Prime software version 16.0 and earlier, the QSF assignment only preserved the unused receiver channel and did not properly preserve the unused transmitter channel.
You can also try the following to remove the warning:
Eliminate the warning by performing one of the following options:
1. Enable unused rx clock workaround. In your QSF file, insert the following assignment:
set_global_assignment -name ENABLE_UNUSED_RX_CLOCK_WORKAROUND ON
2. Disable the warning (do this only if you are certain that you will not use other transceiver channels in your design). In your QSF file, insert the following assignment:
set_global_assignment -name MESSAGE_DISABLE <message_id>
These warnings are normal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your kind reply, Abe.
Actually I have tried to add the assignment set_global_assignment -name ENABLE_UNUSED_RX_CLOCK_WORKAROUND ON, but it did not work. The critial warning still do not change.
And when I tried to add set_global_assignment -name MESSAGE_DISABLE <message_id>, quartus told me that there are errors in my .qsf file and the file will be overrided.
Hope to know how can I solve this.
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Nathan.
Sorry for casuing your misunderstanding, I did not have an error when adding "ENABLE_UNUSED_RX_CLK", it just have no effect on my case. The critical warnings still appear.
And I tried to add the set_global_assignment -name MESSAGE_DISABLE <message_id> again and this time the error did not appear.
Thanks a lot for your help!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page