Relax timeout for stale srcId in NewSourceGenerator
This commit is contained in:
@@ -606,7 +606,7 @@ class NewSourceGenerator[T <: Data](
|
|||||||
oldestMetadata := occupancyTable(oldestIndex).meta
|
oldestMetadata := occupancyTable(oldestIndex).meta
|
||||||
oldestAge := occupancyTable(oldestIndex).age
|
oldestAge := occupancyTable(oldestIndex).age
|
||||||
assert(
|
assert(
|
||||||
oldestAge <= 2000.U,
|
oldestAge <= 10000.U,
|
||||||
"One id in the SourceGen is not released for long time, potential bug !"
|
"One id in the SourceGen is not released for long time, potential bug !"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user