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",