1
0

Make sure there's enough xact id bits

This commit is contained in:
Eric Love 2016-03-11 16:54:56 -08:00 committed by Howard Mao
parent 67e711844a
commit 8a47c3f346

View File

@ -51,6 +51,7 @@ class RTC(csr_MTIME: Int)(implicit p: Parameters) extends HtifModule
id = coreId,
addr = addrTable(coreId),
size = UInt(log2Up(csrDataBytes)))
require(p(MIFMasterTagBits) >= log2Up(nCores))
io.w.valid := sending_data
io.w.bits := NastiWriteDataChannel(data = rtc)