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:
Rangel Ivanov 2020-04-12 11:46:44 +03:00
parent d0d2f2824b
commit f4b345ecd7
1 changed files with 1 additions and 0 deletions

View File

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