Merge pull request #135 from mithro/icestorm-ice40up5k

Add uwg30 package and up3k part.
This commit is contained in:
Tim Ansell 2018-12-16 14:04:19 -08:00 committed by GitHub
commit fa6fef1e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -191,7 +191,8 @@ class LatticeIceStormToolchain:
"lp8k": ["cm81", "cm81:4k", "cm121", "cm121:4k", "cm225", "lp8k": ["cm81", "cm81:4k", "cm121", "cm121:4k", "cm225",
"cm225:4k"], "cm225:4k"],
"hx8k": ["cb132", "cb132:4k", "tq144:4k", "cm225", "ct256"], "hx8k": ["cb132", "cb132:4k", "tq144:4k", "cm225", "ct256"],
"up5k": ["sg48"], "up3k": ["sg48", "uwg30"],
"up5k": ["sg48", "uwg30"],
} }
(family, series_size, package) = device_str.split("-") (family, series_size, package) = device_str.split("-")