flipflop test updated

This commit is contained in:
Michele
2022-03-04 21:12:52 +01:00
parent c30a46d6d8
commit 8dabc59a03
4 changed files with 62 additions and 33 deletions

View File

@@ -41,7 +41,7 @@ defproc flipflop_test (bool! q; bool? d,clk){
}
ff.vss = GND;
ff.vdd = Vdd;
ff.reset = Reset;
ff.reset_B = _reset_B;
}