We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d384e commit d73ead3Copy full SHA for d73ead3
src/frontend/reg/tpl/idma_reg.sv.tpl
@@ -56,8 +56,8 @@ module idma_${identifier} #(
56
57
58
// 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;
+ idma_${identifier}_reg_pkg::idma_reg__out_t [NumRegs-1:0] dma_reg2hw;
+ idma_${identifier}_reg_pkg::idma_reg__in_t [NumRegs-1:0] dma_hw2reg;
61
62
// arbitration output
63
dma_req_t [NumRegs-1:0] arb_dma_req;
0 commit comments