CompilerOptions

dfhdl.options.CompilerOptions
See theCompilerOptions companion object
final case class CompilerOptions(commitFolder: CommitFolder, newFolderForTop: NewFolderForTop, backend: BackendCompiler, logLevel: CompilerLogLevel)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def compilePath(stagedDB: DB): String
Extension method from CompilerOptions
def topCommitPath(stagedDB: DB): String
Extension method from CompilerOptions

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product