projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd718e
)
boards/arty_s7: Fix IOStandard on System Clock.
author
William D. Jones
<thor0505@comcast.net>
Fri, 2 Mar 2018 18:31:24 +0000
(13:31 -0500)
committer
William D. Jones
<thor0505@comcast.net>
Fri, 2 Mar 2018 18:35:43 +0000
(13:35 -0500)
litex/boards/platforms/arty_s7.py
patch
|
blob
|
history
diff --git
a/litex/boards/platforms/arty_s7.py
b/litex/boards/platforms/arty_s7.py
index fdec20887c45f566880efd5b955e40615c24ca35..093e1efa7150b220a65b5026e12dde6091a31c7e 100644
(file)
--- a/
litex/boards/platforms/arty_s7.py
+++ b/
litex/boards/platforms/arty_s7.py
@@
-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")),