taleunicorn
New Contributor
3 years agoHow to use WYSIWYG primitive cycloneive_crcblock in EP4CE55F23I7?
Recently, I want to analyze the SEU flip in the CRAM of the cyclone4 chip. I instantiated the cycloneive_crcblock primitive in my project, and the whole project synthesis successfully. But when I want to grab these input and output signals (shiftnld, ldsrc, crcerror, regout) in primitives in SingalTap, I find that these signals are not found at all. However I can find the signal named after this primitive block instantiation in SignalTap. For example, I named this primitive instantiation 'Cramdetection', and I can find a single bit signal called 'Cramdetection.
So I want to know how can I find these signals in SignalTap, such as shiftnld, ldsrc, crcerror and regout? In addition, I would like to know what is the meaning of the signal Cramdetection, is it equivalent to the signal crcerror? Is there any way to judge in user logic that this primitive is working?
That's all my questions, thanks all.