主站加入定时器,fifo被迫加大
This commit is contained in:
@@ -35,8 +35,8 @@ abstract class TLCDRBase()(implicit p: Parameters) extends BackModule {
|
||||
|
||||
|
||||
|
||||
val txFifo = Module(new Queue(UInt(32.W), 4))
|
||||
val rxFifo = Module(new Queue(UInt(32.W), 4))
|
||||
val txFifo = Module(new Queue(UInt(32.W), 8))
|
||||
val rxFifo = Module(new Queue(UInt(32.W), 8))
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user