grabber: fix missing variable rename

pull/1122/head
Sebastien Bourdeauducq 2018-07-21 13:39:46 +08:00
parent 3638a966e1
commit 4a4d0f8e51
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class ROI(Module):
out.update.eq(0),
If(eop,
cnt.eq(0),
count.eq(0),
out.update.eq(1),
out.count.eq(count)
)