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
52d5787a
Unverified
Commit
52d5787a
authored
Feb 09, 2021
by
enjoy-digital
Committed by
GitHub
Feb 09, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #174 from yetifrisstlama/vc707_clk
vc707.py: clk156 add missing constraint
parents
fef9dd03
7442c2da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
litex_boards/platforms/vc707.py
litex_boards/platforms/vc707.py
+1
-0
No files found.
litex_boards/platforms/vc707.py
View file @
52d5787a
...
...
@@ -642,4 +642,5 @@ class Platform(XilinxPlatform):
def
do_finalize
(
self
,
fragment
):
XilinxPlatform
.
do_finalize
(
self
,
fragment
)
self
.
add_period_constraint
(
self
.
lookup_request
(
"clk200"
,
loose
=
True
),
1e9
/
200e6
)
self
.
add_period_constraint
(
self
.
lookup_request
(
"clk156"
,
loose
=
True
),
1e9
/
156e6
)
self
.
add_period_constraint
(
self
.
lookup_request
(
"sgmii_clock"
,
loose
=
True
),
1e9
/
125e6
)
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