arch: Move the ISA parser into a package.
authorGabe Black <gabeblack@google.com>
Tue, 29 Sep 2020 07:24:26 +0000 (00:24 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 12 Oct 2020 04:28:18 +0000 (04:28 +0000)
commit24a9813ec0d0777fb34d639b647a7a29c6426140
treedd7360466125c41663df1fd004e26c8e642216d3
parent5e767970d8e11ea00d52e7561a438ec054e9ffff
arch: Move the ISA parser into a package.

This will make splitting the parser into components easier, since it
will keep help keep everything together and organized.

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