Skip to content

Commit d73ead3

Browse files
committed
Fix reg struct definitions
1 parent 19d384e commit d73ead3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/reg/tpl/idma_reg.sv.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ module idma_${identifier} #(
5656

5757

5858
// register connections
59-
idma_${identifier}_reg_pkg::idma_${identifier}__out_t [NumRegs-1:0] dma_reg2hw;
60-
idma_${identifier}_reg_pkg::idma_${identifier}__in_t [NumRegs-1:0] dma_hw2reg;
59+
idma_${identifier}_reg_pkg::idma_reg__out_t [NumRegs-1:0] dma_reg2hw;
60+
idma_${identifier}_reg_pkg::idma_reg__in_t [NumRegs-1:0] dma_hw2reg;
6161

6262
// arbitration output
6363
dma_req_t [NumRegs-1:0] arb_dma_req;

0 commit comments

Comments
 (0)