aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/tinyfpga_bx.py
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2019-06-04 16:09:37 +0000
committerwhitequark <whitequark@whitequark.org>2019-06-04 16:09:37 +0000
commite8dcc1e4d361742b4242016bdff732dcfb5306f3 (patch)
treeee732f83ee9fcf53f2afc3c287427567f7dc82aa /nmigen_boards/tinyfpga_bx.py
parentecda2a1d08af7c226c87c5bd40fc5d634a4b06a9 (diff)
Use vendor's device and package names everywhere, not nextpnr's.
Diffstat (limited to 'nmigen_boards/tinyfpga_bx.py')
-rw-r--r--nmigen_boards/tinyfpga_bx.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nmigen_boards/tinyfpga_bx.py b/nmigen_boards/tinyfpga_bx.py
index 3793a58..3d93dc8 100644
--- a/nmigen_boards/tinyfpga_bx.py
+++ b/nmigen_boards/tinyfpga_bx.py
@@ -9,8 +9,8 @@ __all__ = ["TinyFPGABXPlatform"]
class TinyFPGABXPlatform(LatticeICE40Platform):
- device = "lp8k"
- package = "cm81"
+ device = "iCE40LP8K"
+ package = "CM81"
clocks = [
("clk16", 16e6),
]