From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f891f,f0c048dfddc8ee30 X-Google-Attributes: gidf891f,public X-Google-Thread: 109e85,f0c048dfddc8ee30 X-Google-Attributes: gid109e85,public X-Google-Thread: 109fba,f0c048dfddc8ee30 X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,f0c048dfddc8ee30 X-Google-Attributes: gid1014db,public X-Google-Thread: 112e4c,f0c048dfddc8ee30 X-Google-Attributes: gid112e4c,public X-Google-Thread: 1089ad,f0c048dfddc8ee30 X-Google-Attributes: gid1089ad,public X-Google-Thread: 103376,f0c048dfddc8ee30 X-Google-Attributes: gid103376,public From: Leo Shvarberg Subject: Re: Help wanted finding a graphical state diagram tool Date: 1998/10/19 Message-ID: <362C077F.1924@metro.net>#1/1 X-Deja-AN: 403062657 X-NNTP-Posting-Host: 209.249.4.118 Content-Transfer-Encoding: 7bit References: Content-Type: text/plain; charset=us-ascii X-Trace: 19 Oct 1998 20:40:09 -0800, 209.249.4.118 MIME-Version: 1.0 Newsgroups: comp.lang.ada,comp.lang.vhdl,comp.lang.verilog,comp.lang.c,comp.lang.c++,comp.lang.misc,comp.lsi.cad Date: 1998-10-19T00:00:00+00:00 List-Id: Quinn Tyler Jackson wrote: > > George Cooper wrote in message ... > > >I'm looking for a Windows tool to graphically create state > >diagrams from which code is automatically generated. I'm specifically > >interested in generating VHDL, Verilog and C. > > I've never personally used it, but you might check out Libero at Imatix: > > http://www.imatix.com/html/libero/index.htm > > If it's anything like Xitami, their free web server, then it's a gem. > > Their page claims the following: > > What Languages can I use? > > C > Java > C++ > Perl > Awk > UNIX shells - Korn shell, BASH, Bourne shell, C shell > Rexx > MS Visual Basic > MS Test Basic > COBOL > MS 80x86 Assembler > > ... with open-ended support for other languages. > Libero uses a programmable code generator engine. > To generate code in a specific language, you write a new > schema. A schema is like a script or program, written using > Libero's schema language. > > It's free, and the source is available. > > -- > Quinn Tyler Jackson > > email: qjackson@wave.home.com > url: http://www.qtj.net/~quinn/ > ftp: qtj.net > > "... it is wrong to say that a good language is important to thought, merely; > for it is the essence of it." -- Charles Sanders Peirce Aldec - www.aldec.com used to offer their state machine editor for download on their WWW site for free.Check it out. may be it is still there. It generated VHDL code from the state diagrams. It was pretty good tool. Good luck. LS.