Synchronous

chisel3.domains.ClockDomain.Relationship.Synchronous
object Synchronous extends Type

A synchronous relationship

This indicates that two clocks have a deterministic phase relationship and an integer frequency ratio, e.g., 1:1, 2:1, or 1:4. Both clocks must be derived from the same source via integer multiplication or division, e.g., using a clock divider.

Attributes

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

Members list

Value members

Inherited methods

final def toProperty: Property[String]

Attributes

Inherited from:
Type
Source
ClockDomain.scala
final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Type -> Any
Inherited from:
Type
Source
ClockDomain.scala