]> Joshua Wise's Git repositories - mandelfpga.git/blobdiff - Main.v
bring in the make buildsystem for MandelFPGA
[mandelfpga.git] / Main.v
diff --git a/Main.v b/Main.v
index 165a09555a4712c243d578a62a709b9127971f0b..3e1e333e757188143a83da95bc90594798a42872 100644 (file)
--- 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;
                        3'b001: state <= 3'b010;
                        3'b010: state <= 3'b100;
                        3'b100: state <= 3'b001;
+               `ifdef isim
                        default: begin $display("invalid state"); $finish; end
                        default: begin $display("invalid state"); $finish; end
+               `endif
                        endcase
        
                // Data output handling
                        endcase
        
                // Data output handling
This page took 0.02175 seconds and 4 git commands to generate.