ForSyDe: ForSyDe's Haskell-embedded Domain Specific Language.

[ bsd3, deprecated, hardware, language, library ] [ Propose Tags ]
Deprecated in favor of forsyde-shallow, forsyde-deep

The ForSyDe (Formal System Design) methodology has been developed with the objective to move system design to a higher level of abstraction and to bridge the abstraction gap by transformational design refinement. This library provides ForSyDe's implementation as a Haskell-embedded Domain Specific Language (DSL). For more information, please see ForSyDe's website: http://www.ict.kth.se/forsyde/.


[Skip to Readme]

Modules

[Last Documentation]

  • ForSyDe
    • ForSyDe.AbsentExt
    • ForSyDe.Backend
      • ForSyDe.Backend.GraphML
      • ForSyDe.Backend.Simulate
      • ForSyDe.Backend.VHDL
    • ForSyDe.Bit
    • ForSyDe.DFT
    • ForSyDe.FIR
    • ForSyDe.Ids
    • ForSyDe.Process
      • ForSyDe.Process.SynchProc
    • ForSyDe.Shallow
      • ForSyDe.Shallow.AbsentExt
      • ForSyDe.Shallow.AdaptivityLib
      • ForSyDe.Shallow.BitVector
      • ForSyDe.Shallow.CTLib
      • ForSyDe.Shallow.CoreLib
      • ForSyDe.Shallow.DFT
      • ForSyDe.Shallow.DomainInterfaces
      • ForSyDe.Shallow.FIR
      • ForSyDe.Shallow.FilterLib
      • ForSyDe.Shallow.Gaussian
      • ForSyDe.Shallow.Memory
      • ForSyDe.Shallow.MoCLib
      • ForSyDe.Shallow.PolyArith
      • ForSyDe.Shallow.Queue
      • ForSyDe.Shallow.Signal
      • ForSyDe.Shallow.StochasticLib
      • ForSyDe.Shallow.SynchronousLib
      • ForSyDe.Shallow.SynchronousProcessLib
      • ForSyDe.Shallow.UntimedLib
      • ForSyDe.Shallow.UtilityLib
      • ForSyDe.Shallow.Vector
    • ForSyDe.Signal
    • ForSyDe.System
  • Language
    • Haskell
      • TH
        • Language.Haskell.TH.Lift
        • Language.Haskell.TH.LiftInstances

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 3.0, 3.1, 3.1.1
Dependencies array, base (>=4 && <6), containers, directory, filepath, mtl, old-time, packedstring, parameterized-data, pretty, process, random, regex-posix, syb, template-haskell (>2.0), type-level [details]
License BSD-3-Clause
Copyright Copyright (c) 2003-2010 SAM group, KTH/ICT/ES
Author SAM group, KTH/ICT/ES
Maintainer forsyde-dev@ict.kth.se
Category Language
Home page http://www.ict.kth.se/forsyde/
Uploaded by HoseinAttarzadeh at 2010-01-22T18:35:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3666 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-30 [all 7 reports]

Readme for ForSyDe-3.1

[back to package description]
 ForSyDe's Haskell-embedded Domain Specific Language.
 ====================================================

DESCRIPTION

 The ForSyDe (Formal System Design) methodology has been developed
 with the objective to move system design to a higher level of
 abstraction and to bridge the abstraction gap by transformational
 design refinement.
 
 This library provides ForSyDe's implementation as a Haskell-embedded
 Domain Specific Language (DSL). 

 For more information, please see ForSyDe's website:
 <http://www.ict.kth.se/forsyde/>.


INSTALLATION

 For information on how to install ForSyDe see the INSTALL file.