Skip to content

Commit

Permalink
smmu: typo while port declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Roth committed Nov 27, 2024
1 parent 2a28a2b commit 3fd1570
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/frontend/reg/tpl/idma_reg.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ module idma_${identifier} #(
input reg_req_t [NumRegs-1:0] dma_ctrl_req_i,
output reg_rsp_t [NumRegs-1:0] dma_ctrl_rsp_o,
/// Request signals
output dma_req_t dma_req_o,
output logic req_valid_o,
input logic req_ready_i,
input cnt_width_t next_id_i,
output stream_t stream_idx_o,
output logic smmu_f_bare,
output logic smmu_f_exe,
output logic smmu_f_user,
output logic smmu_f_update_tlb,
output logic smmu_pt_root_adr,
output dma_req_t dma_req_o,
output logic req_valid_o,
input logic req_ready_i,
input cnt_width_t next_id_i,
output stream_t stream_idx_o,
output logic smmu_f_bare,
output logic smmu_f_exe,
output logic smmu_f_user,
output logic smmu_f_update_tlb,
output logic [63:0] smmu_pt_root_adr,
/// Status signals
input cnt_width_t [NumStreams-1:0] done_id_i,
input idma_pkg::idma_busy_t [NumStreams-1:0] busy_i,
Expand Down

0 comments on commit 3fd1570

Please sign in to comment.