install act file and import via global import

This commit is contained in:
2022-11-01 16:53:05 +01:00
parent 3eaa5d147d
commit 3b1356a9c5
8 changed files with 9 additions and 8 deletions

View File

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

View File

@@ -23,9 +23,9 @@
**************************************************************************
*/
import "../../../act/test_bench_lib.act";
import sim::test_bench_lib;
import globals;
open sim::testbench;
open sim::test_bench_lib;
defproc test(){
chan(int<5>) channel;