From: adam Date: Tue, 7 Aug 2007 14:51:48 +0000 (+0100) Subject: add test to Debug.ship X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=1de335bbed961cd05135168716c1928623d4a7ab;p=fleet.git add test to Debug.ship --- diff --git a/ships/Debug.ship b/ships/Debug.ship index 7978ba3..b1f1c17 100644 --- a/ships/Debug.ship +++ b/ships/Debug.ship @@ -45,5 +45,13 @@ module debug (clk, data_debug_data_r, data_debug_data_a, data_debug_data, endmodule +== Test ================================================================ +#expect 25 + +#ship debug : Debug + +25: sendto debug.in; +debug.in: take, deliver; + == Contributors ========================================================= Adam Megacz