Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I'm sure that the testbench set up the to meet the timing requirements. --- Quote End --- You can only say that if you've verified that the signals are generated from the testbench at a time compatible with what the timing report for that design states. --- Quote Start --- If the timing requirements aren't met, the simulation should fail at any target FPGA, --- Quote End --- There is no basis for that statement. It is simply not true. --- Quote Start --- but it succeeded when the target FPGA is CYCLONE or CYCLONEII and fails when the target FPGA is CYCLONEIII. --- Quote End --- That just says that the system to debug is the one with the Cyclone III in it. You still need to verify that the setup time requirements being reported by Quartus for the Cyclone III design are being met by your testbench. The next step is to verify that the outputs being sampled by your testbench (assuming that you're doing this) are being collected at times compatible with the clock to output delays being reported by Quartus for the Cyclone III design. Until you've done this, there isn't much for anyone to help you with. If you have done this, then opening a case with Altera would likely be in order as well. Kevin Jennings