Skip to content

CaptModTerm13/RISCV_SingleCycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Bluespec System Verilog Compiling Guide

  1. Create the .bsv file (using a text editor)
  2. Compile the file using the command bsc -u file.bsv
  3. Perform .ba elaboration using the command bsc -u -sim -elab -g
  4. Perform .bo elaboration bsc -sim -e -o <TopName(Enter the alias for the sim file)>
  5. ./(filename) for simulation

About

RISC V single cycle processor design and implementation using Bluespec System Verilog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published