lots of changes to Marina test code, mostly for scan chain counters
[fleet.git] / ships / Fifo.ship
index 80dcebc..616c97b 100644 (file)
@@ -31,23 +31,7 @@ at least 16 words.
 
 == FPGA ==============================================================
 
-  wire in_a__;
-  wire out_r__;
-
-  fifo8x37 fifo8x37(clk, rst,
-                    in_r,    in_a__, in_d,
-                    out_r__, out_a,  out_d_);
-
-  always @(posedge clk) begin
-    if (!rst) begin
-      `reset
-    end else begin
-      `flush
-      out_r <= out_r__;
-      in_a  <= in_a__;
-    end
-  end
-
+// not used
 
 == Test =================================================================
 // expected output