change rst to high-active
[fleet.git] / ships / Lut3.ship
index 17063d8..dc56e2b 100644 (file)
@@ -75,7 +75,7 @@ is considered ``bit zero'').
   assign lut = inLut_d[7:0];
 
   always @(posedge clk) begin
-    if (!rst) begin
+    if (rst) begin
       `reset
       out_draining <= 0;
     end else begin