diff options
Diffstat (limited to 'docs/src/explanations/supported-hardware.md')
| -rw-r--r-- | docs/src/explanations/supported-hardware.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/src/explanations/supported-hardware.md b/docs/src/explanations/supported-hardware.md new file mode 100644 index 00000000..fe3909e7 --- /dev/null +++ b/docs/src/explanations/supported-hardware.md @@ -0,0 +1,11 @@ +--- +layout: docs +title: "Supported Hardware" +section: "chisel3" +--- + +# Supported Hardware + +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. |
