Skip to content

Commit d0f35c8

Browse files
author
Oron Port
committed
Update type system documentation with new DFHDL types
- Add documentation sections for Double and Time/Freq DFHDL values - Update Enumeration type syntax from `extends Encoding` to `extends Encoded` - Add links to new type documentation sections
1 parent 43e4715 commit d0f35c8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/user-guide/type-system/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,13 @@ Each DFHDL value is simply a Scala object that has two critical fields:
108108
* > DFHDL Fix-Point (future work)
109109
* > DFHDL Flt-Point (future work)
110110
* > DFHDL String (future work)
111-
* [DFHDL Enumeration: `... extends Encoding`][DFEnum]
111+
* [DFHDL Enumeration: `enum ... extends Encoded`][DFEnum]
112112
* [DFHDL Vector: `_CellType_ X _Dim_`][DFVector]
113113
* [DFHDL Structure: `... extends Struct`][DFStruct]
114114
* [DFHDL Tuple: `(T1, T2, ..., Tn)`][DFTuple]
115115
* [DFHDL Opaque: `... extends Opaque`][DFOpaque]
116+
* [DFHDL Double: `Double`][DFDouble]
117+
* [DFHDL Time/Freq: `Time`/`Freq`][DFPhysical]
116118
* [DFHDL Unit (Void): `Unit`][DFUnit]
117119

118120
- :simple-openaccess:{ .lg .middle } __(Access) Modifier__
@@ -1054,4 +1056,8 @@ given options.AppOptions.DefaultMode = options.AppOptions.DefaultMode.elaborate
10541056

10551057
## Opaque DFHDL Values {#DFOpaque}
10561058

1059+
## Double DFHDL Values {#DFDouble}
1060+
1061+
## Time/Freq DFHDL Values {#DFPhysical}
1062+
10571063
## Unit (Void) DFHDL Values {#DFUnit}

0 commit comments

Comments
 (0)