1
0

asyncqueue: Fix typo in the Async Queue (#381)

* asyncqueue: Fix typo in the Async Queue that would cause the sync depth to be one less than expected.

* asyncqueue: Typo in the typo fix
This commit is contained in:
mwachs5 2016-10-04 21:02:06 -07:00 committed by Wesley W. Terpstra
parent 064c9ebdc6
commit e952f8f222

View File

@ -21,7 +21,7 @@ object AsyncGrayCounter {
sink.io.d := source.io.q
sink.io.en := Bool(true)
}
syncv(0).io.d
syncv.head.io.q
}
}