Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data Property (dom :: Domain)

    clash-prelude Clash.Explicit.Verification

    A property is a temporal or basic assertion that's specified to either used as an _assert_ or _cover_ statement. See assert and cover.

  2. module Clash.Prelude

    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 modeled as mathematical functions and that functional languages lend themselves very well at describing and (de-)composing mathematical functions. This package provides:

    • Prelude library containing datatypes and functions for circuit design
    To use the library: For now, Clash.Prelude is also the best starting point for exploring the library. A preliminary version of a tutorial can be found in Clash.Tutorial. Some circuit examples can be found in Clash.Examples.

  3. PullDown :: BiSignalDefault

    clash-prelude Clash.Prelude

    inout port behaves as if connected to a pull-down resistor

  4. PullUp :: BiSignalDefault

    clash-prelude Clash.Prelude

    inout port behaves as if connected to a pull-up resistor

  5. PullDown :: BiSignalDefault

    clash-prelude Clash.Signal

    inout port behaves as if connected to a pull-down resistor

  6. PullUp :: BiSignalDefault

    clash-prelude Clash.Signal

    inout port behaves as if connected to a pull-up resistor

  7. PullDown :: BiSignalDefault

    clash-prelude Clash.Signal.BiSignal

    inout port behaves as if connected to a pull-down resistor

  8. PullUp :: BiSignalDefault

    clash-prelude Clash.Signal.BiSignal

    inout port behaves as if connected to a pull-up resistor

  9. PS :: TimeUnit

    clash-prelude Clash.Signal.Trace

    No documentation available.

  10. type Period = Int

    clash-prelude Clash.Signal.Trace

    No documentation available.

Page 813 of many | Previous | Next