projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bdd4ed
)
Add a second section to make sure the ROM is extended properly.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 31 May 2007 22:21:21 +0000
(22:21 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 31 May 2007 22:21:21 +0000
(22:21 +0000)
--HG--
extra : convert_revision :
a69c09c5e62c8b00d6c8039199c02e8fecbf9f2f
src/arch/micro_asm_test.py
patch
|
blob
|
history
diff --git
a/src/arch/micro_asm_test.py
b/src/arch/micro_asm_test.py
index f0aebe2b24da06a17a55f793bec36018cbc7b538..b074ecb58f55e20110102f25b06bdadb70ece2cb 100755
(executable)
--- 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
};