Skip to content

Commit

Permalink
lint: Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 authored and colluca committed Feb 13, 2024
1 parent 144afa8 commit 8a1dffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/snitch/src/snitch_lsu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module snitch_lsu #(
// Check if currently presented request collides with any snooped ones.
// Check address tag in any case. Check the write enable only when it
// is necessary. If we receive a write, stall on any address match
// (i.e. exclude MSB from the collision check, can be 0 or 1). If we
// (i.e. exclude MSB from the collision check, can be 0 or 1). If we
// receive a non-altering access, we stall only if a write collides.
.exists_mask_i ( {~caq_alters_mem, {(CaqTagWidth){1'b1}}} ),
.exists_data_i ( {1'b1, lsu_qaddr_i[CaqTagWidth+DataAlign-1:DataAlign]} ),
Expand Down

0 comments on commit 8a1dffa

Please sign in to comment.