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

Fix pcie_us_axi_dma_wr testbench file list

This commit is contained in:
Alex Forencich 2021-02-28 19:50:45 -08:00
parent 5715e12d41
commit 670dfa0d11

View File

@ -216,8 +216,6 @@ def test_pcie_us_axi_dma_wr(request, axis_pcie_data_width, pcie_offset):
verilog_sources = [
os.path.join(rtl_dir, f"{dut}.v"),
os.path.join(rtl_dir, "pcie_tag_manager.v"),
os.path.join(rtl_dir, "priority_encoder.v"),
]
parameters = {}