Skip to content

Commit

Permalink
fix should-futil/for test for combinational group generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed Sep 1, 2021
1 parent 1f83f31 commit 594222f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions file-tests/should-futil/for.expect
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ component main() -> () {
le0 = std_le(4);
}
wires {
group cond0<"static"=0> {
cond0[done] = 1'd1;
comb group cond0 {
le0.left = i0.out;
le0.right = const1.out;
}
Expand Down

0 comments on commit 594222f

Please sign in to comment.