nop insertion added
[calu.git] / cpu / src / r2_w_ram_b.vhd
index a0b163939bd2667f73fc2311d1a82e5211a62d50..9f227364370ad7fa3fcd2658f26553fb1527f73b 100644 (file)
@@ -15,7 +15,7 @@ architecture behaviour of r2_w_ram is
                                1 => x"00000001",
                                2 => x"FFFFFFFF",
                                3 => x"00000003",
-                               others=> x"00000000");
+                               others=> (others => '0'));
 
 begin
        process(clk)