fixed test

This commit is contained in:
alexmadison 2023-11-21 16:07:52 +01:00
parent c336e37377
commit 99b1d8caaf
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ import globals;
open tmpl::dataflow_neuro;
defproc sigbuf_15 (bool? in; bool! out){
sigbuf<15> sigbuf_test(.in=in, .out=out);
sigbuf<15> sigbuf_test(.in=in);
sigbuf_test.out[0] = out;
sigbuf_test.supply.vss = GND;
sigbuf_test.supply.vdd = Vdd;