uncomment resets in Memory.ship
authoradam <adam@megacz.com>
Wed, 30 Jan 2008 08:01:22 +0000 (09:01 +0100)
committeradam <adam@megacz.com>
Wed, 30 Jan 2008 08:01:22 +0000 (09:01 +0100)
ships/Memory.ship

index cb08c22..65a08b0 100644 (file)
@@ -264,15 +264,13 @@ module memory (clk, rst,
       ihorn_full <= 0;
       dhorn_full <= 0;
       command_valid <= 0;
-/*
+
       // uncommenting either of these causes headaches
-*/
       preload_size <= 0;
       preload_pos <= 0;
       temp_base = 0;
       temp_size = 0;
 
-
       launched <= 0;
       command_valid_read <= 0;
       write_flag <= 0;
@@ -280,7 +278,6 @@ module memory (clk, rst,
       dhorn_r <= 0;
       ihorn_r <= 0;
       out_r <= 0;
-
     end else begin
 
     write_flag <= 0;