clash-ghc-1.2.3: CAES Language for Synchronous Hardware
Safe HaskellNone
LanguageHaskell2010

Clash.GHCi.Common

Synopsis

Documentation

checkImportDirs :: Foldable t => ClashOpts -> t FilePath -> IO () Source #

checkMonoLocalBinds :: DynFlags -> IO () Source #

Checks whether MonoLocalBinds language extension is enabled when generating the HDL directly e.g. in GHCi. modules.

checkMonoLocalBindsMod :: ModSummary -> IO () Source #

Checks whether MonoLocalBinds language extension is enabled or not in modules.

getMainTopEntity Source #

Arguments

:: HasCallStack 
=> String

Module name

-> BindingMap

Map of global binders

-> [TopEntityT]

List of top entities loaded by LoadModules

-> String

string passed with -main-is

-> IO (TopEntityT, [TopEntityT])

Throws exception if -main-is was set, but no such top entity was found. Otherwise, returns main top entity and all top entities (transitively) used in the main top entity.