Forum Discussion
Altera_Forum
Honored Contributor
17 years agoFunctional Simulation is Correct,But Timing is Incorrect
Hi,I wrote an LDPC Encoder, It's Functional Simulation is Correct, But When I use Timing Simulation , The data read from ROM is Incorrect , I can't find where the problem is , Please help me , Thank ...
Altera_Forum
Honored Contributor
17 years agosrf6791 (http://www.alteraforum.com/forum/member.php?u=11003):
Thanks for your answer. I checked my design with your guideline 1 , and I found a problem: the posedge of clk near the change edge of the address of the ROM , so I add an inverter between the clk to the ROM , OK , the data became correct. Thank you again~