Skip to content

Commit

Permalink
Update from hw.icmp to comb.icmp (#5304)
Browse files Browse the repository at this point in the history
Very minor docs fix, usage example of comb.icmp incorrectly (unless I've missed something?) says hw.icmp.
  • Loading branch information
TaoBi22 authored Jun 2, 2023
1 parent 5afd784 commit e81df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/circt/Dialect/Comb/Combinational.td
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def ICmpOp : CombOp<"icmp", [Pure, SameTypeOperands]> {
bit wide result.

```
%r = hw.icmp eq %a, %b : i4
%r = comb.icmp eq %a, %b : i4
```
}];

Expand Down

0 comments on commit e81df61

Please sign in to comment.