Don't use Vec as lvalue
This commit is contained in:
parent
d3bc99e253
commit
80fb002962
@ -45,7 +45,7 @@ trait HasExternalInterruptsModule {
|
|||||||
|
|
||||||
// go from flat diplomatic Interrupts to bundled TileInterrupts
|
// go from flat diplomatic Interrupts to bundled TileInterrupts
|
||||||
def decodeCoreInterrupts(core: TileInterrupts) {
|
def decodeCoreInterrupts(core: TileInterrupts) {
|
||||||
val core_ips = Vec(
|
val core_ips = Seq(
|
||||||
core.debug,
|
core.debug,
|
||||||
core.msip,
|
core.msip,
|
||||||
core.mtip,
|
core.mtip,
|
||||||
|
Loading…
Reference in New Issue
Block a user