prepared things for having unit test ready

This commit is contained in:
2022-02-21 13:01:45 +01:00
parent 6dc79383da
commit ca0e5df048
16 changed files with 216 additions and 64 deletions

View File

@ -19,10 +19,10 @@
#
# -----------------------------------------------------------------------------
TARGETACT=__all__.act stdcells.act acells.act primitives.act
TARGETACT=__all__.act cell_lib_std.act cell_lib_async.act primitives.act
SUBDIRS=
# template because its a template based appoach no syntesis so it would be wrong in syn
TARGETACTSUBDIR=template/dataflow_neuro
TARGETACTSUBDIR=tmpl/dataflow_neuro
include $(ACT_HOME)/scripts/Makefile.std