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
2ce24df7
Commit
2ce24df7
authored
Jul 18, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platforms/genesys2: add internal_vref to 0.750v on bank 34 (DDR3).
parent
135c3871
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
litex_boards/platforms/genesys2.py
litex_boards/platforms/genesys2.py
+1
-0
No files found.
litex_boards/platforms/genesys2.py
View file @
2ce24df7
...
@@ -145,6 +145,7 @@ class Platform(XilinxPlatform):
...
@@ -145,6 +145,7 @@ class Platform(XilinxPlatform):
def
__init__
(
self
):
def
__init__
(
self
):
XilinxPlatform
.
__init__
(
self
,
"xc7k325t-ffg900-2"
,
_io
,
_connectors
,
toolchain
=
"vivado"
)
XilinxPlatform
.
__init__
(
self
,
"xc7k325t-ffg900-2"
,
_io
,
_connectors
,
toolchain
=
"vivado"
)
self
.
add_platform_command
(
"set_property INTERNAL_VREF 0.750 [get_iobanks 34]"
)
def
create_programmer
(
self
):
def
create_programmer
(
self
):
return
OpenOCD
(
"openocd_genesys2.cfg"
,
"bscan_spi_xc7a325t.bit"
)
return
OpenOCD
(
"openocd_genesys2.cfg"
,
"bscan_spi_xc7a325t.bit"
)
...
...
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