From 9e7b1cd12022e54f614c3a66907b43136e83c422 Mon Sep 17 00:00:00 2001 From: alexmadison Date: Fri, 1 Dec 2023 11:22:34 +0100 Subject: [PATCH] fixed std instaitate test by just copying the async instantiate test --- test/unit_tests/std_instantiate/test.act | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/test/unit_tests/std_instantiate/test.act b/test/unit_tests/std_instantiate/test.act index 7331843..abd66b9 100644 --- a/test/unit_tests/std_instantiate/test.act +++ b/test/unit_tests/std_instantiate/test.act @@ -28,7 +28,13 @@ import "../../dataflow_neuro/cell_lib_std.act"; -open std_cell_template::dataflow_neuro; +open tmpl::dataflow_neuro; + +// open actlib_dataflow_neuro::dataflow_neuro; + +// namespace tmpl { +// namespace dataflow_neuro { + TIELO_X1 cell1; TIEHI_X1 cell2; @@ -36,9 +42,9 @@ INV_X1 cell4; INV_X2 cell5; INV_X4 cell6; INV_X8 cell7; -CLKBUF1 cell8; -CLKBUF2 cell9; -CLKBUF3 cell10; +// CLKBUF1 cell8; +// CLKBUF2 cell9; +// CLKBUF3 cell10; NOR2_X1 cell11; NOR3_X1 cell12; OR2_X1 cell13; @@ -57,3 +63,4 @@ AOI22_X1 cell29; TBUF1_X1 cell30; TBUF_X2 cell31; +// }} \ No newline at end of file