Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/Dialects/HW/RationaleHW.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ several major contributions:
1) The `hw` dialect provides unifying structure and
abstractions that are useful for a wide range of hardware modeling problems.
It allows other dialects to "mix in" with it to provide higher level
functionality. `hw` is roughly akin to the "std" dialect in MLIR (but better
curated).
functionality.
2) The `comb` dialect provides a common set of operations for combinational
logic. This dialect is designed to allow easy analysis and transformation.
3) The `sv` dialect provides direct access to a wide variety
Expand Down