aboutsummaryrefslogtreecommitdiffstats
path: root/notes/tools.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes/tools.txt')
-rw-r--r--notes/tools.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/notes/tools.txt b/notes/tools.txt
new file mode 100644
index 0000000..7a0a455
--- /dev/null
+++ b/notes/tools.txt
@@ -0,0 +1,14 @@
+
+QFSM finite state machine tool
+ http://qfsm.sourceforge.net/about.html
+ GUI for designing and documenting state machines. looks reasonably mature
+ generates verilog, vhdl, etc; C, java, ruby code (via ragel);
+ svg, png diagrams; text, html tables
+
+doxverilog
+ http://developer.berlios.de/projects/doxverilog/
+ doxygen for verilog
+
+Minimal Makefile for Xilinx WebPack
+ http://excamera.com/sphinx/fpga-makefile.html
+ from gameduino guy