vivado simulation error: Iteration limit 10000 is reached
问题 While I was trying to run the simulation in vivado, I got: ERROR: Iteration limit 10000 is reached. Possible zero delay oscillation detected where simulation time can not advance. Please check your source code. Note that the iteration limit can be changed using switch -maxdeltaid. Time: 10 ns Iteration: 10000 I don't have any initial statement in my module being tested. Could anybody point out where the problem could be? `timescale 1ns / 1ps module mulp( input clk, input rst, input start,