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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user