Skip to content

Commit

Permalink
Remove trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed May 31, 2024
1 parent 75d6b10 commit ccf76ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/hwpe_subsystem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module hwpe_subsystem
softex_top #(
.DATA_WIDTH ( N_MASTER_PORT*32 ),
.N_CORES ( N_CORES )
) i_softex (
) i_softex (
.clk_i ( hwpe_clk[i] ),
.rst_ni ( rst_n ),
.busy_o ( busy[i] ),
Expand Down

0 comments on commit ccf76ea

Please sign in to comment.