verilator/include
Marlon James 899e7bacb2
Fix VPI callback list iteration (#2644)
The end iterator always points to an element past the end of the list.
When new elements are added to the back of the list, they are inserted
before the end iterator.
Instead, track the last element in the list at the start of processing
and stop after it's been processed.
2020-11-17 17:19:51 -05:00
..
gtkwave gtkwave: Update to match spacing of upstream. No functional change. 2020-06-30 19:16:10 -04:00
vltstd
.gitignore
verilated_config.h.in clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
verilated_cov_key.h Fix duplicate VLCOVGEN short code 2020-06-02 21:42:24 -04:00
verilated_cov.cpp Internals: Use C++11 = default where obvious. No functional change intended. 2020-11-16 19:56:16 -05:00
verilated_cov.h C++11: Use nullptr. No functional change. 2020-08-16 11:44:05 -04:00
verilated_dpi.cpp C++11: Use nullptr. No functional change. 2020-08-16 11:44:05 -04:00
verilated_dpi.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
verilated_fst_c.cpp C++11: Favor auto, range for. No functional change intended. 2020-08-16 11:44:06 -04:00
verilated_fst_c.h C++11: Use member declaration initalizations. No functional change intended. 2020-08-16 11:44:06 -04:00
verilated_heavy.h Internals: Use C++11 = default where obvious. No functional change intended. 2020-11-16 19:56:16 -05:00
verilated_imp.h Internals: Use C++11 = default where obvious. No functional change intended. 2020-11-16 19:56:16 -05:00
verilated_intrinsics.h Use SIMD intrinsics to render VCD traces (#2289) 2020-04-30 00:09:09 +01:00
verilated_save.cpp Internal coverage: Cleanup some savable errors and coverage. 2020-10-13 19:26:16 -04:00
verilated_save.h Internals: Use C++11 = default where obvious. No functional change intended. 2020-11-16 19:56:16 -05:00
verilated_sc.h
verilated_sym_props.h Internals: Use C++11 = default where obvious. No functional change intended. 2020-11-16 19:56:16 -05:00
verilated_syms.h Internals: Use C++11 = default where obvious. No functional change intended. 2020-11-16 19:56:16 -05:00
verilated_threads.cpp clang-tidy cleanups. No functional change intended. 2020-11-10 21:40:14 -05:00
verilated_threads.h Internals: Use C++11 = default where obvious. No functional change intended. 2020-11-16 19:56:16 -05:00
verilated_trace_imp.cpp clang-tidy cleanups. No functional change intended. 2020-11-10 21:40:14 -05:00
verilated_trace.h C++11: Use sized enums (+4% performance). 2020-08-16 12:05:35 -04:00
verilated_vcd_c.cpp clang-tidy cleanups. No functional change intended. 2020-08-16 14:55:46 -04:00
verilated_vcd_c.h Internals: Use C++11 = default where obvious. No functional change intended. 2020-11-16 19:56:16 -05:00
verilated_vcd_sc.cpp SystemC 2.3.0 or newer (SYSTEMC_VERSION >= 20111121) is now required. 2020-08-29 10:45:47 -04:00
verilated_vcd_sc.h Fix queues as class members (#2525). 2020-08-29 12:56:43 -04:00
verilated_vpi.cpp Fix VPI callback list iteration (#2644) 2020-11-17 17:19:51 -05:00
verilated_vpi.h Return bool from callValueCbs() (#2589) (#2605) 2020-10-26 21:55:27 -04:00
verilated.cpp Internals: Use C++11 = default where obvious. No functional change intended. 2020-11-16 19:56:16 -05:00
verilated.h Internals: Use C++11 = default where obvious. No functional change intended. 2020-11-16 19:56:16 -05:00
verilated.mk.in introduce define for FST tracing (#2592) 2020-10-10 21:17:39 -04:00
verilated.v
verilatedos.h configure: Try compiler flags to get to C++11 (#2502) 2020-08-17 07:40:07 -04:00