Now helloworld has everything to work
This commit is contained in:
parent
542d5340bb
commit
3eaa5d147d
2
test/examples/helloworld/.actsim_history
Normal file
2
test/examples/helloworld/.actsim_history
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
_HiStOrY_V2_
|
||||||
|
cycle\012
|
4
test/examples/helloworld/README.md
Normal file
4
test/examples/helloworld/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
To simulate the code run:
|
||||||
|
```
|
||||||
|
actsim -cnf=../../../act/actsim_test_bench_lib.conf helloworld.act test
|
||||||
|
```
|
@ -23,7 +23,7 @@
|
|||||||
**************************************************************************
|
**************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "../../act/test_bench_lib.act";
|
import "../../../act/test_bench_lib.act";
|
||||||
import globals;
|
import globals;
|
||||||
open sim::testbench;
|
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_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]);
|
channel_checker_in_order<5,0> sink(.in=channel,.sim_step=control.sim_step_checker[0],.done=control.done_checker[0]);
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user