From 881d457fbec18e98e212830c8cb3931cd35b071c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20L=C3=B6her?= Date: Sun, 16 Jan 2022 12:14:16 +0100 Subject: [PATCH] digilent_cmod_a7: Add xc7a35tcpg236-1 symbiflow_device. --- litex/build/xilinx/symbiflow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litex/build/xilinx/symbiflow.py b/litex/build/xilinx/symbiflow.py index 06124248d..c7ca76bbd 100644 --- a/litex/build/xilinx/symbiflow.py +++ b/litex/build/xilinx/symbiflow.py @@ -108,6 +108,7 @@ class SymbiflowToolchain: try: self.symbiflow_device = { # FIXME: fine for now since only a few devices are supported, do more clever device re-mapping. + "xc7a35tcpg236-1" : "xc7a50t_test", "xc7a35ticsg324-1L" : "xc7a50t_test", "xc7a100tcsg324-1" : "xc7a100t_test", "xc7a200t-sbg484-1" : "xc7a200t_test",