1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Change tag count

This commit is contained in:
Alex Forencich 2019-07-13 11:21:19 -07:00
parent 9c176b0916
commit d99afcb2f1

View File

@ -862,7 +862,7 @@ pcie_us_axi_dma #(
.PCIE_ADDR_WIDTH(PCIE_ADDR_WIDTH),
.PCIE_CLIENT_TAG(1),
//.PCIE_TAG_WIDTH(8),
.PCIE_TAG_COUNT(256),
.PCIE_TAG_COUNT(64),
.PCIE_EXT_TAG_ENABLE(1),
.LEN_WIDTH(16),
.TAG_WIDTH(DMA_TAG_WIDTH)