test pipe 2
[calu.git] / cpu / src / r2_w_ram_b.vhd
index d067ad3a9589ec053ac9a67edb6e52bec2da58fe..a0b163939bd2667f73fc2311d1a82e5211a62d50 100644 (file)
@@ -13,7 +13,7 @@ architecture behaviour of r2_w_ram is
        signal ram : RAM_TYPE := (
                                0 => x"00000000",
                                1 => x"00000001",
-                               2 => x"00000002",
+                               2 => x"FFFFFFFF",
                                3 => x"00000003",
                                others=> x"00000000");