mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
digilent_cmod_a7: Add xc7a35tcpg236-1 symbiflow_device.
This commit is contained in:
parent
c3b94a347e
commit
881d457fbe
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue