added working test case for send-without-destination
[fleet.git] / ships / BitFifo.ship
index e359290..287692a 100644 (file)
@@ -354,7 +354,6 @@ public void service() {
   initial enqueue_remaining = 0;
   initial bitstorage_count = 0;
 
-  // FIXME: signextend, LSBfirst
   always @(posedge clk) begin
     if (!in_r    && in_a)     in_a    <= 0;
     if (!inOp_r  && inOp_a)   inOp_a  <= 0;