From 686a997301e70a7c249c4bcae7d3e702e2a27f6f Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 30 Jan 2008 09:01:22 +0100 Subject: [PATCH] uncomment resets in Memory.ship --- ships/Memory.ship | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ships/Memory.ship b/ships/Memory.ship index cb08c22..65a08b0 100644 --- a/ships/Memory.ship +++ b/ships/Memory.ship @@ -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; -- 1.7.10.4