X-Git-Url: http://git.joshuawise.com/mandelfpga.git/blobdiff_plain/13350ed5ba81f086691c27cb42d816a063707a13..cf311cdb0b57f208823dc48a589a084a29f0f568:/Main.v diff --git a/Main.v b/Main.v index 165a095..3e1e333 100644 --- a/Main.v +++ b/Main.v @@ -292,7 +292,9 @@ module Mandelbrot( 3'b001: state <= 3'b010; 3'b010: state <= 3'b100; 3'b100: state <= 3'b001; + `ifdef isim default: begin $display("invalid state"); $finish; end + `endif endcase // Data output handling