From 86202e5263f15517df770f5cef9931377ef00741 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Fri, 6 Feb 2026 15:47:14 -0800 Subject: [PATCH] cndm_proto: Connect PCIe cfg_mgmt in testbenches Signed-off-by: Alex Forencich --- .../AS02MC04/fpga/tb/fpga_core/test_fpga_core.py | 16 ++++++++-------- .../test_cndm_proto_pcie_us.py | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/cndm_proto/board/AS02MC04/fpga/tb/fpga_core/test_fpga_core.py b/src/cndm_proto/board/AS02MC04/fpga/tb/fpga_core/test_fpga_core.py index b18de01..81e3237 100644 --- a/src/cndm_proto/board/AS02MC04/fpga/tb/fpga_core/test_fpga_core.py +++ b/src/cndm_proto/board/AS02MC04/fpga/tb/fpga_core/test_fpga_core.py @@ -142,14 +142,14 @@ class TB: # pcie_tfc_npd_av=dut.pcie_tfc_npd_av, # Configuration Management Interface - # cfg_mgmt_addr=dut.cfg_mgmt_addr, - # cfg_mgmt_function_number=dut.cfg_mgmt_function_number, - # cfg_mgmt_write=dut.cfg_mgmt_write, - # cfg_mgmt_write_data=dut.cfg_mgmt_write_data, - # cfg_mgmt_byte_enable=dut.cfg_mgmt_byte_enable, - # cfg_mgmt_read=dut.cfg_mgmt_read, - # cfg_mgmt_read_data=dut.cfg_mgmt_read_data, - # cfg_mgmt_read_write_done=dut.cfg_mgmt_read_write_done, + cfg_mgmt_addr=dut.cfg_mgmt_addr, + cfg_mgmt_function_number=dut.cfg_mgmt_function_number, + cfg_mgmt_write=dut.cfg_mgmt_write, + cfg_mgmt_write_data=dut.cfg_mgmt_write_data, + cfg_mgmt_byte_enable=dut.cfg_mgmt_byte_enable, + cfg_mgmt_read=dut.cfg_mgmt_read, + cfg_mgmt_read_data=dut.cfg_mgmt_read_data, + cfg_mgmt_read_write_done=dut.cfg_mgmt_read_write_done, # cfg_mgmt_debug_access # Configuration Status Interface diff --git a/src/cndm_proto/tb/cndm_proto_pcie_us/test_cndm_proto_pcie_us.py b/src/cndm_proto/tb/cndm_proto_pcie_us/test_cndm_proto_pcie_us.py index 9ad4325..6b4b405 100644 --- a/src/cndm_proto/tb/cndm_proto_pcie_us/test_cndm_proto_pcie_us.py +++ b/src/cndm_proto/tb/cndm_proto_pcie_us/test_cndm_proto_pcie_us.py @@ -140,14 +140,14 @@ class TB: # pcie_tfc_npd_av=dut.pcie_tfc_npd_av, # Configuration Management Interface - # cfg_mgmt_addr=dut.cfg_mgmt_addr, - # cfg_mgmt_function_number=dut.cfg_mgmt_function_number, - # cfg_mgmt_write=dut.cfg_mgmt_write, - # cfg_mgmt_write_data=dut.cfg_mgmt_write_data, - # cfg_mgmt_byte_enable=dut.cfg_mgmt_byte_enable, - # cfg_mgmt_read=dut.cfg_mgmt_read, - # cfg_mgmt_read_data=dut.cfg_mgmt_read_data, - # cfg_mgmt_read_write_done=dut.cfg_mgmt_read_write_done, + cfg_mgmt_addr=dut.cfg_mgmt_addr, + cfg_mgmt_function_number=dut.cfg_mgmt_function_number, + cfg_mgmt_write=dut.cfg_mgmt_write, + cfg_mgmt_write_data=dut.cfg_mgmt_write_data, + cfg_mgmt_byte_enable=dut.cfg_mgmt_byte_enable, + cfg_mgmt_read=dut.cfg_mgmt_read, + cfg_mgmt_read_data=dut.cfg_mgmt_read_data, + cfg_mgmt_read_write_done=dut.cfg_mgmt_read_write_done, # cfg_mgmt_debug_access # Configuration Status Interface