From 37393ca112c3749bb217d67e9c33bb6e684736c9 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 24 Feb 2026 17:49:10 -0800 Subject: [PATCH] cndm_proto: Add missing testbench connections Signed-off-by: Alex Forencich --- .../board/AS02MC04/fpga/tb/fpga_core/test_fpga_core.py | 6 +++--- 1 file changed, 3 insertions(+), 3 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 81e3237..ae51b87 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 @@ -157,8 +157,8 @@ class TB: # cfg_phy_link_status # cfg_negotiated_width # cfg_current_speed - # cfg_max_payload=dut.cfg_max_payload, - # cfg_max_read_req=dut.cfg_max_read_req, + cfg_max_payload=dut.cfg_max_payload, + cfg_max_read_req=dut.cfg_max_read_req, # cfg_function_status # cfg_vf_status # cfg_function_power_state @@ -172,7 +172,7 @@ class TB: # cfg_rx_pm_state # cfg_tx_pm_state # cfg_ltssm_state - # cfg_rcb_status=dut.cfg_rcb_status, + cfg_rcb_status=dut.cfg_rcb_status, # cfg_obff_enable # cfg_pl_status_change # cfg_tph_requester_enable