fixed bug in delay fifo

This commit is contained in:
alexmadison 2022-03-30 15:47:01 +02:00
parent 4cbe8cb3d1
commit 21c78e4461
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ namespace tmpl {
dly[N-1].vdd = supply.vdd;
dly[N-1].vss = supply.vss;
dly[N-1].y = out;
[] N = 1 ->
[] N = 0 ->
in = out;
]