X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ships%2FFifo.ship;h=616c97b7c4dd07c88f937252dc7fc17c526ddc8c;hb=8e40e9abcae9b834620ed3cae2856861a040402a;hp=80dcebc70c662a5091be77cc09db2fb300cbc18f;hpb=7569f68cbb221e1e21fb6c20db53f177f8323a31;p=fleet.git diff --git a/ships/Fifo.ship b/ships/Fifo.ship index 80dcebc..616c97b 100644 --- a/ships/Fifo.ship +++ b/ships/Fifo.ship @@ -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