Forum Discussion
9 Replies
- sstrell
Super Contributor
If you're meeting timing, but not getting the outputs you expect, then chances are your design code is not doing what you intend. Perform a functional simulation or use a hardware debug tool like Signal Tap to verify the design in hardware.
- michael16
New Contributor
Thanks your answer !
The output of functional simulation is meetting my expect, but my understanding is that retiming the register will not change the logic,Isn't it?
- sstrell
Super Contributor
No, register retiming does not change logic function. You are using a Stratix 10 device, so make sure you have hyper-retiming enabled. That will work better with a Hyperflex device than the standard register retiming.
- michael16
New Contributor
I did not find the option of hyper-retiming in Quartus 20.4.
Can this show that it has been turned on ? the screenshot below.
- Nurina
Regular Contributor
That's not the right setting. Go to Assignments->Settings->Compiler Settings->Register Optimization and make sure "Allow Register Retiming" is checked.
Regards,
Nurina
- michael16
New Contributor
Hi Nurina,
Thanks for your answer.
You should scan the record above, my problem is that as long as this setting is turned on, the data output is wrong .And I have tested my code in xilinx vu9p with no wrong .Because this project is big, so hardware debugging will take me a lot of time.
Can your team help give some suggestions?tks.
Best regards,
Michael
- Nurina
Regular Contributor
Michael,
Well if it's not functioning as expected with re-timing then there must be some issues with your code, or you missed some steps during migration. Are you sure you're using the correct compiler settings? Have you set the same Verilog/VHDL version as in Vivado? What steps did you take when you migrated from Vivado to Quartus?
Regards.
Nurina
- Nurina
Regular Contributor
Hi Michael, do you have any updates?
- Nurina
Regular Contributor
Hi,
We did not receive any response to the previous question/reply/answer that I have provided, thus I will put this case to close pending. Please post a response in the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you with your follow-up questions.
Regards,
Nurina
P/S: If you like my comment, feel free to give Kudos. If my comment solved your problem, feel free to accept my comment as solution!