object PlusArgsBridge
- Alphabetic
- By Inheritance
- PlusArgsBridge
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
 
-    def apply(params: PlusArgsBridgeParams): PlusArgsBridgeapply overload which takes the parameters case class apply overload which takes the parameters case class - params
- Describes the name, width and default PlusArg value 
 
-    def apply(name: String, default: BigInt = 0, docstring: String = "", width: Int = 32): PlusArgsBridgeapply overload which takes the parameters without the case class The signature was copied from rocket-chip/src/main/scala/util/PlusArg.scala apply overload which takes the parameters without the case class The signature was copied from rocket-chip/src/main/scala/util/PlusArg.scala - name
- string identifier, should include "name=%d" 
- default
- The value of the register if no matching PlusArg is provided 
- docstring
- The doctring 
- width
- The width of the register, in bits 
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
 
-    def drive(params: PlusArgsBridgeParams): UIntsimilar to apply, but named drive. similar to apply, but named drive. This overload returns the out value. This overload is probably the one you want - params
- Describes the name, width and default PlusArg value 
 
-   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
- @native() @IntrinsicCandidate()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
 
-   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
- @native() @IntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
 
-   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])
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])