Many a times we need to generate/draw timing diagrams for multitude purposes. While browsing web for the same I came across these free/easy-to-use timing diagram drawing utilities.
- Timing Diagram Font -- Timing diagram can be generated in MS Word using this
- Timing Analyzer -- A tool for doing the same
- Timing Diagram from verilog - using the above tool and small snippet of verilog code, one can generate timing waveform from the design itself. One problem I see with it is that the code snippet doesn't use verilog macro for achieving the same.
- Handy Timer - A simple and handy timing diagram editor
- Timing Editor - Another free waveform editor
- Draw Timing - Command line based waveform drawing SW which take a script as its input
2 comments:
WaveDrom is Free and Open Source online digital timing diagram rendering engine that uses javascript, HTML5 and SVG to convert WaveJSON input text description into SVG vector graphics.
http://wavedrom.googlecode.com
WaveDrom is Free and Open Source online digital timing diagram editor.
Post a Comment