Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > TimingAnalyzer is now freeware

Reply
Thread Tools

TimingAnalyzer is now freeware

 
 
timinganalyzer
Guest
Posts: n/a
 
      06-20-2009
Hi All,

I just wanted to let you know that the TimingAnalyzer is now licensed
as freeware. I just don't have the time needed to make a high
quality commercial product but I do want to keep the development
moving forward and continue to fix problems and add new features as
time permits.

Recently, I have become very interested in Python and using it to
develop similar type cad programs. My plan is to convert the
TimingAnalyzer Java to Python with mostly a scripting interface for
building complex timing diagrams, doing timing analysis, creating
testbenches and testvectors from waveform diagrams,
and creating timing diagrams from simulation VCD files. Most all of
this is text based work anyway.

Developing professional GUIs is very time consuming for me. This has
been my bottleneck with the program all along. With a command line
interface, you will execute a script and in one window, and view and
edit and print the timing diagram shown in another window. Like
Matlab interface.

If anyone is interested in helping with the development, I will make
this an open source project. Just let me know if your interested.

Thanks,
Dan Fabrizio
 
Reply With Quote
 
 
 
 
Antti.Lukats@googlemail.com
Guest
Posts: n/a
 
      06-20-2009
On Jun 20, 6:51*pm, timinganalyzer <timinganaly...@gmail.com> wrote:
> Hi All,
>
> I just wanted to let you know that the TimingAnalyzer is now licensed
> as freeware. * I just don't have the time needed to make a high
> quality commercial product but I do want to keep the development
> moving forward and continue to fix problems and add new features as
> time permits.
>
> Recently, I have become very interested in Python and using it to
> develop similar type cad programs. *My plan is to convert the
> TimingAnalyzer Java to Python with mostly a scripting interface for
> building complex timing diagrams, doing timing analysis, *creating
> testbenches and testvectors from waveform diagrams,
> and creating timing diagrams from simulation VCD files. *Most all of
> this is text based work anyway.
>
> Developing professional GUIs is very time consuming for me. *This has
> been my bottleneck with the program all along. *With a command line
> interface, *you will execute a script and in one window, *and view and
> edit and print the timing diagram shown in another window. * Like
> Matlab interface.
>
> If anyone is interested in helping with the development, *I will make
> this an open source project. * Just let me know if your interested.
>
> Thanks,
> Dan Fabrizio


a link to your webpage would help
(for those who are lazy)

Antti
 
Reply With Quote
 
 
 
 
chewie
Guest
Posts: n/a
 
      06-20-2009
On Jun 20, 12:24*pm, "Antti.Luk...@googlemail.com"
<Antti.Luk...@googlemail.com> wrote:
> On Jun 20, 6:51*pm, timinganalyzer <timinganaly...@gmail.com> wrote:
>
>
>
> > Hi All,

>
> > I just wanted to let you know that the TimingAnalyzer is now licensed
> > as freeware. * I just don't have the time needed to make a high
> > quality commercial product but I do want to keep the development
> > moving forward and continue to fix problems and add new features as
> > time permits.

>
> > Recently, I have become very interested in Python and using it to
> > develop similar type cad programs. *My plan is to convert the
> > TimingAnalyzer Java to Python with mostly a scripting interface for
> > building complex timing diagrams, doing timing analysis, *creating
> > testbenches and testvectors from waveform diagrams,
> > and creating timing diagrams from simulation VCD files. *Most all of
> > this is text based work anyway.

>
> > Developing professional GUIs is very time consuming for me. *This has
> > been my bottleneck with the program all along. *With a command line
> > interface, *you will execute a script and in one window, *and view and
> > edit and print the timing diagram shown in another window. * Like
> > Matlab interface.

>
> > If anyone is interested in helping with the development, *I will make
> > this an open source project. * Just let me know if your interested.

>
> > Thanks,
> > Dan Fabrizio

>
> a link to your webpage would help
> (for those who are lazy)
>
> Antti


Sorry about that. The website is:

www.timing-diagrams.com
 
Reply With Quote
 
James Harris
Guest
Posts: n/a
 
      07-03-2009
