From 86228c225ef61c7cd90648d19e8307292f1379ce Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 11 Feb 2008 15:40:45 +0100 Subject: [PATCH] add `reset` to Alu2 --- ships/Alu2.ship | 1 + 1 file changed, 1 insertion(+) diff --git a/ships/Alu2.ship b/ships/Alu2.ship index 4a7298d..fd8a33f 100644 --- a/ships/Alu2.ship +++ b/ships/Alu2.ship @@ -86,6 +86,7 @@ public void service() { have_a = 0; have_b = 0; have_op = 0; + `reset end else begin if (!have_a) begin `onread(in1_r, in1_a) have_a = 1; reg_a = in1_d; end -- 1.7.10.4