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
a32a0f7b
Commit
a32a0f7b
authored
6 years ago
by
Robert Jordens
Browse files
Options
Download
Email Patches
Plain Diff
kasli: enable OVERTEMPPOWERDOWN
parent
81d0be31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
migen/build/platforms/sinara/kasli.py
migen/build/platforms/sinara/kasli.py
+3
-0
No files found.
migen/build/platforms/sinara/kasli.py
View file @
a32a0f7b
...
@@ -446,6 +446,9 @@ class Platform(XilinxPlatform):
...
@@ -446,6 +446,9 @@ class Platform(XilinxPlatform):
self
.
add_platform_command
(
self
.
add_platform_command
(
"set_property INTERNAL_VREF 0.750 [get_iobanks 35]"
)
"set_property INTERNAL_VREF 0.750 [get_iobanks 35]"
)
self
.
toolchain
.
bitstream_commands
.
extend
([
self
.
toolchain
.
bitstream_commands
.
extend
([
# NOTE: disable this on Kasli/v1.0 boards where the XADC reference
# has not been fixed.
"set_property BITSTREAM.CONFIG.OVERTEMPPOWERDOWN Enable [current_design]"
,
"set_property BITSTREAM.GENERAL.COMPRESS True [current_design]"
,
"set_property BITSTREAM.GENERAL.COMPRESS True [current_design]"
,
"set_property BITSTREAM.CONFIG.CONFIGRATE 33 [current_design]"
,
"set_property BITSTREAM.CONFIG.CONFIGRATE 33 [current_design]"
,
"set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 2 [current_design]"
,
"set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 2 [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