aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/tinyfpga_bx.py
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2019-06-05 14:05:02 +0000
committerwhitequark <whitequark@whitequark.org>2019-06-05 14:05:02 +0000
commitc6e28e8cd43bf6c6e674541785402dfe5d8833cf (patch)
tree5be3bb4009e8b5a42e5b4f377ceebcac048c97a1 /nmigen_boards/tinyfpga_bx.py
parentec6316eb33412ba6abd606faae0bfd7674b4c85e (diff)
Simplify after changes in nmigen.
Diffstat (limited to 'nmigen_boards/tinyfpga_bx.py')
-rw-r--r--nmigen_boards/tinyfpga_bx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/tinyfpga_bx.py b/nmigen_boards/tinyfpga_bx.py
index 0ad94b9..d9b0116 100644
--- a/nmigen_boards/tinyfpga_bx.py
+++ b/nmigen_boards/tinyfpga_bx.py
@@ -62,4 +62,4 @@ class TinyFPGABXPlatform(LatticeICE40Platform):
if __name__ == "__main__":
from ._blinky import build_and_program
- build_and_program(TinyFPGABXPlatform, "clk16", 16e6)
+ build_and_program(TinyFPGABXPlatform, "clk16")