Artix+ AU25P support for Opal Kelly Board

This commit is contained in:
AEW2015
2023-02-28 14:24:49 -07:00
parent 657d98f3c3
commit fe0f0ac0c0
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -196,6 +196,8 @@ Xilinx::Xilinx(Jtag *jtag, const std::string &filename,
_fpga_family = KINTEX_FAMILY;
} else if (family == "kintexus") {
_fpga_family = KINTEXUS_FAMILY;
} else if (family == "artixusp") {
_fpga_family = ARTIXUSP_FAMILY;
} else if (family == "virtexusp") {
_fpga_family = VIRTEXUSP_FAMILY;
_ircode_map = ircode_mapping.at("virtexusp");