Our project's name is defined in the build.sc
.
Generate the top systemverilog file and run simulation by verilator, the simulation process defined in testbench.cpp
, and the verilator will generate the .vcd
(Value Change Dump) file, which can used to show the waveform.
$ make all
Run the testing functions defined in src/test/scala
.
$ make test