cd flexnoc_home
source edaenvrcd ..
make -jmkdir 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)The entry of the simulation is in ./grace/test/sc_main.cc. You can change or add testbench inside the sc_main function.