Move N_CORES and MMIO_BASE to SCRFile instance in RocketChip
This commit is contained in:
parent
7fa38b5624
commit
ba96ad2b38
@ -171,6 +171,8 @@ class Uncore(implicit val p: Parameters) extends Module
|
||||
scrArb.io.in(0) <> htif.io.scr
|
||||
scrArb.io.in(1) <> outmemsys.io.scr
|
||||
scrFile.io.smi <> scrArb.io.out
|
||||
scrFile.io.scr.attach(UInt(nTiles), "N_CORES", false, true)
|
||||
scrFile.io.scr.attach(UInt(p(MMIOBase) >> 20), "MMIO_BASE", false, true)
|
||||
// scrFile.io.scr <> (... your SCR connections ...)
|
||||
|
||||
// Configures the enabled memory channels. This can't be changed while the
|
||||
|
2
uncore
2
uncore
@ -1 +1 @@
|
||||
Subproject commit 42549fd7cfa86075a82cbbd10adf6d41b3dcad67
|
||||
Subproject commit 01e9a7f0ff0c36ac075d4329b138c2fc998ad627
|
Loading…
Reference in New Issue
Block a user