vendor.board.tinyfpga_bx: clk16 pin does not have a global buffer.
Fixes #82.
This commit is contained in:
parent
45d1dc1d54
commit
c89c2ce941
2
nmigen/vendor/board/tinyfpga_bx.py
vendored
2
nmigen/vendor/board/tinyfpga_bx.py
vendored
|
@ -13,7 +13,7 @@ class TinyFPGABXPlatform(TinyProgrammerMixin, LatticeICE40Platform):
|
|||
]
|
||||
resources = [
|
||||
Resource("clk16", 0, Pins("B2", dir="i"),
|
||||
extras={"GLOBAL": "1", "IO_STANDARD": "SB_LVCMOS33"}),
|
||||
extras={"IO_STANDARD": "SB_LVCMOS33"}),
|
||||
|
||||
Resource("user_led", 0, Pins("B3", dir="o"), extras={"IO_STANDARD": "SB_LVCMOS33"}),
|
||||
|
||||
|
|
Loading…
Reference in a new issue