mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
lib/mqnic: Add XCU26 to FPGA ID list
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
4f60691485
commit
1330e59233
@ -134,6 +134,7 @@ const struct fpga_id fpga_id_list[] =
|
|||||||
// Kria SoM (Zynq UltraScale+)
|
// Kria SoM (Zynq UltraScale+)
|
||||||
{FPGA_ID_XCK26, FPGA_ID_MASK_NOVER, "XCK26"},
|
{FPGA_ID_XCK26, FPGA_ID_MASK_NOVER, "XCK26"},
|
||||||
// Alveo (Virtex UltraScale+)
|
// Alveo (Virtex UltraScale+)
|
||||||
|
{FPGA_ID_XCU26, FPGA_ID_MASK_NOVER, "XCU26"},
|
||||||
{FPGA_ID_XCU50_XCU55N, FPGA_ID_MASK_NOVER, "XCU50_XCU55N"},
|
{FPGA_ID_XCU50_XCU55N, FPGA_ID_MASK_NOVER, "XCU50_XCU55N"},
|
||||||
{FPGA_ID_XCU200, FPGA_ID_MASK_NOVER, "XCU200"},
|
{FPGA_ID_XCU200, FPGA_ID_MASK_NOVER, "XCU200"},
|
||||||
{FPGA_ID_XCU250, FPGA_ID_MASK_NOVER, "XCU250"},
|
{FPGA_ID_XCU250, FPGA_ID_MASK_NOVER, "XCU250"},
|
||||||
|
@ -134,6 +134,7 @@
|
|||||||
// Kria SoM (Zynq UltraScale+)
|
// Kria SoM (Zynq UltraScale+)
|
||||||
#define FPGA_ID_XCK26 0x4A49093
|
#define FPGA_ID_XCK26 0x4A49093
|
||||||
// Alveo (Virtex UltraScale+)
|
// Alveo (Virtex UltraScale+)
|
||||||
|
#define FPGA_ID_XCU26 0x4AD5093
|
||||||
#define FPGA_ID_XCU50_XCU55N 0x4B77093
|
#define FPGA_ID_XCU50_XCU55N 0x4B77093
|
||||||
#define FPGA_ID_XCU200 0x4B37093
|
#define FPGA_ID_XCU200 0x4B37093
|
||||||
#define FPGA_ID_XCU250 0x4B57093
|
#define FPGA_ID_XCU250 0x4B57093
|
||||||
|
Loading…
x
Reference in New Issue
Block a user