mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
boards/arty_s7: Fix IOStandard on System Clock.
This commit is contained in:
parent
7bd718eb55
commit
d40c57739c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ _io = [
|
|||
("user_btn", 2, Pins("J16"), IOStandard("LVCMOS33")),
|
||||
("user_btn", 3, Pins("H13"), IOStandard("LVCMOS33")),
|
||||
|
||||
("clk100", 0, Pins("R2"), IOStandard("LVCMOS33")),
|
||||
("clk100", 0, Pins("R2"), IOStandard("SSTL135")),
|
||||
|
||||
("cpu_reset", 0, Pins("C18"), IOStandard("LVCMOS33")),
|
||||
|
||||
|
|
Loading…
Reference in a new issue