summaryrefslogtreecommitdiff
path: root/docs/src/wiki-deprecated/supported-hardware.md
blob: 9dad221d32d5dd60af5af14c358498d0092d38f1 (plain)
1
2
3
4
5
6
7
8
---
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).

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.