byuccl / digital_design_colab

Digital Design Colab Examples
5 stars 2 forks source link

Use Verilator version 5 to avoid creating C++ testbenches #76

Open wirthlin opened 10 months ago

wirthlin commented 10 months ago

Verilator version 5.0 supports timing and the ability to simulate behavioral testbenches with time. I suggest that we upgrade all our labs to use this newer version of Verilator (which requires a long build :) and provide system verilog testbenches rather than C++.