Skip to content

ericlin1231/chisel-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published