Skip to content

Commit

Permalink
rtl: fcosmetic changes inRVC aligner
Browse files Browse the repository at this point in the history
  • Loading branch information
saursin committed Dec 17, 2023
1 parent 44f92b1 commit 58d42a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtl/core/RVC_Aligner.v
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
`default_nettype none

module RVC_Aligner(
input clk_i,
input rst_i,
input wire clk_i,
input wire rst_i,
// From Core (Slave)
input wire [31:0] s_adr_i,
output wire [31:0] s_dat_o,
Expand Down

0 comments on commit 58d42a0

Please sign in to comment.