fixed std instaitate test by just copying the async instantiate test

This commit is contained in:
alexmadison 2023-12-01 11:22:34 +01:00
parent ca3a56572d
commit 9e7b1cd120
1 changed files with 11 additions and 4 deletions

View File

@ -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;
// }}