arch: Split utility methods/variables out of the ISA parser.
authorGabe Black <gabeblack@google.com>
Tue, 29 Sep 2020 07:58:36 +0000 (00:58 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 12 Oct 2020 04:28:50 +0000 (04:28 +0000)
commit2c17978be77141c34ad95513c99dffc92d83a248
tree726b98ddbbbcb44eb2172e460a632a61ba9cf6ef
parentc05192c669adcad900ecf0986f2eb553875ba14e
arch: Split utility methods/variables out of the ISA parser.

Change-Id: Ifbff4bc6633cd11f98b02ba1291a91c3ad189285
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/35279
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/isa_parser/isa_parser.py
src/arch/isa_parser/util.py [new file with mode: 0755]