mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Remove extraneous parameters from pcie_us_axi_dma_wr testbench
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
2306e51522
commit
4798f2162d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user