Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
- Passes icarus, verilator...
  • Loading branch information
aolofsson committed Jan 28, 2025
1 parent b3fce40 commit 4c48df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umi/sumi/rtl/umi_regif.v
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module umi_regif
output [1:0] reg_prot, // protection
input [RW-1:0] reg_rdata, // read data
input [1:0] reg_err, // device error
input reg_ready, // device is ready
input reg_ready // device is ready
);

`include "umi_messages.vh"
Expand Down

0 comments on commit 4c48df0

Please sign in to comment.