Don't use Vec as lvalue
This commit is contained in:
		| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user