rewire-embedder-2.8: A ReWire-to-Isabelle embedder
Safe HaskellSafe
LanguageHaskell2010

Embedder.Config

Description

A thin shim over rewire-base's ReWire.Config adding the embedder's output-file helpers. The embedder ignores the hardware-oriented config fields (clock, reset, signal names, etc.).

Synopsis

Documentation

getEmbedFile :: Config -> FilePath -> FilePath Source #

Output path for the generated Isabelle theory (.thy) file.

getAtmoFile :: Config -> FilePath -> FilePath Source #

Output path for the generated Atmo IR (.atmo) file.