fixed std instaitate test by just copying the async instantiate test
This commit is contained in:
parent
ca3a56572d
commit
9e7b1cd120
@ -28,7 +28,13 @@
|
|||||||
|
|
||||||
import "../../dataflow_neuro/cell_lib_std.act";
|
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;
|
TIELO_X1 cell1;
|
||||||
TIEHI_X1 cell2;
|
TIEHI_X1 cell2;
|
||||||
@ -36,9 +42,9 @@ INV_X1 cell4;
|
|||||||
INV_X2 cell5;
|
INV_X2 cell5;
|
||||||
INV_X4 cell6;
|
INV_X4 cell6;
|
||||||
INV_X8 cell7;
|
INV_X8 cell7;
|
||||||
CLKBUF1 cell8;
|
// CLKBUF1 cell8;
|
||||||
CLKBUF2 cell9;
|
// CLKBUF2 cell9;
|
||||||
CLKBUF3 cell10;
|
// CLKBUF3 cell10;
|
||||||
NOR2_X1 cell11;
|
NOR2_X1 cell11;
|
||||||
NOR3_X1 cell12;
|
NOR3_X1 cell12;
|
||||||
OR2_X1 cell13;
|
OR2_X1 cell13;
|
||||||
@ -57,3 +63,4 @@ AOI22_X1 cell29;
|
|||||||
TBUF1_X1 cell30;
|
TBUF1_X1 cell30;
|
||||||
TBUF_X2 cell31;
|
TBUF_X2 cell31;
|
||||||
|
|
||||||
|
// }}
|
Loading…
Reference in New Issue
Block a user