Skip to content

Commit

Permalink
vendor.board.tinyfpga_bx: clk16 pin does not have a global buffer.
Browse files Browse the repository at this point in the history
Fixes #82.
  • Loading branch information
whitequark committed Jun 4, 2019
1 parent 45d1dc1 commit c89c2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmigen/vendor/board/tinyfpga_bx.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"}),

Expand Down

0 comments on commit c89c2ce

Please sign in to comment.