SIntFactory

chisel3.SIntFactory
trait SIntFactory

Attributes

Source
SIntFactory.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SInt

Members list

Value members

Concrete methods

def apply(): SInt

Create an SInt type with inferred width.

Create an SInt type with inferred width.

Attributes

Source
SIntFactory.scala
def apply(width: Width): SInt

Create a SInt type or port with fixed width.

Create a SInt type or port with fixed width.

Attributes

Source
SIntFactory.scala