build/lattice/trellis.py: Add 12k device
nextpnr adds the --12k option which is the same like the --25k but with the correct idcode for the 12k devices Signed-off-by: Rangel Ivanov <rangelivanov88@gmail.com>
This commit is contained in:
parent
d0d2f2824b
commit
f4b345ecd7
|
@ -97,6 +97,7 @@ def nextpnr_ecp5_parse_device(device):
|
|||
return (family, size, speed_grade, package)
|
||||
|
||||
nextpnr_ecp5_architectures = {
|
||||
"lfe5u-12f" : "12k",
|
||||
"lfe5u-25f" : "25k",
|
||||
"lfe5u-45f" : "45k",
|
||||
"lfe5u-85f" : "85k",
|
||||
|
|
Loading…
Reference in New Issue