Related articles |
---|
FSM code generators rune.christensen@alcatel.no (Rune Christensen) (1998-10-01) |
Re: FSM code generators ast@halcyon.com (1998-10-04) |
Re: FSM code generators rose@netcom.com (1998-10-04) |
Re: FSM code generators dwight@pentasoft.com (1998-10-04) |
Re: FSM code generators chip@gen7.net (George W. Freas II \(Chip\)) (1998-10-05) |
From: | rose@netcom.com (Ken Rose) |
Newsgroups: | comp.compilers |
Date: | 4 Oct 1998 01:08:11 -0400 |
Organization: | Netcom |
References: | 98-10-002 |
Keywords: | tools, |
Rune Christensen <rune.christensen@alcatel.no> wrote:
>I desperately need help on a tool I used a couple of years ago. I
>believe it was named EasyState.
You might take a look at Esterel.
http://www.inria.fr/meije/esterel/
It's a language designed to do finite state systems. It has a
reasonably sensible syntax to describe the behavior that you want from
the state machine, and it will generate either C or hardware netlists.
I understand that it has been used in aircraft flight control systems,
including fly-by-wire designs. It can handle a LOT of states. It
does a pretty good job of shielding you from the underlying
complexity, too.
Ken Rose
<rose@acm.org>
Return to the
comp.compilers page.
Search the
comp.compilers archives again.