From 43de83de8992dba61d249f61895415cc4de6fd10 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 18 Feb 2026 13:21:24 -0800 Subject: [PATCH] cndm: Fix PCIe class code Signed-off-by: Alex Forencich --- src/cndm/board/AS02MC04/fpga/ip/pcie4_uscale_plus_0.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cndm/board/AS02MC04/fpga/ip/pcie4_uscale_plus_0.tcl b/src/cndm/board/AS02MC04/fpga/ip/pcie4_uscale_plus_0.tcl index cc08c36..af4d96e 100644 --- a/src/cndm/board/AS02MC04/fpga/ip/pcie4_uscale_plus_0.tcl +++ b/src/cndm/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 {C001} \ CONFIG.PF0_SUBSYSTEM_ID {0009} \ CONFIG.PF0_SUBSYSTEM_VENDOR_ID {1ded} \