Skip to content

Commit

Permalink
axi_dmac: Hook up ID
Browse files Browse the repository at this point in the history
Signed-off-by: Laszlo Nagy <[email protected]>
  • Loading branch information
ronagyl committed Jan 25, 2022
1 parent 530aca9 commit bc8e788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/axi_dmac/axi_dmac.v
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ assign dbg_ids1 = {
};

axi_dmac_regmap #(
.ID(ID),
.DISABLE_DEBUG_REGISTERS(DISABLE_DEBUG_REGISTERS),
.BYTES_PER_BEAT_WIDTH_DEST(BYTES_PER_BEAT_WIDTH_DEST),
.BYTES_PER_BEAT_WIDTH_SRC(BYTES_PER_BEAT_WIDTH_SRC),
Expand Down

0 comments on commit bc8e788

Please sign in to comment.