Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 480 Bytes

Hardware-Expressible-in-Chisel.md

File metadata and controls

10 lines (8 loc) · 480 Bytes

This version of Chisel only supports binary logic, and does not support tri-state signals.

We focus on binary logic designs as they constitute the vast majority of designs in practice. We omit support for tri-state logic in the current Chisel language as this is in any case poorly supported by industry flows, and difficult to use reliably outside of controlled hard macros.

[Prev (Chisel Introduction)](Chisel Introduction) [Next (Datatypes in Chisel)](Datatypes in Chisel)