X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ships%2FCounter.ship;h=06a87cef036ddfccb3c4b768e3e8554e1d031a98;hb=4c266e0f0a382d40de6557235686e856be233753;hp=b8155f599f17b937e7bd82e99f489caf4e0b620d;hpb=14b564dc318c7cdd43b8998da4ec6fd38ec63f52;p=fleet.git diff --git a/ships/Counter.ship b/ships/Counter.ship index b8155f5..06a87ce 100644 --- a/ships/Counter.ship +++ b/ships/Counter.ship @@ -110,7 +110,7 @@ public void service() { // FIXME: REPEAT with a count of zero will not work properly always @(posedge clk) begin - if (!rst) begin + if (rst) begin `reset full <= 0; out_draining <= 0;