From 8f40d3a4260f4e4a904e83ddba722623f9d7155a Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 18 Feb 2026 13:21:35 -0800 Subject: [PATCH] cndm_proto: Fix PCIe class code Signed-off-by: Alex Forencich --- src/cndm_proto/board/AS02MC04/fpga/ip/pcie4_uscale_plus_0.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cndm_proto/board/AS02MC04/fpga/ip/pcie4_uscale_plus_0.tcl b/src/cndm_proto/board/AS02MC04/fpga/ip/pcie4_uscale_plus_0.tcl index 4acd55c..443a9dd 100644 --- a/src/cndm_proto/board/AS02MC04/fpga/ip/pcie4_uscale_plus_0.tcl +++ b/src/cndm_proto/board/AS02MC04/fpga/ip/pcie4_uscale_plus_0.tcl @@ -10,7 +10,8 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ - CONFIG.PF0_CLASS_CODE {058000} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ + CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {C070} \ CONFIG.PF0_SUBSYSTEM_ID {0009} \ CONFIG.PF0_SUBSYSTEM_VENDOR_ID {1ded} \