object Vivado extends ToolchainProfileDetector with ToolchainPresetProvider with BasicProjectDetector with VivadoTargetParser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Vivado
- VivadoTargetParser
- BasicTargetParser
- BasicProjectDetector
- ToolchainPresetProvider
- ToolchainProfileDetector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class TemplateRenderer extends ResourceTemplateRender
- class Verifier extends ToolchainProfile.Verifier
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def detect(path: File): Boolean
- Definition Classes
- Vivado → BasicProjectDetector
- def detectProfiles: Future[Seq[ToolchainProfile]]
- Definition Classes
- Vivado → ToolchainProfileDetector
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getVivadoExec(path: String): String
- def handlePreset(rtOld: ScaledaRuntime, remoteInfo: Option[RemoteInfo], writeable: Boolean): Option[ScaledaRuntime]
Execute in
runTask
, from runtime to new runtimeExecute in
runTask
, from runtime to new runtime- remoteInfo
remote information
- Definition Classes
- Vivado → ToolchainPresetProvider
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val internalID: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def parseAsProject(path: File): ProjectConfig
Parse a directory as target dir, then returns TargetConfig
It is required to check BasicProjectDetector.detect first
WARN: When parse errors, exceptions will be thrown.Parse a directory as target dir, then returns TargetConfig
It is required to check BasicProjectDetector.detect first
WARN: When parse errors, exceptions will be thrown.- path
project path
- returns
parsed target config
- Definition Classes
- VivadoTargetParser → BasicTargetParser
- val supportedTask: Set[project.config.TaskType.Value]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val userFriendlyName: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Verifier
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)