Alfonso Acosta | 1 Oct 13:29

ANN: Haskell-Embedded System Design: ForSyDe 3.0 and Tutorial

Hi everyone,

I am glad to announce the 3.0 release of ForSyDe's implementation, now
available from HackageDB.

The ForSyDe (Formal System Design) methodology has been developed with
the objective to move system design (e.g. System on Chip, Hardware and
Software systems) to a higher level of abstraction.

ForSyDe is implemented as a Haskell-embedded behavioral DSL (Domain
Specific Language).

>From this release, ForSyDe includes a new deep-embedded DSL and
embedded compiler. We have also published tutorial which should be
much more user-friendly than the Haddock documentation and the ForSyDe
research papers.

ForSyDe includes two DSL flavours  which offer different features:

  1) Deep-embedded DSL (ForSyDe.Signal)

    Deep-embedded signals, based on the same concepts as Lava, are
    aware of the system structure. Based on that structural information
    ForSyDe's embedded compiler, can perform different analysis and
    transformations.
        o Thanks to Template Haskell, computations are expressed in
           Haskell, not needing to specifically design a DSL for that
           purpose.
        o Embedded compiler backends:
              + Simulation
(Continue reading)

Don Stewart | 1 Oct 19:38
Gravatar

Re: [Haskell] ANN: Haskell-Embedded System Design: ForSyDe 3.0 and Tutorial

alfonso.acosta:
> Hi everyone,
> 
> I am glad to announce the 3.0 release of ForSyDe's implementation, now
> available from HackageDB.
> 

Awesome, native packages now available,

    http://aur.archlinux.org/packages.php?ID=20422

-- Don
Alfonso Acosta | 3 Oct 12:06

Re: [Haskell] ANN: Haskell-Embedded System Design: ForSyDe 3.0 and Tutorial

On Wed, Oct 1, 2008 at 7:38 PM, Don Stewart <dons <at> galois.com> wrote:
> Awesome, native packages now available,
>
>    http://aur.archlinux.org/packages.php?ID=20422

Thanks Don!

Gmane