We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f23702 commit 42c2ee9Copy full SHA for 42c2ee9
core/src/main/scala/dfhdl/hdl.scala
@@ -22,6 +22,12 @@ protected object hdl:
22
export internals.CommonOps.*
23
export core.{dfType}
24
export core.DFPhysical.Val.Ops.*
25
+ type Time = core.DFTime
26
+ val Time = core.DFTime
27
+ type Freq = core.DFFreq
28
+ val Freq = core.DFFreq
29
+ type Cycles = core.DFCycles
30
+ val Cycles = core.DFCycles
31
export core.DFRange.Ops.*
32
export core.Wait.Ops.*
33
export core.Step.Ops.*
0 commit comments