Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litex-boards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel LiteX
litex-boards
Commits
0b8a01f9
Unverified
Commit
0b8a01f9
authored
Dec 07, 2020
by
enjoy-digital
Committed by
GitHub
Dec 07, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #130 from antmicro/fix-zybo-clock-pin
zybo_z7: fix clock pin constraint
parents
26d3b572
f66860c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
litex_boards/platforms/zybo_z7.py
litex_boards/platforms/zybo_z7.py
+1
-1
No files found.
litex_boards/platforms/zybo_z7.py
View file @
0b8a01f9
...
...
@@ -11,7 +11,7 @@ from litex.build.xilinx import XilinxPlatform, VivadoProgrammer
_io
=
[
# Clk / Rst
(
"clk125"
,
0
,
Pins
(
"
L16
"
),
IOStandard
(
"LVCMOS33"
)),
(
"clk125"
,
0
,
Pins
(
"
K17
"
),
IOStandard
(
"LVCMOS33"
)),
# Leds
(
"user_led"
,
0
,
Pins
(
"M14"
),
IOStandard
(
"LVCMOS33"
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment