From 2e387d3630c4095b04c32e6ec211baa970672a12 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 5 Sep 2023 23:44:12 -0700 Subject: [PATCH] fpga/mqnic: Ensure class code lookup assistant is disabled in PCIe core instances Signed-off-by: Alex Forencich --- fpga/mqnic/250_SoC/fpga_100g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/250_SoC/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/ADM_PCIE_9V3/fpga_100g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/ADM_PCIE_9V3/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/AU200/fpga_100g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/AU200/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/AU250/fpga_100g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/AU250/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/AU280/fpga_100g/ip/pcie4c_uscale_plus_0.tcl | 1 + fpga/mqnic/AU280/fpga_25g/ip/pcie4c_uscale_plus_0.tcl | 1 + fpga/mqnic/AU50/fpga_100g/ip/pcie4c_uscale_plus_0.tcl | 1 + fpga/mqnic/AU50/fpga_25g/ip/pcie4c_uscale_plus_0.tcl | 1 + fpga/mqnic/DNPCIe_40G_KU_LL_2QSFP/fpga/ip/pcie3_ultrascale_0.tcl | 1 + fpga/mqnic/NetFPGA_SUME/fpga/ip/pcie3_7x_0.tcl | 1 + fpga/mqnic/Nexus_K35_S/fpga/ip/pcie3_ultrascale_0.tcl | 1 + fpga/mqnic/Nexus_K3P_Q/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/Nexus_K3P_S/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/VCU108/fpga_25g/ip/pcie3_ultrascale_0.tcl | 1 + fpga/mqnic/VCU118/fpga_100g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/VCU118/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/VCU1525/fpga_100g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/VCU1525/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/XUPP3R/fpga_100g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/XUPP3R/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/XUSP3S/fpga_25g/ip/pcie3_ultrascale_0.tcl | 1 + fpga/mqnic/ZCU106/fpga_pcie/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/fb2CG/fpga_100g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/fb2CG/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/fb4CGg3/fpga_100g/ip/pcie4_uscale_plus_0.tcl | 1 + fpga/mqnic/fb4CGg3/fpga_25g/ip/pcie4_uscale_plus_0.tcl | 1 + 30 files changed, 30 insertions(+) diff --git a/fpga/mqnic/250_SoC/fpga_100g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/250_SoC/fpga_100g/ip/pcie4_uscale_plus_0.tcl index 94ac99947..d49c47cc4 100644 --- a/fpga/mqnic/250_SoC/fpga_100g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/250_SoC/fpga_100g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {250e} \ diff --git a/fpga/mqnic/250_SoC/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/250_SoC/fpga_25g/ip/pcie4_uscale_plus_0.tcl index 94ac99947..d49c47cc4 100644 --- a/fpga/mqnic/250_SoC/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/250_SoC/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {250e} \ diff --git a/fpga/mqnic/ADM_PCIE_9V3/fpga_100g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/ADM_PCIE_9V3/fpga_100g/ip/pcie4_uscale_plus_0.tcl index c03d13452..cc26a682b 100644 --- a/fpga/mqnic/ADM_PCIE_9V3/fpga_100g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/ADM_PCIE_9V3/fpga_100g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9003} \ diff --git a/fpga/mqnic/ADM_PCIE_9V3/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/ADM_PCIE_9V3/fpga_25g/ip/pcie4_uscale_plus_0.tcl index c03d13452..cc26a682b 100644 --- a/fpga/mqnic/ADM_PCIE_9V3/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/ADM_PCIE_9V3/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9003} \ diff --git a/fpga/mqnic/AU200/fpga_100g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/AU200/fpga_100g/ip/pcie4_uscale_plus_0.tcl index 65e6e1839..2b1fecd96 100644 --- a/fpga/mqnic/AU200/fpga_100g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/AU200/fpga_100g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {90c8} \ diff --git a/fpga/mqnic/AU200/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/AU200/fpga_25g/ip/pcie4_uscale_plus_0.tcl index 65e6e1839..2b1fecd96 100644 --- a/fpga/mqnic/AU200/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/AU200/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {90c8} \ diff --git a/fpga/mqnic/AU250/fpga_100g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/AU250/fpga_100g/ip/pcie4_uscale_plus_0.tcl index 401b065c5..8d998b95c 100644 --- a/fpga/mqnic/AU250/fpga_100g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/AU250/fpga_100g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {90fa} \ diff --git a/fpga/mqnic/AU250/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/AU250/fpga_25g/ip/pcie4_uscale_plus_0.tcl index 401b065c5..8d998b95c 100644 --- a/fpga/mqnic/AU250/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/AU250/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {90fa} \ diff --git a/fpga/mqnic/AU280/fpga_100g/ip/pcie4c_uscale_plus_0.tcl b/fpga/mqnic/AU280/fpga_100g/ip/pcie4c_uscale_plus_0.tcl index 8e62d0b3f..e071f5dc1 100644 --- a/fpga/mqnic/AU280/fpga_100g/ip/pcie4c_uscale_plus_0.tcl +++ b/fpga/mqnic/AU280/fpga_100g/ip/pcie4c_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9118} \ diff --git a/fpga/mqnic/AU280/fpga_25g/ip/pcie4c_uscale_plus_0.tcl b/fpga/mqnic/AU280/fpga_25g/ip/pcie4c_uscale_plus_0.tcl index 8e62d0b3f..e071f5dc1 100644 --- a/fpga/mqnic/AU280/fpga_25g/ip/pcie4c_uscale_plus_0.tcl +++ b/fpga/mqnic/AU280/fpga_25g/ip/pcie4c_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9118} \ diff --git a/fpga/mqnic/AU50/fpga_100g/ip/pcie4c_uscale_plus_0.tcl b/fpga/mqnic/AU50/fpga_100g/ip/pcie4c_uscale_plus_0.tcl index 730fc7bd3..936d8b1e1 100644 --- a/fpga/mqnic/AU50/fpga_100g/ip/pcie4c_uscale_plus_0.tcl +++ b/fpga/mqnic/AU50/fpga_100g/ip/pcie4c_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9032} \ diff --git a/fpga/mqnic/AU50/fpga_25g/ip/pcie4c_uscale_plus_0.tcl b/fpga/mqnic/AU50/fpga_25g/ip/pcie4c_uscale_plus_0.tcl index 730fc7bd3..936d8b1e1 100644 --- a/fpga/mqnic/AU50/fpga_25g/ip/pcie4c_uscale_plus_0.tcl +++ b/fpga/mqnic/AU50/fpga_25g/ip/pcie4c_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9032} \ diff --git a/fpga/mqnic/DNPCIe_40G_KU_LL_2QSFP/fpga/ip/pcie3_ultrascale_0.tcl b/fpga/mqnic/DNPCIe_40G_KU_LL_2QSFP/fpga/ip/pcie3_ultrascale_0.tcl index 8f0252edc..c507186f9 100644 --- a/fpga/mqnic/DNPCIe_40G_KU_LL_2QSFP/fpga/ip/pcie3_ultrascale_0.tcl +++ b/fpga/mqnic/DNPCIe_40G_KU_LL_2QSFP/fpga/ip/pcie3_ultrascale_0.tcl @@ -10,6 +10,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.pf0_class_code_base {02} \ CONFIG.pf0_class_code_sub {00} \ CONFIG.pf0_class_code_interface {00} \ diff --git a/fpga/mqnic/NetFPGA_SUME/fpga/ip/pcie3_7x_0.tcl b/fpga/mqnic/NetFPGA_SUME/fpga/ip/pcie3_7x_0.tcl index 019b393e8..ad6ecf90e 100644 --- a/fpga/mqnic/NetFPGA_SUME/fpga/ip/pcie3_7x_0.tcl +++ b/fpga/mqnic/NetFPGA_SUME/fpga/ip/pcie3_7x_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.pf0_class_code_base {02} \ CONFIG.pf0_class_code_sub {00} \ CONFIG.pf0_class_code_interface {00} \ diff --git a/fpga/mqnic/Nexus_K35_S/fpga/ip/pcie3_ultrascale_0.tcl b/fpga/mqnic/Nexus_K35_S/fpga/ip/pcie3_ultrascale_0.tcl index 6b9afa3dc..500d5cc6a 100644 --- a/fpga/mqnic/Nexus_K35_S/fpga/ip/pcie3_ultrascale_0.tcl +++ b/fpga/mqnic/Nexus_K35_S/fpga/ip/pcie3_ultrascale_0.tcl @@ -10,6 +10,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.pf0_class_code_base {02} \ CONFIG.pf0_class_code_sub {00} \ CONFIG.pf0_class_code_interface {00} \ diff --git a/fpga/mqnic/Nexus_K3P_Q/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/Nexus_K3P_Q/fpga_25g/ip/pcie4_uscale_plus_0.tcl index 09f7b6002..0ffbd292b 100644 --- a/fpga/mqnic/Nexus_K3P_Q/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/Nexus_K3P_Q/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -10,6 +10,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {000a} \ diff --git a/fpga/mqnic/Nexus_K3P_S/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/Nexus_K3P_S/fpga_25g/ip/pcie4_uscale_plus_0.tcl index dbefdc743..894ed816c 100644 --- a/fpga/mqnic/Nexus_K3P_S/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/Nexus_K3P_S/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -10,6 +10,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {0009} \ diff --git a/fpga/mqnic/VCU108/fpga_25g/ip/pcie3_ultrascale_0.tcl b/fpga/mqnic/VCU108/fpga_25g/ip/pcie3_ultrascale_0.tcl index ed0d6ede3..2c6e9004f 100644 --- a/fpga/mqnic/VCU108/fpga_25g/ip/pcie3_ultrascale_0.tcl +++ b/fpga/mqnic/VCU108/fpga_25g/ip/pcie3_ultrascale_0.tcl @@ -9,6 +9,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.pf0_class_code_base {02} \ CONFIG.pf0_class_code_sub {00} \ CONFIG.pf0_class_code_interface {00} \ diff --git a/fpga/mqnic/VCU118/fpga_100g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/VCU118/fpga_100g/ip/pcie4_uscale_plus_0.tcl index f71d5e80d..f6ffaa2b0 100644 --- a/fpga/mqnic/VCU118/fpga_100g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/VCU118/fpga_100g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9076} \ diff --git a/fpga/mqnic/VCU118/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/VCU118/fpga_25g/ip/pcie4_uscale_plus_0.tcl index f71d5e80d..f6ffaa2b0 100644 --- a/fpga/mqnic/VCU118/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/VCU118/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9076} \ diff --git a/fpga/mqnic/VCU1525/fpga_100g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/VCU1525/fpga_100g/ip/pcie4_uscale_plus_0.tcl index 45e5163d0..12f4ce18d 100644 --- a/fpga/mqnic/VCU1525/fpga_100g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/VCU1525/fpga_100g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {95f5} \ diff --git a/fpga/mqnic/VCU1525/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/VCU1525/fpga_25g/ip/pcie4_uscale_plus_0.tcl index 45e5163d0..12f4ce18d 100644 --- a/fpga/mqnic/VCU1525/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/VCU1525/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {95f5} \ diff --git a/fpga/mqnic/XUPP3R/fpga_100g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/XUPP3R/fpga_100g/ip/pcie4_uscale_plus_0.tcl index e7426919a..dd95e7002 100644 --- a/fpga/mqnic/XUPP3R/fpga_100g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/XUPP3R/fpga_100g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9823} \ diff --git a/fpga/mqnic/XUPP3R/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/XUPP3R/fpga_25g/ip/pcie4_uscale_plus_0.tcl index e7426919a..dd95e7002 100644 --- a/fpga/mqnic/XUPP3R/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/XUPP3R/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9823} \ diff --git a/fpga/mqnic/XUSP3S/fpga_25g/ip/pcie3_ultrascale_0.tcl b/fpga/mqnic/XUSP3S/fpga_25g/ip/pcie3_ultrascale_0.tcl index e0d9987f9..feb528331 100644 --- a/fpga/mqnic/XUSP3S/fpga_25g/ip/pcie3_ultrascale_0.tcl +++ b/fpga/mqnic/XUSP3S/fpga_25g/ip/pcie3_ultrascale_0.tcl @@ -9,6 +9,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.pf0_class_code_base {02} \ CONFIG.pf0_class_code_sub {00} \ CONFIG.pf0_class_code_interface {00} \ diff --git a/fpga/mqnic/ZCU106/fpga_pcie/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/ZCU106/fpga_pcie/ip/pcie4_uscale_plus_0.tcl index 8bbf740a8..eb346d4a0 100644 --- a/fpga/mqnic/ZCU106/fpga_pcie/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/ZCU106/fpga_pcie/ip/pcie4_uscale_plus_0.tcl @@ -10,6 +10,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {906a} \ diff --git a/fpga/mqnic/fb2CG/fpga_100g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/fb2CG/fpga_100g/ip/pcie4_uscale_plus_0.tcl index aaf5fbd8a..a3f8a1d4b 100644 --- a/fpga/mqnic/fb2CG/fpga_100g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/fb2CG/fpga_100g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {a00e} \ diff --git a/fpga/mqnic/fb2CG/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/fb2CG/fpga_25g/ip/pcie4_uscale_plus_0.tcl index aaf5fbd8a..a3f8a1d4b 100644 --- a/fpga/mqnic/fb2CG/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/fb2CG/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {a00e} \ diff --git a/fpga/mqnic/fb4CGg3/fpga_100g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/fb4CGg3/fpga_100g/ip/pcie4_uscale_plus_0.tcl index b9e6322e7..1bc394364 100644 --- a/fpga/mqnic/fb4CGg3/fpga_100g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/fb4CGg3/fpga_100g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9403} \ diff --git a/fpga/mqnic/fb4CGg3/fpga_25g/ip/pcie4_uscale_plus_0.tcl b/fpga/mqnic/fb4CGg3/fpga_25g/ip/pcie4_uscale_plus_0.tcl index b9e6322e7..1bc394364 100644 --- a/fpga/mqnic/fb4CGg3/fpga_25g/ip/pcie4_uscale_plus_0.tcl +++ b/fpga/mqnic/fb4CGg3/fpga_25g/ip/pcie4_uscale_plus_0.tcl @@ -12,6 +12,7 @@ set_property -dict [list \ CONFIG.extended_tag_field {true} \ CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ CONFIG.axisten_freq {250} \ + CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ CONFIG.PF0_CLASS_CODE {020000} \ CONFIG.PF0_DEVICE_ID {1001} \ CONFIG.PF0_SUBSYSTEM_ID {9403} \