verilog-0.0.7: Verilog parser and DSL.

Safe HaskellSafe-Inferred

Language.Verilog.AST

Documentation

data UniOp Source

Constructors

Not 
BWNot 
UAdd 
USub 

Instances

data BinOp Source

Constructors

And 
Or 
BWAnd 
BWXor 
BWOr 
Mul 
Div 
Mod 
Add 
Sub 
ShiftL 
ShiftR 
Eq 
Ne 
Lt 
Le 
Gt 
Ge 

Instances

data Call Source

Constructors

Call Identifier [Expr] 

Instances

type Case = ([Expr], Stmt)Source