PlusArgsTest

chisel3.util.circt.PlusArgsTest
object PlusArgsTest

Attributes

Source
PlusArgsTest.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(str: String): Bool

Creates an intrinsic which calls $test$plusargs to test for the existence of the string str in the simulator command line.

Creates an intrinsic which calls $test$plusargs to test for the existence of the string str in the simulator command line.

Attributes

Example
b := PlusArgsTest("FOO")
Source
PlusArgsTest.scala

Deprecated methods

def apply[T <: Data](gen: T, str: String): Bool

Attributes

Deprecated
use PlusArgsTest(str) instead
Source
PlusArgsTest.scala