Skip to content

Commit

Permalink
sitlinv_stlv7325_v2: Add default value to vccio.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jun 7, 2023
1 parent d874d34 commit 96175a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/platforms/sitlinv_stlv7325_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ class Platform(Xilinx7SeriesPlatform):
default_clk_name = "clk200"
default_clk_period = 1e9/200e6

def __init__(self, vccio):
def __init__(self, vccio="3.3V"):
assert vccio in ["2.5V", "3.3V"]
Xilinx7SeriesPlatform.__init__(self, "xc7k325t-ffg676-2", _get_io(vccio), _connectors, toolchain="vivado")
self.add_platform_command("""
Expand Down

0 comments on commit 96175a9

Please sign in to comment.