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;