chisel3.domains

package chisel3.domains

Members list

Type members

Classlikes

object ClockDomain extends Domain

A Clock Domain

A Clock Domain

This represents a collection of signals that toggle together. This does not necessarily mean that signals associated with this domain share a clock or will toggle in a predictable way. I.e., this domain can be used to describe asynchronous signals or static signals (like strap pins).

Attributes

Source
ClockDomain.scala
Supertypes
class Domain
class Object
trait Matchable
class Any
Self type