verismith-1.1.0: Random verilog generation and simulator testing.
Copyright(c) 2018-2022 Yann Herklotz
LicenseGPL-3
Maintaineryann [at] yannherklotz [dot] com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Verismith.Tool.Yosys

Description

Yosys simulator implementation.

Documentation

data Yosys Source #

Constructors

Yosys 

Instances

Instances details
Show Yosys Source # 
Instance details

Defined in Verismith.Tool.Yosys

Methods

showsPrec :: Int -> Yosys -> ShowS #

show :: Yosys -> String #

showList :: [Yosys] -> ShowS #

NFData Yosys Source # 
Instance details

Defined in Verismith.Tool.Yosys

Methods

rnf :: Yosys -> () #

Eq Yosys Source # 
Instance details

Defined in Verismith.Tool.Yosys

Methods

(==) :: Yosys -> Yosys -> Bool #

(/=) :: Yosys -> Yosys -> Bool #

Synthesiser Yosys Source # 
Instance details

Defined in Verismith.Tool.Yosys

Tool Yosys Source # 
Instance details

Defined in Verismith.Tool.Yosys

Methods

toText :: Yosys -> Text Source #

runEquiv :: (Synthesiser a, Synthesiser b, Show ann) => Maybe Text -> FilePath -> a -> b -> SourceInfo ann -> ResultSh () Source #

runEquivYosys :: (Synthesiser a, Synthesiser b, Show ann) => Yosys -> a -> b -> SourceInfo ann -> ResultSh () Source #