Skip to content

Commit

Permalink
Semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarDevAchar authored Aug 28, 2024
1 parent e57adc8 commit fe76ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sine_layer.v
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ module sine_layer (
endcase
end

wire _unused = &{qsine_flip_x[5:4]}
wire _unused = &{qsine_flip_x[5:4]};
endmodule

0 comments on commit fe76ae1

Please sign in to comment.