Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 396 Bytes

File metadata and controls

32 lines (17 loc) · 396 Bytes

casim

Computer Architecture Simulator with ZSim

1. Environemnt setup

Everytime you want to build or run zsim, you need to setup the environment variables first.

$ source setup_env

2. Setup zsim

2.1 Compile zsim
$ scons -j4
2.2 Launch a test to run
./build/opt/zsim tests/simple.cfg
For more information, check zsim/README.md