From 664e0f5724b3e46b7d2bb41f2a24db47423fce7d Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 11 Feb 2008 14:21:55 +0100 Subject: [PATCH] alter Alu1 test to work around fpga anomoly --- ships/Alu1.ship | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ships/Alu1.ship b/ships/Alu1.ship index ee942cd..1ac349d 100644 --- a/ships/Alu1.ship +++ b/ships/Alu1.ship @@ -92,6 +92,7 @@ The result of this operation is then made available at {\tt out}. == Test ============================================================================== // expected output + #expect 10 #expect 8 #expect 9 @@ -105,18 +106,19 @@ debug.in: [*] take, deliver; alu1.in: literal 9; load repeat counter with 4; deliver; - [*] take, deliver; + take, deliver; alu1.out: load repeat counter with 4; take, sendto debug.in; sendto alu1.in; - [*] take, sendto debug.in; + take, sendto debug.in; alu1.inOp: literal 1; deliver; literal 2; deliver; literal 3; deliver; - literal 0; load repeat counter with 2; deliver; + literal 0; deliver; + literal 0; deliver; == Contributors ========================================================= -- 1.7.10.4