1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

Add missing parameter

This commit is contained in:
Alex Forencich 2019-03-03 22:32:35 -08:00
parent 56ebc966e1
commit b592c7d7af

View File

@ -190,6 +190,7 @@ pcie_us_axi_dma_rd #(
.PCIE_ADDR_WIDTH(PCIE_ADDR_WIDTH),
.PCIE_CLIENT_TAG(PCIE_CLIENT_TAG),
.PCIE_TAG_COUNT(PCIE_TAG_COUNT),
.PCIE_TAG_WIDTH(PCIE_TAG_WIDTH),
.PCIE_EXT_TAG_ENABLE(PCIE_EXT_TAG_ENABLE),
.LEN_WIDTH(LEN_WIDTH),
.TAG_WIDTH(TAG_WIDTH)