xilinx mig: track changes in rocket-chip
This commit is contained in:
parent
c010a1557a
commit
88e4c8ee20
@ -11,7 +11,7 @@ trait PeripheryXilinxVC707MIG extends TopNetwork {
|
|||||||
|
|
||||||
val xilinxvc707mig = LazyModule(new XilinxVC707MIG)
|
val xilinxvc707mig = LazyModule(new XilinxVC707MIG)
|
||||||
require(p(BankedL2Config).nMemoryChannels == 1, "Coreplex must have 1 master memory port")
|
require(p(BankedL2Config).nMemoryChannels == 1, "Coreplex must have 1 master memory port")
|
||||||
val mem = Seq(xilinxvc707mig.node)
|
xilinxvc707mig.node := mem(0).node
|
||||||
}
|
}
|
||||||
|
|
||||||
trait PeripheryXilinxVC707MIGBundle extends TopNetworkBundle {
|
trait PeripheryXilinxVC707MIGBundle extends TopNetworkBundle {
|
||||||
|
Loading…
Reference in New Issue
Block a user