git.joshuawise.com
/
mandelfpga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
13350ed
)
bring in the make buildsystem for MandelFPGA
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Tue, 8 Jul 2008 03:20:59 +0000
(23:20 -0400)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Tue, 8 Jul 2008 03:20:59 +0000
(23:20 -0400)
Main.v
patch
|
blob
|
blame
|
history
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.022152 seconds
and
4
git commands to generate.