Skip to content

Commit

Permalink
Fix SV formatting
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
davidmallasen and github-actions[bot] authored Aug 16, 2024
1 parent da2aa19 commit 1c54133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/int/add/full_adder.sv
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Delay: O(1)

module full_adder (
input logic x, // First operand
input logic x, // First operand
input logic y, // Second operand
input logic cin, // Carry-in bit
output logic s, // Output sum
Expand Down

0 comments on commit 1c54133

Please sign in to comment.