arch,cpu,sim: Get rid of the microcode ROM stub code.
authorGabe Black <gabeblack@google.com>
Tue, 18 Aug 2020 08:16:30 +0000 (01:16 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 25 Aug 2020 12:41:30 +0000 (12:41 +0000)
commitcac49d4e4709f869603380efcd009b73e9a41c88
treeb5fb116feab1244e9916526be0c24991ed294d90
parenta3e113239b76956218bc89ff530b93d615aeeacc
arch,cpu,sim: Get rid of the microcode ROM stub code.

This code, including a switching header file, is no longer necessary
because ROM based microops are now handled by the decoder itself.

Change-Id: Ie3ea4a7371dec22993ede80e2acd1df7cd1ecf59
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32899
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/SConscript
src/arch/arm/microcode_rom.hh [deleted file]
src/arch/mips/microcode_rom.hh [deleted file]
src/arch/power/microcode_rom.hh [deleted file]
src/arch/riscv/microcode_rom.hh [deleted file]
src/arch/sparc/microcode_rom.hh [deleted file]
src/cpu/base.hh
src/sim/SConscript
src/sim/microcode_rom.cc [deleted file]
src/sim/microcode_rom.hh [deleted file]