Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
5c2c144c
Commit
5c2c144c
authored
6 years ago
by
Robert Jordens
Browse files
Options
Download
Email Patches
Plain Diff
sayma_rtm: enable OVERTEMPPOWERDOWN and use options from artiq
parent
24d0e95c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
migen/build/platforms/sinara/sayma_rtm.py
migen/build/platforms/sinara/sayma_rtm.py
+7
-0
No files found.
migen/build/platforms/sinara/sayma_rtm.py
View file @
5c2c144c
...
...
@@ -133,3 +133,10 @@ class Platform(XilinxPlatform):
def
__init__
(
self
):
XilinxPlatform
.
__init__
(
self
,
"xc7a15t-csg325-1"
,
_io
,
toolchain
=
"vivado"
)
self
.
toolchain
.
bitstream_commands
.
extend
([
# FIXME: enable this when the XADC reference wiring is fixed
# "set_property BITSTREAM.CONFIG.OVERTEMPPOWERDOWN Enable [current_design]",
"set_property BITSTREAM.GENERAL.COMPRESS True [current_design]"
,
"set_property CFGBVS VCCO [current_design]"
,
"set_property CONFIG_VOLTAGE 3.3 [current_design]"
,
])
This diff is collapsed.
Click to expand it.
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