Skip to content

lemolatoon/veryl-cpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

$ cargo install verylup
# apt (ubuntu etc)
$ sudo apt install verilator gtkwave
# brew (macos etc)
$ brew install verilator
$ brew install --HEAD randomplum/gtkwave/gtkwave
$ verylup setup
$ verylup install 0.13.3

build and simulate

# run `veryl build`
$ ./bin build
# run simulation using verilator
$ ./bin sim sample.hex 6
# clean generated files
$ ./bin clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published