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
c32e7904
Commit
c32e7904
authored
Feb 19, 2021
by
Michael Betz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vc707: fix default clock frequency
parent
7442c2da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
litex_boards/platforms/vc707.py
litex_boards/platforms/vc707.py
+1
-1
No files found.
litex_boards/platforms/vc707.py
View file @
c32e7904
...
...
@@ -629,7 +629,7 @@ _connectors = [
class
Platform
(
XilinxPlatform
):
default_clk_name
=
"clk156"
default_clk_period
=
1e9
/
156.5e6
default_clk_period
=
1e9
/
156.
2
5e6
def
__init__
(
self
):
XilinxPlatform
.
__init__
(
self
,
"xc7vx485tffg1761-2"
,
_io
,
_connectors
,
toolchain
=
"vivado"
)
...
...
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