Altera_Forum
Honored Contributor
15 years agoGate-level simulation mentions setup/hold violations
Hi.
I'm trying to perform a gate level simulation of my design. Synthesis report doesn mention any kind of setup/hold violation. Nevertheless, when simulation the design in modelsim, i get a lot of messages similar to the below: # Note : StratixII PLL locked to incoming clock# Time: 116209 Instance: testbench.d3.clkgen0_a_astrat2_av_asdclk_pll_a_asden_aaltpll0_apll# ** Error: /home_ext/ecco/grlib-gpl-1.0.22-b4075/designs/leon3-altera-ep2s60-sdr/stratixii_atoms.v(1658): $hold( posedge clk &&& sloaddata:1159477 ps, adatasdata:1159509 ps, 200 ps );# Time: 1159509 ps Iteration: 0 Instance: /testbench/d3/a_amg2_asr1_ar_adata_a27_a# ** Error: /home_ext/ecco/grlib-gpl-1.0.22-b4075/designs/leon3-altera-ep2s60-sdr/stratixii_atoms.v(1658): $hold( posedge clk &&& sloaddata:1159475 ps, adatasdata:1159556 ps, 200 ps ); (...) The gate level simulation never ends though... Any ideas of what is wrong?