hsverilog-0.1.0: Synthesizable Verilog DSL supporting for multiple clock and reset

Safe HaskellNone
LanguageHaskell2010

HsVerilog.Type

Documentation

data Signal Source

Constructors

Signal 

Fields

sname :: Text
 
sbits :: Range
 
sval :: Integer
 

data Always Source

Constructors

Always 

Fields

alsig :: Signal
 
alstim :: [Stim]
 
alexp :: Exp
 

data Assign Source

Constructors

Assign 

Fields

assig :: Signal
 
asexp :: Exp