LSC.FIR
newtype FIR Source #
Constructors
Defined in LSC.FIR
Methods
(==) :: FIR -> FIR -> Bool
(/=) :: FIR -> FIR -> Bool
showsPrec :: Int -> FIR -> ShowS
show :: FIR -> String
showList :: [FIR] -> ShowS
parseFIR :: Text -> Either ParseError FIR Source #
firrtl :: FIR -> RTL Source #