verilator/include
Kaleb Barrett 1c2384cb3d
Fix iteration over mutating list bug in VPI impl (#2588)
Previously, in any given VPI callback, if the callback body registered
the same callback, that registering would be processed in the currently
executing call to the call*Cbs function. In the worse case, this could
lead to an infinite loop.
2020-11-06 17:56:15 -05:00
..
gtkwave
vltstd
.gitignore
verilated_config.h.in
verilated_cov_key.h
verilated_cov.cpp Internals: Favor const for map keys. No functional change intended. 2020-10-30 18:00:40 -04:00
verilated_cov.h
verilated_dpi.cpp
verilated_dpi.h
verilated_fst_c.cpp
verilated_fst_c.h
verilated_heavy.h Fix C++14 deprecated random_shuffle. 2020-11-03 08:52:47 -05:00
verilated_imp.h
verilated_intrinsics.h
verilated_save.cpp Internal coverage: Cleanup some savable errors and coverage. 2020-10-13 19:26:16 -04:00
verilated_save.h
verilated_sc.h
verilated_sym_props.h
verilated_syms.h
verilated_threads.cpp
verilated_threads.h
verilated_trace_imp.cpp
verilated_trace.h
verilated_vcd_c.cpp
verilated_vcd_c.h Internals: Favor const for map keys. No functional change intended. 2020-10-30 18:00:40 -04:00
verilated_vcd_sc.cpp
verilated_vcd_sc.h
verilated_vpi.cpp Fix iteration over mutating list bug in VPI impl (#2588) 2020-11-06 17:56:15 -05:00
verilated_vpi.h Return bool from callValueCbs() (#2589) (#2605) 2020-10-26 21:55:27 -04:00
verilated.cpp Fix SEGV when $fgets, $sscanf, or $fscanf is used with string (#2604) 2020-10-28 08:37:12 +09:00
verilated.h
verilated.mk.in introduce define for FST tracing (#2592) 2020-10-10 21:17:39 -04:00
verilated.v
verilatedos.h