connect top level interrupts to coreplex
This commit is contained in:
parent
91a97d6773
commit
0a6c05a5d8
@ -171,6 +171,8 @@ class Top(topParams: Parameters) extends Module with HasTopLevelParameters {
|
|||||||
asyncAxiFrom(io.bus_clk.get, io.bus_rst.get, io.bus_axi)
|
asyncAxiFrom(io.bus_clk.get, io.bus_rst.get, io.bus_axi)
|
||||||
else io.bus_axi)
|
else io.bus_axi)
|
||||||
|
|
||||||
|
coreplex.io.interrupts <> io.interrupts
|
||||||
|
|
||||||
io.extra <> periphery.io.extra
|
io.extra <> periphery.io.extra
|
||||||
p(ConnectExtraPorts)(io.extra, coreplex.io.extra, p)
|
p(ConnectExtraPorts)(io.extra, coreplex.io.extra, p)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user