Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
verilator: add support for Verilator 4.228 (#126)
We can check VERILATOR_VERSION_INTEGER from include/verilated_config.h for the numeric Verilator version (e.g., 4.228 becomes 4228000), so there is no need for our own symbolic macros (e.g., VERILATOR_4_210). This commit: - replaces the usage of our newly defined macros and directly tests the VERILATOR_VERSION_INTEGER macro - adds support for the VlThreadPool(...) signature used in 4.228 and newer of Verilator Signed-off-by: Philipp Tomsich <[email protected]>
- Loading branch information