diff options
| author | Jack | 2022-01-12 04:27:19 +0000 |
|---|---|---|
| committer | Jack | 2022-01-12 04:27:19 +0000 |
| commit | 29df513e348cc809876893f650af8180f0190496 (patch) | |
| tree | 06daaea954b4e5af7113f06e4bdbb78b33515cb3 /docs/src/explanations/explanations.md | |
| parent | 5242ce90659decb9058ee75db56e5c188029fbf9 (diff) | |
| parent | 747d16311bdf185d2e98e452b14cb5d8ccca004c (diff) | |
Merge branch 'master' into 3.5-release
Diffstat (limited to 'docs/src/explanations/explanations.md')
| -rw-r--r-- | docs/src/explanations/explanations.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/explanations/explanations.md b/docs/src/explanations/explanations.md index 595bb48c..9e0227d5 100644 --- a/docs/src/explanations/explanations.md +++ b/docs/src/explanations/explanations.md @@ -28,7 +28,7 @@ read these documents in the following order: * [Memories](memories) * [Interfaces and Connections](interfaces-and-connections) * [Black Boxes](blackboxes) -* [Enumerations](enumerations) +* [Enumerations](chisel-enum) * [Functional Module Creation](functional-module-creation) * [Muxes and Input Selection](muxes-and-input-selection) * [Multiple Clock Domains](multi-clock) @@ -38,3 +38,4 @@ read these documents in the following order: * [Naming](naming) * [Unconnected Wires](unconnected-wires) * [Annotations](annotations) +* [Deep Dive into Connection Operators](connection-operators) |
