ibex/dv/verilator/simutil_verilator/cpp
Philipp Wagner 7a0614a1d0 simutil_verilator: Always produce toplevel class
Previously, verilated_toplevel.h contained a macro, VERILATED_TOPLEVEL()
to produce a class TOPLEVEL (whatever the toplevel happens to be). This
required all compilation units referring to that TOPLEVEL class to call
the macro.

After this change, the class is always generated in
verilated_toplevel.h. For that to work, a new define TOPLEVEL_NAME must
be globally set (e.g. passed to the compiler with -DTOPLEVEL_NAME=xxx).
2019-09-16 14:53:54 +01:00
..
verilated_toplevel.cc simutil_verilator: Always produce toplevel class 2019-09-16 14:53:54 +01:00
verilated_toplevel.h simutil_verilator: Always produce toplevel class 2019-09-16 14:53:54 +01:00
verilator_sim_ctrl.cc Run clang-format on all source files 2019-09-11 12:00:49 +01:00
verilator_sim_ctrl.h Run clang-format on all source files 2019-09-11 12:00:49 +01:00