总结 针对error (suppressible): (vsim-3601) iteration limit 10000000 reached at time 1 错误,首先应确认错误信息的含义,并检查仿真设置中的迭代次数限制。如果调整迭代次数限制后问题依旧存在,需要进一步检查仿真模型中的逻辑回环、竞争条件以及状态机设计等问题。在必要时,可以寻求技术支持以获取更专业的帮助。
# run 400us # ** Error: (vsim-3601) Iteration limit reached at time 30 ns. # run 400us # ** Error: (vsim-3601) Iteration limit reached at time 30 ns. # run 400us # ** Error: (vsim-3601) Iteration limit reached at time 30 ns. still open...
# ** Error: (vsim-3601) Iteration limit reached at time 0 ps. when I run the simulation. However, when I step through the program, I see the counter working as intended. I know 3601 often comes when there's trouble in a loop, but I'm having trouble locking down where the prob...
# ** Error: (vsim-3601) Iteration limit reached at time 0 ps. when I run the simulation. However, when I step through the program, I see the counter working as intended. I know 3601 often comes when there's trouble in a loop, but I'm having trouble locking down where the prob...
(vsim-3601) Iteration limit reached at time 0 ns. modelsim仿真的时候,莫名奇妙的一个问题,解决方法:重新建立工程; # ** Error: (vsim-3601) Iteration limit reached at time 540 ns. --- This error usually indicates that ModelSim is stuck in an infinite loop. In VHDL, this can happen when ...
"(vsim-3601) Iteration limit 5000 reached at time 0 ps" My testbench is: `timescale 1 ns/ 1 nsmodule buffer_vlg_tst(); reg CLK_50MHz; wire data_out; buffer i1 ( .CLK_50MHz(CLK_50MHz), .data_out(data_out) ); initial begin CLK_50MHz=1'b1; $display("Running testbench...
my project suddenly gave an error [[ # ** Error (suppressible): (vsim-3601) Iteration limit 5000 reached at time 90 ns. ]] after i added the values on the first input (B) But when at input B=0 the simulation is successful and there is no error.Cam so...
"(vsim-3601) Iteration limit 5000 reached at time 0 ps" My testbench is: `timescale 1 ns/ 1 nsmodule buffer_vlg_tst(); reg CLK_50MHz; wire data_out; buffer i1 ( .CLK_50MHz(CLK_50MHz), .data_out(data_out) ); initial begin CLK_50MHz=1'b1; $display("Running testbench...
# ** Error: (vsim-3601) Iteration limit reached at time 0 ps. when I run the simulation. However, when I step through the program, I see the counter working as intended. I know 3601 often comes when there's trouble in a loop, but I'm having trouble locking down where the prob...
# ** Error: (vsim-3601) Iteration limit reached at time 0 ps. when I run the simulation. However, when I step through the program, I see the counter working as intended. I know 3601 often comes when there's trouble in a loop, but I'm having trouble locking down where the prob...