small change to eliminate address range overlap.
authorLisa Hsu <hsul@eecs.umich.edu>
Fri, 15 Dec 2006 22:58:20 +0000 (17:58 -0500)
committerLisa Hsu <hsul@eecs.umich.edu>
Fri, 15 Dec 2006 22:58:20 +0000 (17:58 -0500)
--HG--
extra : convert_revision : c8309a8774265a707c87c4f516bec1f81aff4a79

src/python/m5/objects/Tsunami.py

index c18210bba9bd678def409d16d2907b84078ce95a..ac9020b47b0f97cc1680e87c5c6d6db1aee49acb 100644 (file)
@@ -36,7 +36,7 @@ class Tsunami(Platform):
     fake_uart3 = IsaFake(pio_addr=0x801fc0002e8)
     fake_uart4 = IsaFake(pio_addr=0x801fc0003f0)
 
-    fake_ppc = IsaFake(pio_addr=0x801fc0003bc)
+    fake_ppc = IsaFake(pio_addr=0x801fc0003bb)
 
     fake_OROM = IsaFake(pio_addr=0x800000a0000, pio_size=0x60000)