gesamt: parser ins historymodul eingebaut und es geht, YEAH! :)
[hwmod.git] / src / sp_ram.vhd
index 5c9b66b2e15df2417e8c5e4e5dd1233a024968e8..4d39020db802fbca901b720e72ba6143a3bb38f2 100644 (file)
@@ -20,7 +20,7 @@ end entity sp_ram;
 architecture beh of sp_ram is
        subtype RAM_ENTRY_TYPE is hbyte;
        type RAM_TYPE is array (1 to (2 ** ADDR_WIDTH)) of RAM_ENTRY_TYPE;
-       signal ram : RAM_TYPE := (others => x"41");
+       signal ram : RAM_TYPE := (others => x"00");
 begin
        process(sys_clk)
        begin