Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHow to simulate an inertial delay in ModelSim?
I am attempting to simulate an inertial delay in ModelSim. The code compiles in Quartus II; however, the delays in my code are not showing up in the simlation. I assume it is a configuration issue, b...
Altera_Forum
Honored Contributor
9 years agoHi Tricky, I did suppress optimization which is removing redundant cell, indeed on the Map Viewer all the LCELL are implemented - see screenshot.
The problem is the NOT gate is not implemented.. how come? Maybe has to do with NOT inserted in a loop of LCELL? Hope to understand how to solve this! Thanks a lot for your suggestions so far!