Skip to content

Commit

Permalink
ensuring exit on divstd_bare with icarus
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Jul 10, 2024
1 parent 49f6fee commit bb57455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/divstd_bare/main.si
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ algorithm main(output uint8 leds)
// display results
__display("division A: %d / %d = %d", divA.inum, divA.iden, divA.ret);
__display("division B: %d / %d = %d", num, den, divB.ret);

__finish();
}

0 comments on commit bb57455

Please sign in to comment.