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
- Self type
-
Synchronous.type
Members list
In this article