RecordAlias

chisel3.experimental.RecordAlias
See theRecordAlias companion object
case class RecordAlias

Wrapper object for a Record alias name. Primarily intended to provide an invocation point for source line locators, but also contains pertinent information to generating FIRRTL alias statements.

Value parameters

id

The desired name to generate an alias statement

strippedSuffix

In the case of forced coersion by Input or Output, the string to append to the end of the alias name. Takes the default value of "_stripped"

Attributes

Companion
object
Source
HasTypeAlias.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product