We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de1cea commit d3d8b62Copy full SHA for d3d8b62
src/param/CUParams.scala
@@ -76,7 +76,7 @@ case class SramAGParam (
76
}
77
case class DramAGParam (
78
numControlFifos:Int=3,
79
- numScalarFifos:Int=3,
+ numScalarFifos:Int=4,
80
numVectorFifos:Int=0,
81
controlFifoParam:FIFOParam=FIFOParam(size=option("fifo-depth")),
82
scalarFifoParam:FIFOParam=FIFOParam(size=option("fifo-depth")),
0 commit comments