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,6 +1,7 @@
#-------------------------------------------------------------------------
#************************************************************************
#
# Copyright (c) 2018 Rajit Manohar
# Copyright 2022 Ole Richter - University of Groningen
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@ -17,14 +18,16 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
#
#-------------------------------------------------------------------------
#*************************************************************************
TARGETLIBS=actsim_test_bench_lib.so
TARGETCONF=actsim_test_bench_lib.conf
TARGETACT=test_bench_lib.act
TARGETACTSUBDIR=sim
SHOBJS=test_bench_lib.os
SRCS= $(SHOBJS:.os=.c)
include $(ACT_HOME)/scripts/Makefile.std

View File

@ -25,7 +25,7 @@
namespace sim{
namespace testbench {
namespace test_bench_lib {
function finit (int verbose) : int;
function fsource_next(int id; int sim_step) : int;