パッケージ: libghc-clash-prelude-doc (1.8.1-2)
libghc-clash-prelude-doc に関するリンク
Debian の資源:
haskell-clash-prelude ソースパッケージをダウンロード:
- [haskell-clash-prelude_1.8.1-2.dsc]
- [haskell-clash-prelude_1.8.1.orig.tar.gz]
- [haskell-clash-prelude_1.8.1-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [clash-lang.org]
類似のパッケージ:
Functional hardware description language - Prelude library; documentation
Clash is a functional hardware description language that borrows both its syntax and semantics from the functional programming language Haskell. The Clash compiler transforms these high-level descriptions to low-level synthesizable VHDL, Verilog, or SystemVerilog.
Features of Clash:
* Strongly typed, but with a very high degree of type inference, enabling bothsafe and fast prototyping using concise descriptions.
* Interactive REPL: load your designs in an interpreter and easily test allyour component without needing to setup a test bench.
* Higher-order functions, with type inference, result in designs that arefully parametric by default.
* Synchronous sequential circuit design based on streams of values, called@Signal@s, lead to natural descriptions of feedback loops.
* Support for multiple clock domains, with type safe clock domain crossing.
This package provides:
* Prelude library containing datatypes and functions for circuit design
To use the library:
* Import "Clash.Prelude"
* Alternatively, if you want to explicitly route clock and reset ports,for more straightforward multi-clock designs, you can import the "Clash.Explicit.Prelude" module. Note that you should not import "Clash.Prelude" and "Clash.Explicit.Prelude" at the same time as they have overlapping definitions.
A preliminary version of a tutorial can be found in "Clash.Tutorial", for a general overview of the library you should however check out "Clash.Prelude". Some circuit examples can be found in "Clash.Examples".
This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
その他の libghc-clash-prelude-doc 関連パッケージ
|
|
|
|
-
- dep: haddock-interface-42
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-arrows-doc
- Haskell arrow classes and transformers for GHC; documentation
-
- rec: libghc-clash-prelude-dev
- Functional hardware description language - Prelude library
-
- rec: libghc-constraints-doc
- Constraint manipulation; documentation
-
- rec: libghc-data-binary-ieee754-doc
- parser/serialiser for IEEE-754 floating-point values; documentation
-
- rec: libghc-data-default-class-doc
- type class for default values; documentation
-
- rec: libghc-extra-doc
- extra functions for base library; documentation
-
- rec: libghc-ghc-typelits-extra-doc
- Additional type-level operations on GHC.TypeLits.Nat; documentation
-
- rec: libghc-ghc-typelits-knownnat-doc
- Derive KnownNat constraints from other KnownNat constraints; documentation
-
- rec: libghc-half-doc
- half-precision floating-point; documentation
-
- rec: libghc-hashable-doc
- class for types that can be converted to a hash value; documentation
-
- rec: libghc-infinite-list-doc
- infinite lists; documentation
-
- rec: libghc-lens-doc
- Lenses, Folds and Traversals; documentation
-
- rec: libghc-quickcheck2-doc
- Haskell automatic testing library for GHC; documentation
-
- rec: libghc-recursion-schemes-doc
- generalized bananas, lenses and barbed wire; documentation
-
- rec: libghc-reflection-doc
- reifies arbitrary terms into types that can be reflected; documentation
-
- rec: libghc-singletons-doc
- Haskell framework for generating singleton types; documentation
-
- rec: libghc-string-interpolate-doc
- Haskell string/text/bytestring interpolation that just works; documentation
-
- rec: libghc-th-abstraction-doc
- nicer interface for reified information about data types; documentation
-
- rec: libghc-th-lift-doc
- derive Template Haskell's Lift class for datatypes.; documentation
-
- rec: libghc-th-orphans-doc
- orphan instances for TH datatypes; documentation
-
- rec: libghc-type-errors-doc
- tools for writing better Haskell type errors; documentation
-
- rec: libghc-uniplate-doc
- Documentation for uniform type generic traversals; documentation
-
- rec: libghc-vector-doc
- Efficient Arrays for Haskell; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-clash-prelude-prof
- Functional hardware description language - Prelude library; profiling libraries