pushing register

This commit is contained in:
2022-03-30 15:01:50 +02:00
parent af2cedf54d
commit fbcd679b4c
13 changed files with 2628 additions and 2101 deletions

View File

@@ -33,7 +33,7 @@ open tmpl::dataflow_neuro;
defproc flipflop_test (bool! q; bool? d,clk){
DFFQ_R_X1 ff(.d=d,.clk = clk, .q = q);
DFFQ_R_X1 ff(.d=d,.clk_B = clk, .q = q);
//Low active Reset
bool _reset_B;
prs {