Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 535 Bytes

Sample Code for Implementation of an Adder Using Chisel

Our project's name is defined in the build.sc.

Generate Top SystemVerilog File and Simulating by Verilator

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

Run the testing functions defined in src/test/scala.

$ make test