diff options
| author | Adam Izraelevitz | 2020-10-26 16:48:44 -0700 |
|---|---|---|
| committer | GitHub | 2020-10-26 23:48:44 +0000 |
| commit | 58fa3c1118d9e892895970d48e2ba8a3c182bb81 (patch) | |
| tree | a672be8750c8c8dd2bb1645f88b4ce1bbbb37993 /docs/src/wiki-deprecated/supported-hardware.md | |
| parent | 1b6bd89dfafc774af1c926a982418294091f6346 (diff) | |
Fix crosslinks in mdoc. Can't use md suffix (#1640)
* Fix crosslinks in mdoc. Can't use md suffix
* Removed all .md crossrefs
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/src/wiki-deprecated/supported-hardware.md')
| -rw-r--r-- | docs/src/wiki-deprecated/supported-hardware.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/wiki-deprecated/supported-hardware.md b/docs/src/wiki-deprecated/supported-hardware.md index 9dad221d..97f82698 100644 --- a/docs/src/wiki-deprecated/supported-hardware.md +++ b/docs/src/wiki-deprecated/supported-hardware.md @@ -3,6 +3,6 @@ layout: docs title: "Supported Hardware" section: "chisel3" --- -While Chisel focuses on binary logic, Chisel can support analog and tri-state wires with the `Analog` type - see [Datatypes in Chisel](data-types.md). +While Chisel focuses on binary logic, Chisel can support analog and tri-state wires with the `Analog` type - see [Datatypes in Chisel](data-types). We focus on binary logic designs as they constitute the vast majority of designs in practice. Tri-state logic are poorly supported standard industry flows and require special/controlled hard macros in order to be done. |
