|
发表于 2011-8-25 14:19:27
|
显示全部楼层
3,Error: (vsim-3601) Iteration limit reached at time 0 ps
解决过程:用命令 verror 3601
# vsim Message # 3601:
# The simulator iterates at a given simulation time in zero delay until
# there is no more activity at that time. In order for it to not hang if
# there is a zero-delay oscillation, it limits the number of iterations
# to a default of 5000. If you reach this limit, the simulation will stop
# with an error. If you receive this error you can increase the iteration
# limit, (via "set IterationLimit <newvalue>") and then try single
# stepping to attempt to determine which instances in the design may be
# oscillating.
# [DOC: ModelSim User's Manual - Detecting infinite zero-delay loops]
然后在User's Muanual上找到Detecting infinite zero-delay loops。手册上的方法为:You can set the iteration limit from the Simulate > Runtime Options menu or by modifying the Iteration Limit variable in the modelsim.ini. See Control Variables Located in INI Files for more information on modifying the modelsim.ini file.
修改了Iteration Limit 然后顺便把default run也改了一下,可以用了。
本文来自:我爱研发网(52RD.com) - R&D大本营
详细出处:http://www.52rd.com/Blog/Detail_RD.Blog_cheney1982_21555.html |
|