Skip to content

Commit

Permalink
Undoing scratch test change
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Nov 11, 2024
1 parent efac571 commit 3736f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/correctness/par.futil
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ component main() -> () {
}

wires {
group wr_a {
group wr_a<"static"=1> {
a.addr0 = 1'b0;
a.write_en = 1'b1;
a.write_data = 32'd1;
wr_a[done] = a.done;
}

group wr_b {
group wr_b<"static"=1> {
b.addr0 = 1'b0;
b.write_en = 1'b1;
b.write_data = 32'd1;
wr_b[done] = b.done;
}

group wr_c {
group wr_c<"static"=1> {
c.addr0 = 1'b0;
c.write_en = 1'b1;
c.write_data = 32'd1;
Expand Down

0 comments on commit 3736f29

Please sign in to comment.