1
0
Fork 0

Don't use Vec as lvalue

This commit is contained in:
Andrew Waterman 2017-03-29 22:04:51 -07:00
parent d3bc99e253
commit 80fb002962
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ trait HasExternalInterruptsModule {
// go from flat diplomatic Interrupts to bundled TileInterrupts
def decodeCoreInterrupts(core: TileInterrupts) {
val core_ips = Vec(
val core_ips = Seq(
core.debug,
core.msip,
core.mtip,