abstract class ConfigNode extends AnyRef
- Alphabetic
- By Inheritance
- ConfigNode
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ConfigNode()
Abstract Value Members
- abstract val constraintPaths: Seq[String]
- abstract val cwd: Option[String]
- abstract val ipFiles: Seq[String]
- abstract val ipPaths: Seq[String]
- abstract val ips: Seq[IPInstance]
- abstract val source: String
- abstract val sources: Seq[String]
- abstract val test: String
- abstract val tests: Seq[String]
- abstract val topModule: Option[String]
Concrete 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findTopModule: Option[String]
Get top module name
Get top module name
- returns
top module name, may not exist
- Annotations
- @JsonIgnore()
- def getAllIps(implicit project: ScaledaProject): Map[String, ProjectConfig]
Recursively get ALL IPs from this project
Recursively get ALL IPs from this project
- returns
map of ip abs-path and ProjectConfig
- Annotations
- @JsonIgnore()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getConstraintFiles(project: ScaledaProject): Set[File]
- Annotations
- @JsonIgnore()
- def getConstraints: Seq[String]
Get constraints file or directories
Get constraints file or directories
- returns
constraints file or directories
- Annotations
- @JsonIgnore()
- def getIpFiles(implicit project: ScaledaProject): Set[String]
Get all Simple Target IP files
Get all Simple Target IP files
- returns
simple target ip files or search path in absolute path
- Annotations
- @JsonIgnore()
- def getIpInstances(implicit project: ScaledaProject): Seq[IPInstance]
Get IP Instances
Get IP Instances
- returns
name and context
- Annotations
- @JsonIgnore()
- def getIpPaths(implicit project: ScaledaProject): Set[String]
Get Scaleda IP search path, including basic paths: .ip, ip, ips
Get Scaleda IP search path, including basic paths: .ip, ip, ips
- returns
ip search paths
- Annotations
- @JsonIgnore()
- def getLocalIps(implicit project: ScaledaProject): Map[String, ProjectConfig]
Get defined Scaleda IP in this project, but not recursively from other IPs
Get defined Scaleda IP in this project, but not recursively from other IPs
- returns
map of ip abs-path and ProjectConfig
- Annotations
- @JsonIgnore()
- def getSourceSet(implicit project: ScaledaProject): Set[String]
Get all source set based on project base, with folders and files mixed
Get all source set based on project base, with folders and files mixed
- returns
sources in absolute path
- Annotations
- @JsonIgnore()
- def getTestSet(implicit project: ScaledaProject): Set[String]
Get testbench source set.
Get testbench source set. Default is project base.
- returns
testbench in absolute path
- Annotations
- @JsonIgnore()
- def getWorkingDirectory(implicit project: ScaledaProject): File
- Annotations
- @JsonIgnore()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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()
- var parentNode: Option[ConfigNode]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)