projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
358b98e
)
vendor.tinyfpga_b: fix IO_STANDARD.
author
whitequark
<whitequark@whitequark.org>
Sun, 2 Jun 2019 04:04:07 +0000
(
04:04
+0000)
committer
whitequark
<whitequark@whitequark.org>
Sun, 2 Jun 2019 04:04:07 +0000
(
04:04
+0000)
nmigen/vendor/tinyfpga_b.py
patch
|
blob
|
history
diff --git
a/nmigen/vendor/tinyfpga_b.py
b/nmigen/vendor/tinyfpga_b.py
index ecb0c5846f63a012e00858e44a965e25cf34a2f9..6960b84e9fdf38b03addc67e4659e4a2189a4720 100644
(file)
--- a/
nmigen/vendor/tinyfpga_b.py
+++ b/
nmigen/vendor/tinyfpga_b.py
@@
-12,9
+12,9
@@
class TinyFPGABPlatform(TinyProgrammerMixin, LatticeICE40Platform):
("clk16", 16e6),
]
resources = [
- Resource("clk16", 0, Pins("B2", dir="i"), extras=["IO_STANDARD=LVCMOS33"]),
+ Resource("clk16", 0, Pins("B2", dir="i"), extras=["IO_STANDARD=
SB_
LVCMOS33"]),
- Resource("user_led", 0, Pins("B3", dir="o"), extras=["IO_STANDARD=LVCMOS33"]),
+ Resource("user_led", 0, Pins("B3", dir="o"), extras=["IO_STANDARD=
SB_
LVCMOS33"]),
Resource("usb", 0,
Subsignal("d_p", Pins("B4", dir="io")),