Now helloworld has everything to work

This commit is contained in:
M. Mastella 2022-11-01 12:22:21 +01:00
parent 542d5340bb
commit 3eaa5d147d
6 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,2 @@
_HiStOrY_V2_
cycle\012

View File

@ -0,0 +1,4 @@
To simulate the code run:
```
actsim -cnf=../../../act/actsim_test_bench_lib.conf helloworld.act test
```

View File

@ -23,7 +23,7 @@
**************************************************************************
*/
import "../../act/test_bench_lib.act";
import "../../../act/test_bench_lib.act";
import globals;
open sim::testbench;
@ -33,4 +33,4 @@ defproc test(){
channel_source<5,0> source(.out=channel,.sim_step=control.sim_step_source[0],.done=control.done_source[0]);
channel_checker_in_order<5,0> sink(.in=channel,.sim_step=control.sim_step_checker[0],.done=control.done_checker[0]);
}
}