Add a second section to make sure the ROM is extended properly.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 31 May 2007 22:21:21 +0000 (22:21 +0000)
committerGabe 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

index f0aebe2b24da06a17a55f793bec36018cbc7b538..b074ecb58f55e20110102f25b06bdadb70ece2cb 100755 (executable)
@@ -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
 };