Packages

package executor

Type Members

  1. class Executor extends AnyRef
  2. 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
  3. 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
  4. case class SimulationExecutor(workingDir: File = new File(".sim"), topModule: String, vcdFile: File, profile: ToolchainProfile) extends Executor with Product with Serializable
  5. 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

Ungrouped