clash-lib-1.2.3: CAES Language for Synchronous Hardware - As a Library
Safe HaskellNone
LanguageHaskell2010

Clash.Debug

Synopsis

Documentation

traceIf :: Bool -> String -> a -> a Source #

Performs trace when first argument evaluates to True

traceWith :: (a -> String) -> a -> a Source #

traceShowWith :: Show b => (a -> b) -> a -> a Source #