Forum Discussion
Altera_Forum
Honored Contributor
16 years agoif RTL simulation doesn't match gate level, you should make sure you've applied timing constraints to the design, then check your timing report. if you meet a longer period than the clock you're using in the timing simulation, the timing simulation results won't match the expected (RTL simulation) results.
i don't think any registers will be inferred from your snippet, the code looks all combinatorial. is this what you expected?