Skip to content

Commit

Permalink
Remove extraneous parameters from pcie_us_axi_dma_wr testbench
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <alex@alexforencich.com>
  • Loading branch information
alexforencich committed Jun 23, 2023
1 parent 2306e51 commit 4798f21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tb/pcie_us_axi_dma_wr/test_pcie_us_axi_dma_wr.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,6 @@ def test_pcie_us_axi_dma_wr(request, axis_pcie_data_width, pcie_offset):
parameters['AXI_ID_WIDTH'] = 8
parameters['AXI_MAX_BURST_LEN'] = 256
parameters['PCIE_ADDR_WIDTH'] = 64
parameters['PCIE_TAG_COUNT'] = 64 if parameters['AXIS_PCIE_RQ_USER_WIDTH'] == 60 else 256
parameters['PCIE_TAG_WIDTH'] = (parameters['PCIE_TAG_COUNT']-1).bit_length()
parameters['PCIE_EXT_TAG_ENABLE'] = int(parameters['PCIE_TAG_COUNT'] > 32)
parameters['LEN_WIDTH'] = 20
parameters['TAG_WIDTH'] = 8
parameters['OP_TABLE_SIZE'] = 2**(parameters['RQ_SEQ_NUM_WIDTH']-1)
Expand Down

0 comments on commit 4798f21

Please sign in to comment.