package executor
Type Members
- class Executor extends AnyRef
- case class ImplementExecutor(workingDir: File = new File(".impl"), profile: ToolchainProfile, topModule: String = "", constraints: Seq[File] = Seq(), constraintsDir: Seq[File] = Seq()) extends Executor with Product with Serializable
- case class ProgrammingExecutor(workingDir: File = new File(".impl"), profile: ToolchainProfile, topModule: String = "", constraints: Seq[File] = Seq(), constraintsDir: Seq[File] = Seq()) extends Executor with Product with Serializable
- case class SimulationExecutor(workingDir: File = new File(".sim"), topModule: String, vcdFile: File, profile: ToolchainProfile) extends Executor with Product with Serializable
- case class SynthesisExecutor(workingDir: File = new File(".synth"), profile: ToolchainProfile, topModule: String, constraints: Seq[File] = Seq(), constraintsDir: Seq[File] = Seq()) extends Executor with Product with Serializable