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

CDC-50001 - 1-Bit Asynchronous Transfer Not Synchronized

OrF
Employee
4,050 Views

I'm trying to re-open this ticket  - I didn't found how , 

but anyway I tried to change the default Quartus SYNCHRONIZATION_REGISTER_CHAIN_LENGTH 2 (instead of 3) 

and still get the same warning , any way to debug it ? 

https://community.intel.com/t5/Intel-Quartus-Prime-Software/CDC-50001-1-Bit-Asynchronous-Transfer-Not-Synchronized/m-p/1609971

 

Labels (1)
0 Kudos
25 Replies
ShengN_Intel
Employee
714 Views

Hi Or,


Sure. Let me know if you have any further concern or update.


0 Kudos
OrF
Employee
704 Views

Bottom line: After all the trial and error in these threads, I need to do two things:

1.Set the global assignment with -name SYNCHRONIZER_IDENTIFICATION "FORCED IF ASYNCHRONOUS".
2.Remove the reset from the synchronizers.


But I’m wondering if this is a bug in Quartus or if there’s a technical explanation for why this is necessary.

Regarding the synchronizer, in ASIC design, synchronizers do have an async reset.

What about FORCED IF ASYNCHRONOUS?

Thanks,
Or

0 Kudos
ShengN_Intel
Employee
697 Views

Hi Or,


Sometimes the flip-flop with async clear will not be identified as synchronizer due to other considerations of the tool. Some of the reasons mentioned before. If that happens, try to avoid async clear. You'll find that the synchronizer template code all without the async clear.


0 Kudos
OrF
Employee
677 Views

thanks 

what about the meaning , FORCED IF ASYNCHRONOUS ? or why cant I use the Forced option 

0 Kudos
ShengN_Intel
Employee
634 Views

Hi Or,


Those flip-flop with async clear can't be identified as synchronizer even after enable FORCED IF ASYNCHRONOUS means can't be forced. This is the tool consideration for the functionality. In this case, better avoid the async clear.


Thanks,

Regards,

Sheng


0 Kudos
Reply