diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-06-08 17:41:23 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-06-08 17:41:23 +0000 |
commit | 78910a7b3dd7ce6f65f3ea51f178a3440d0221ab (patch) | |
tree | 248533feba6296289f4d913f059d7406182d3745 /src/arch | |
parent | 93707e23654617a1a298e8e1774a6896786d9c9f (diff) | |
download | gem5-78910a7b3dd7ce6f65f3ea51f178a3440d0221ab.tar.xz |
Adjust a few more comments.
--HG--
extra : convert_revision : 9b79ce72acf8932ce26e1744a149f2fd2435ea96
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/isa/microasm.isa | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/arch/x86/isa/microasm.isa b/src/arch/x86/isa/microasm.isa index 8a6e7ca52..fde430691 100644 --- a/src/arch/x86/isa/microasm.isa +++ b/src/arch/x86/isa/microasm.isa @@ -57,10 +57,11 @@ //Include the definitions of the micro ops. //These are StaticInst classes which stand on their own and make up an -//internal instruction set. +//internal instruction set, and also python representations which are passed +//into the microcode assembler. ##include "microops/microops.isa" -//Include code to build macroops. +//Include code to build macroops in both C++ and python. ##include "macroop.isa" let {{ |