Rational

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

A rational relationship

This indicates that two clocks have a deterministic phase relationship and a non-integer rational frequency ratio, e.g., 2:3. Both clocks must be derived from a common source clock, e.g., with a phase-locked-loop (PLL).

Attributes

Source
ClockDomain.scala
Graph
Supertypes
trait Type
class Object
trait Matchable
class Any
Self type
Rational.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