clash-ghc: CAES Language for Synchronous Hardware

[ bsd2, hardware, library, program ] [ Propose Tags ]

CλaSH (pronounced ‘clash’) is a functional hardware description language that borrows both its syntax and semantics from the functional programming language Haskell. The merits of using a functional language to describe hardware comes from the fact that combinational circuits can be directly modelled as mathematical functions and that functional languages lend themselves very well at describing and (de-)composing mathematical functions.

This package provides:

  • CλaSH Compiler binary using GHC/Haskell as a frontend

Prelude library: http://hackage.haskell.org/package/clash-prelude


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
standalone

Build compiler for non-cabal installation

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Versions [RSS] 0.2.1, 0.2.2, 0.2.2.1, 0.2.2.2, 0.3, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.1, 0.3.2, 0.3.3, 0.4, 0.4.1, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7, 0.5.8, 0.5.9, 0.5.10, 0.5.11, 0.5.12, 0.5.13, 0.5.14, 0.5.15, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.8, 0.6.9, 0.6.10, 0.6.11, 0.6.12, 0.6.13, 0.6.14, 0.6.15, 0.6.16, 0.6.17, 0.6.18, 0.6.19, 0.6.20, 0.6.21, 0.6.22, 0.6.23, 0.6.24, 0.7, 0.7.0.1, 0.7.1, 0.7.2, 0.99, 0.99.1, 0.99.2, 0.99.3, 1.0.0, 1.0.1, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.8.0, 1.8.1 (info)
Dependencies array (>=0.4), base (>=4.3.1.0 && <5), bifunctors (>=4.1.1), bytestring (>=0.9), clash-lib (>=0.3.0.1 && <0.4), clash-prelude (>=0.5 && <0.6), containers (>=0.5.4.0), directory (>=1.2), filepath (>=1.3), ghc (>=7.8 && <7.10), ghc-paths, hashable (>=1.1.2.3), haskeline (>=0.7.0.3), lens (>=4.0.5), mtl (>=2.1.1), process (>=1.2), text (>=0.11.3.1), transformers (>=0.3), unbound (>=0.4.0.2), unix, unordered-containers (>=0.2.1.0), Win32 [details]
License LicenseRef-OtherLicense
Copyright Copyright © 2012-2014 University of Twente
Author Christiaan Baaij
Maintainer Christiaan Baaij <christiaan.baaij@gmail.com>
Revised Revision 1 made by ChristiaanBaaij at 2015-08-02T07:15:49Z
Category Hardware
Home page http://christiaanb.github.io/clash2
Bug tracker http://github.com/christiaanb/clash2/issues
Source repo head: git clone https://github.com/christiaanb/clash2.git
Uploaded by ChristiaanBaaij at 2014-04-28T09:38:47Z
Distributions Arch:1.8.0, Stackage:1.8.1
Reverse Dependencies 5 direct, 0 indirect [details]
Executables clash
Downloads 67655 total (335 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-02 [all 7 reports]

Readme for clash-ghc-0.3.0.3

[back to package description]

clash-lib

  • See the LICENSE file for license and copyright details

clash-ghc

  • See the LICENSE file for license and copyright details
  • Contains code from the GHC compiler, see the LICENSE_GHC file for license and copyright details pertaining to that code.