Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-keamy committed Sep 6, 2024
1 parent 03bb3c0 commit ed9c44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PairTripleDetector.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module PairTripleDetector
wire w;
wire x;
wire y;

//comment
or(w, in0, in1);
and(x, in0, in1);
and(y, w, in2);
Expand Down

0 comments on commit ed9c44e

Please sign in to comment.