From 223d8d832eb593757d07c398267b02edec96bb5f Mon Sep 17 00:00:00 2001 From: Florent Kermarrec <florent@enjoy-digital.fr> Date: Mon, 13 Jan 2020 17:22:49 +0100 Subject: [PATCH] test_targets: add kx2 --- test/test_targets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_targets.py b/test/test_targets.py index bc980e3..21a3afd 100644 --- a/test/test_targets.py +++ b/test/test_targets.py @@ -44,6 +44,7 @@ class TestTargets(unittest.TestCase): # Xilinx Kintex7 platforms += [("official", "kc705")] platforms += [("official", "genesys2")] + platforms += [("community", "kx2")] # Xilinx Kintex Ultrascale platforms += [("official", "kcu105")] -- GitLab