Skip to content

Commit

Permalink
platforms/sipeed_tang_mega_138k: Fix default_clk_name/period.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Sep 26, 2023
1 parent 5be6a46 commit 928c1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litex_boards/platforms/sipeed_tang_mega_138k.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
# Platform -----------------------------------------------------------------------------------------

class Platform(GowinPlatform):
default_clk_name = "clk27"
default_clk_period = 1e9/27e6
default_clk_name = "clk50"
default_clk_period = 1e9/50e6

def __init__(self, dock="standard", toolchain="gowin"):
GowinPlatform.__init__(self, "GW5AST-LV138FPG676AES", _io, _connectors, toolchain=toolchain, devicename="GW5AST-138B")
Expand Down

0 comments on commit 928c1a2

Please sign in to comment.