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>
This commit is contained in:
@@ -98,9 +98,6 @@ if env['TARGET_ISA'] != 'null':
|
||||
Source('syscall_desc.cc')
|
||||
Source('vma.cc')
|
||||
|
||||
if env['TARGET_ISA'] != 'x86':
|
||||
Source('microcode_rom.cc')
|
||||
|
||||
DebugFlag('Checkpoint')
|
||||
DebugFlag('Config')
|
||||
DebugFlag('CxxConfig')
|
||||
|
||||
Reference in New Issue
Block a user