Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCritical path of a circuit , modelsim
Hello, I have a question regarding critical path of a circuit and its effect on simulation using modelsim. Does the portion of the circuit in the critical path take more clock cycles to execute...
Altera_Forum
Honored Contributor
13 years agoHello Tricky,
I am doing RTL simulation of a memory module. It is a synchronous design. The design has an address comparator (which is a combinational circuit) connected to a memory. The simulation wave forms indicate that when there is an address conflict the memory takes 2 clock cycle for a write operation. Otherwise it just takes one cycle. I was trying to figure out where the extra clock delay is coming from since there are no registers adding that delay.