On 20 June, 16:51, timinganalyzer <timinganaly...@gmail.com> wrote:
> Hi All,
>
> I just wanted to let you know that the TimingAnalyzer is now licensed
> as freeware. * I just don't have the time needed to make a high
> quality commercial product but I do want to keep the development
> moving forward and continue to fix problems and add new features as
> time permits.
>
> Recently, I have become very interested in Python and using it to
> develop similar type cad programs. *My plan is to convert the
> TimingAnalyzer Java to Python with mostly a scripting interface for
> building complex timing diagrams, doing timing analysis, *creating
> testbenches and testvectors from waveform diagrams,
> and creating timing diagrams from simulation VCD files. *Most all of
> this is text based work anyway.
>
> Developing professional GUIs is very time consuming for me. *This has
> been my bottleneck with the program all along. *With a command line
> interface, *you will execute a script and in one window, *and view and
> edit and print the timing diagram shown in another window. * Like
> Matlab interface.
>
> If anyone is interested in helping with the development, *I will make
> this an open source project. * Just let me know if your interested.


I prefer command-line interfaces in general. They are more flexible
and can be automated.

Good choice to move to Python as long as the speed holds up. You may
want to inclulde comp.lang.python.

James
 
Reply With Quote
 
chewie
Guest
Posts: n/a
 
      07-03-2009
On Jul 3, 9:18*am, James Harris <james.harri...@googlemail.com> wrote:
> On 20 June, 16:51, timinganalyzer <timinganaly...@gmail.com> wrote:
>
>
>
> > Hi All,

>
> > I just wanted to let you know that the TimingAnalyzer is now licensed
> > as freeware. * I just don't have the time needed to make a high
> > quality commercial product but I do want to keep the development
> > moving forward and continue to fix problems and add new features as
> > time permits.

>
> > Recently, I have become very interested in Python and using it to
> > develop similar type cad programs. *My plan is to convert the
> > TimingAnalyzer Java to Python with mostly a scripting interface for
> > building complex timing diagrams, doing timing analysis, *creating
> > testbenches and testvectors from waveform diagrams,
> > and creating timing diagrams from simulation VCD files. *Most all of
> > this is text based work anyway.

>
> > Developing professional GUIs is very time consuming for me. *This has
> > been my bottleneck with the program all along. *With a command line
> > interface, *you will execute a script and in one window, *and view and
> > edit and print the timing diagram shown in another window. * Like
> > Matlab interface.

>
> > If anyone is interested in helping with the development, *I will make
> > this an open source project. * Just let me know if your interested.

>
> I prefer command-line interfaces in general. They are more flexible
> and can be automated.
>
> Good choice to move to Python as long as the speed holds up. You may
> want to inclulde comp.lang.python.
>
> James


Thanks James. I did post a similar message on comp.lang.python.
If there are some speed bottlenecks in Python, there is always the
option
of writing only those parts in a C extension.

 
Reply With Quote
 
Petrov
Guest
Posts: n/a
 
      07-06-2009
On Jul 3, 11:52*am, chewie <timinganaly...@gmail.com> wrote:
> Thanks James. *I did post a similar message on comp.lang.python.
> If there are some speed bottlenecks in Python, *there is always the
> option
> of writing only those parts in a C extension.- Hide quoted text -
>
> - Show quoted text -


Personally... I wouldn't bother optimizing it with a C extension.
Programmer time is more expensive than computing time. Computers are
getting faster every year. Soon, the slow parts might not even be
noticeable.

Pete

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANNOUNCE: TimingAnalyzer version beta 0.85 timinganalyzer VHDL 9 07-06-2008 02:42 AM
ANNOUNCE: new version TimingAnalyzer beta0.84 available timinganalyzer VHDL 0 06-22-2008 11:39 PM
ANNOUNCE: TimingAnalyzer -- new updated version timinganalyzer VHDL 3 06-13-2008 03:29 AM
ANNOUNCE:-- TimingAnalyzer Free Version -- Draw timing diagrams timinganalyzer VHDL 15 06-06-2008 12:58 PM
Anyone using the TimingAnalyzer chewie54 VHDL 3 05-14-2007 08:05 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57