IgnoreSeqInBundle

chisel3.IgnoreSeqInBundle

Mix-in for Bundles that have arbitrary Seqs of Chisel types that aren't involved in hardware construction.

Used to avoid raising an error/exception when a Seq is a public member of the bundle. This is useful if we those public Seq fields in the Bundle are unrelated to hardware construction.

Attributes

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

Members list

Value members

Concrete methods

override def ignoreSeq: Boolean

Attributes

Definition Classes
Source
Aggregate.scala