Skip to content

MCR748/chisel_verilator-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains the following.

  1. Template to start writing hardware with chisel.
  2. Template to start writing testbench with verilator.
  3. Makefile to automate compiling the project.

make all: Generate verilog hardware from chisel. Rebuild the entire simulation. Display waveform file using gtkWave.

make sim: Rebuild the entire simulation. Display waveform file using gtkWave.

make waves: Display waveform file using gtkWave.

make clean: Remove unneccesary files generated in build process.

About

A template to compile hardware in verilog form chisel and run simulations from verilator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors