Skip to content

Latest commit

 

History

86 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run the simulation

1. source environment

cd flexnoc_home
source edaenvr

2. compile

cd ..
make -j

3. run simlulation

mkdir log

./build/simv -cfg.glb.test_clst 1 -cfg.glb.cycles 1000 -cfg.glb.period 1.0 -cfg.glb.dbg_all 1 > ./log/run_clst.log
./build/simv -cfg.glb.test_adpt 1 -cfg.glb.cycles 1000 -cfg.glb.period 1.0 -cfg.glb.dbg_all 1 > ./log/run_adpt.log

./build/simv (configurate as you need)


Notice

The entry of the simulation is in ./grace/test/sc_main.cc. You can change or add testbench inside the sc_main function.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages