Safe HaskellNone

LSC.Verilog

Documentation

newtype Verilog Source #

Constructors

Verilog 

Fields

Instances

Instances details
Eq Verilog Source # 
Instance details

Defined in LSC.Verilog

Methods

(==) :: Verilog -> Verilog -> Bool

(/=) :: Verilog -> Verilog -> Bool

Show Verilog Source # 
Instance details

Defined in LSC.Verilog

Methods

showsPrec :: Int -> Verilog -> ShowS

show :: Verilog -> String

showList :: [Verilog] -> ShowS

moduleName :: Module -> String Source #

moduleReferences :: Module -> [String] Source #

instanceName :: ModuleItem -> Maybe String Source #

preprocessor :: Text -> Text Source #