projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6426b90
)
vendor.board.tinyfpga_bx: fix typo.
author
whitequark
<whitequark@whitequark.org>
Tue, 4 Jun 2019 06:20:01 +0000
(06:20 +0000)
committer
whitequark
<whitequark@whitequark.org>
Tue, 4 Jun 2019 06:20:01 +0000
(06:20 +0000)
nmigen/vendor/board/tinyfpga_bx.py
patch
|
blob
|
history
diff --git
a/nmigen/vendor/board/tinyfpga_bx.py
b/nmigen/vendor/board/tinyfpga_bx.py
index 2c8214644936c4139923f659e260739354bd97d1..9afb1dcd489da8d050781bf10a5238793f101eeb 100644
(file)
--- a/
nmigen/vendor/board/tinyfpga_bx.py
+++ b/
nmigen/vendor/board/tinyfpga_bx.py
@@
-13,7
+13,7
@@
class TinyFPGABXPlatform(TinyProgrammerMixin, LatticeICE40Platform):
]
resources = [
Resource("clk16", 0, Pins("B2", dir="i"),
- extras={"GLOBAL":
1
, "IO_STANDARD": "SB_LVCMOS33"}),
+ extras={"GLOBAL":
"1"
, "IO_STANDARD": "SB_LVCMOS33"}),
Resource("user_led", 0, Pins("B3", dir="o"), extras={"IO_STANDARD": "SB_LVCMOS33"}),