Skip to content

Commit

Permalink
Fix gold
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Jan 31, 2024
1 parent d519917 commit 118e330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/icebreaker-workshop/stopwatch/gold/stopwatch.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module attributes {circt.loweringOptions = "locationInfoStyle=none,omitVersionCo
hw.output %1, %11 : i21, i1
}
hw.module @bcd8_increment(in %din: i8, out dout: i8) {
%0 = hw.constant 99 : i8
%0 = hw.constant 153 : i8
%1 = comb.icmp eq %din, %0 : i8
%2 = hw.constant 0 : i8
%3 = comb.extract %din from 0 : (i8) -> i4
Expand Down

0 comments on commit 118e330

Please sign in to comment.