summaryrefslogtreecommitdiff
path: root/src/arch/micro_asm_test.py
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-05-31 22:21:21 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-05-31 22:21:21 +0000
commita703fdfcf9206c03e77eec2878a67cf455d69be1 (patch)
tree8000878117db7ebd3e5403305451552a21cadfbf /src/arch/micro_asm_test.py
parent2bdd4eda1279d2abd114be67055894fc301c41f5 (diff)
downloadgem5-a703fdfcf9206c03e77eec2878a67cf455d69be1.tar.xz
Add a second section to make sure the ROM is extended properly.
--HG-- extra : convert_revision : a69c09c5e62c8b00d6c8039199c02e8fecbf9f2f
Diffstat (limited to 'src/arch/micro_asm_test.py')
-rwxr-xr-xsrc/arch/micro_asm_test.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/micro_asm_test.py b/src/arch/micro_asm_test.py
index f0aebe2b2..b074ecb58 100755
--- a/src/arch/micro_asm_test.py
+++ b/src/arch/micro_asm_test.py
@@ -91,6 +91,13 @@ def macroop squishy {
.tweak
};
+#Extending the rom...
+def rom
+{
+ #Here's more stuff for the rom
+ bah
+};
+
def macroop squashy {
bah
};