mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/xilinx/yosys_nextpnr: fix f4pga_device for xc7a100 : xc7a35t -> xc7a100t
This commit is contained in:
parent
9c890a0a27
commit
60537fc39f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class XilinxYosysNextpnrToolchain(YosysNextPNRToolchain):
|
|||
self.f4pga_device = {
|
||||
# FIXME: fine for now since only a few devices are supported, do more clever device re-mapping.
|
||||
"xc7a35ticsg324-1L" : "xc7a35t",
|
||||
"xc7a100tcsg324-1" : "xc7a35t",
|
||||
"xc7a100tcsg324-1" : "xc7a100t",
|
||||
"xc7z010clg400-1" : "xc7z010",
|
||||
"xc7z020clg400-1" : "xc7z020",
|
||||
}[self.platform.device]
|
||||
|
|
Loading…
Reference in a new issue