| Author |
Message |
timinganalyzer
Joined: 30 Jan 2009 Posts: 3
|
30 Jan 2009 23:07 drawing timing diagrams |
|
|
|
|
Hi All,
The TimingAnalyzer can be used to easily draw timing diagrams and perform timing analysis to find faults in digital systems. The diagrams can be saved in many different image file formats and scalable vector formats so they can easily be added to documentation.
With scripts, the user can draw large complex timing diagrams quickly, generate test vectors and testbenches for analog and digital simulations, and add new features to the program.
The plans are to have a one version that anyone can use for personal or academic use at no cost. The same version will be very low cost for commercial use when beta testing is complete.
www.timing-diagrams.com
Suggestions for new features and improvements always welcome.
Regards,
Dan Fabrizio
timinganalyzer(at)gmail.com
|
|
| Back to top |
|
 |
curadebt_fees
Joined: 06 Mar 2009 Posts: 5
|
07 Mar 2009 9:02 timing draw |
|
|
|
|
| I have not used it earlier but now trying to draw complex diagrams becasue i am an electric engineer.
|
|
| Back to top |
|
 |
livewire09
Joined: 22 Mar 2009 Posts: 31 Helped: 1
|
25 Mar 2009 11:38 timing diagrams |
|
|
|
|
Thanks for the great information.Will definitely use the diagrams.
Mp3 Players
|
|
| Back to top |
|
 |
Google AdSense

|
25 Mar 2009 11:38 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
jvish
Joined: 04 Nov 2008 Posts: 6
|
15 May 2009 7:34 draw timing diagram free |
|
|
|
|
You want to try timegen or timingtool as suggested in below:
http://www.ecvale.com/index.php?main_page=fmvy_msgs_info&fmvpar=38&cPath=2_13&topfmvmsgs_id=18
|
|
| Back to top |
|
 |
timinganalyzer
Joined: 30 Jan 2009 Posts: 3
|
11 Aug 2009 2:18 draw timing |
|
|
|
|
Hi All,
I released a new version of the TimingAnalyzer. Below is a list of additions and changes. Also, if you haven't heard, the program is now licensed as freeware. Anyone can use for free without limitations for any purpose, commercial, personal, or academic. Feature requests are always welcome.
* Added a new User Delay and Constraint Editor panel. You can add, delete, or update User Delays or Constraints.
* These User Delays and User Constraints are saved at the top of the .tim file.
* Changing a User Delay or User Constraint updates every one of the same type in the diagram.
* Files created with previous versions are converted to this new format when saved.
* Added Python Interpreter, Jython 2.5. Now you can write scripts in Python.
* Execute Python scripts using the same script dialog for the beanshell scripts or from Jython command line window.
* Included start_app.py script in the install directory that will start the TimingAnalyzer from a Jython command line window.
* Updated spice_pwl.bsh. This beanshell script generates spice piece wise linear test vectors for DigitalBus.
* Included dff.py. This Python script shows how to generate a timing diagram for a D Flip Flop.
www.timing-diagrams.com
Feel free to send questions, suggestions, or comments to
timinganalyzer(at)gmail.com
|
|
| Back to top |
|
 |
timinganalyzer
Joined: 30 Jan 2009 Posts: 3
|
17 Nov 2009 1:53 Re: Draw Timing Diagrams and execute timing analysis |
|
|
|
|
Hi All,
I have released a new version of the program. Version 0.945.
A lot has happened in the last few versions but the focus has been on improving the Python scripting interface, adding logic simulation functions to both the GUI and scripting interface , and improving the GUI zoom functions.
The list below shows all the changes in from 0.94 to 0.945.
Feedback is always welcome.
Dan
www.timing-diagrams.com
----------------------------------------------------------------------------------------------------------------------
* Generate Timing Diagrams from VHDL Simulations application note. Verilog example coming soon.
* startScript() and stopScript() scripting functions.
* Timing diagram are broken into sections separated by TimeWarps. You can now move from section to section using the "Move Start to Next TimeWarp" button.
* "Move Diagram Left" and "Move Diagram Right" buttons now skip correctly over TimeWarps.
*
* "Zoom Full" button in toolbar.
* "Zoom In Between" function.
* addInverter() scripting function.
* addBuffer() scripting funtion.
* addDFF() scripting function.
* addCounter() scripting function.
*
* Inverter with optional tphl and tplh delays
* Buffer with optional tphl and tplh delays
* zoomIn(startTime,endTime) scripting function
* new scripting functions. See Scripting/TimingAnalyzer and Scripting/TimingDiagram
* * fileNew()
* * fileSave()
* * setStartTime()
* * setEndTime()
* * setTimePerDivision()
* * zoomIn()
* * zoonOut()
* * addTextBelowSignal()
* * addTextAboveSignal()
* Synchronous Binary Up/Down Counter with rising or falling edge clock, and optional enable, parallel load, reset, and preset inputs and clk2q delays.
* Optional synchronous reset and preset inputs to DFF.
* Synchronous DFF with rising and falling edge clock, and optional enable, and clk2q delays.
* Auto decrement when adding pulses. This makes down counters easier.
|
|
| Back to top |
|
 |