Forum Discussion
Deshi_Intel
Regular Contributor
5 years agoHI Lambert,
I read back the 2nd KDB link again. I am sorry, I think I explained wrongly to you.
If your plan is to use v18.0 in Rx simplex only while preserve its corresponding Tx channel
Then
- you should not preserve the Tx channel using the preserve qsf command since there is bug in v18.0 as mentioned in the KDB. So, remove all your preserve qsf command
- you should preserve the Tx channel using the workaround instead which is instantiate a minimum datarate, dummy simplex transmitter IP corresponding to the used simplex receiver. You can set a static 0x00 pattern on the Tx parallel port, and select minimum VOD.
Thanks.
Regards,
dlim
lambert_yu
Contributor
5 years agoHi,
You mean that I should not use any of the below assignment on quartus 18.0.0:
set_global_assignment -name PERSERVE_UNUSED_XCVR_CHANNELON
and
set_global_assignment -name PERSERVE_UNUSED_XCVR_CHANNEL <PIN_NAME>
right?
And what's the workaround, I didn't find it, could you please provide more detail information?
Brs,
Lambert