Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/56496 )
Change subject: arch-x86: Get rid of some transitional imports in the ISA
desc.
......................................................................
arch-x86: Get rid of some transitional imports in the ISA desc.
Now that the microop definitions have been moved out of the ISA
description, these imports are no longer needed.
Change-Id: I454eb4e53c0e616b5bcf9dbb2837baa351b58b20
---
M src/arch/x86/isa/microops/base.isa
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/src/arch/x86/isa/microops/base.isa
b/src/arch/x86/isa/microops/base.isa
index b023749..d2eb732 100644
--- a/src/arch/x86/isa/microops/base.isa
+++ b/src/arch/x86/isa/microops/base.isa
@@ -45,13 +45,5 @@
# the classes that represent them.
from ucasmlib.arch.x86 import microops as microopClasses
- # For now, implement this base class into the ISA desc until it's no
- # longer needed.
- from ucasmlib.arch.x86.microops.base import X86Microop
-
- # Bring in all the operand classes for microops which are still
defined in
- # the ISA description.
- from ucasmlib.arch.x86.microops.operands import *
-
sys.path = old_path
}};
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56496
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I454eb4e53c0e616b5bcf9dbb2837baa351b58b20
Gerrit-Change-Number: 56496
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s