Fix VCU118 board part name and IR length

This commit is contained in:
Ricardo Barbedo 2023-01-21 14:08:00 +01:00
parent bf6d692196
commit e5481787d8
3 changed files with 3 additions and 3 deletions

View File

@ -680,6 +680,6 @@
- ID: vcu118
Description: Xilinx VCU118
URL: https://www.xilinx.com/products/boards-and-kits/vcu118.html
FPGA: Virtex UltraScale+ xcvu9pl2flga2104e
FPGA: Virtex UltraScale+ xcvu9p-flga2104
Memory: OK
Flash: NA

View File

@ -209,7 +209,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("papilio_one", "xc3s500evq100", "papilio", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("usrpx300", "xc7k325tffg900", "digilent", 0, 0, CABLE_MHZ(15)),
JTAG_BOARD("usrpx310", "xc7k410tffg900", "digilent", 0, 0, CABLE_MHZ(15)),
JTAG_BOARD("vcu118", "xcvu9pl2flga2104e", "jtag-smt2-nc", 0, 0, CABLE_DEFAULT)
JTAG_BOARD("vcu118", "xcvu9p-flga2104", "jtag-smt2-nc", 0, 0, CABLE_DEFAULT)
};
#endif

View File

@ -64,7 +64,7 @@ static std::map <uint32_t, fpga_model> fpga_list = {
{0x03727093, {"xilinx", "zynq", "xc7z020", 6}},
{0x23731093, {"xilinx", "zynq", "xc7z045", 6}},
{0x04b31093, {"xilinx", "virtexusp", "xcvu9p", 6}},
{0x04b31093, {"xilinx", "virtexusp", "xcvu9p", 18}},
/* When powering a zynq ultrascale+ MPSoC, PL Tap and ARM dap
* are disabled and only PS tap with a specific IDCODE is seen.