SInt

chisel3.SInt
See theSInt companion class
object SInt extends SIntFactory

Attributes

Companion
class
Source
Bits.scala
Graph
Supertypes
trait SIntFactory
class Object
trait Matchable
class Any
Self type
SInt.type

Members list

Value members

Inherited methods

def apply(width: Width): SInt

Create a SInt type or port with fixed width.

Create a SInt type or port with fixed width.

Attributes

Inherited from:
SIntFactory
Source
SIntFactory.scala
def apply(): SInt

Create an SInt type with inferred width.

Create an SInt type with inferred width.

Attributes

Inherited from:
SIntFactory
Source
SIntFactory.scala