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
21548828
Commit
21548828
authored
5 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
sayma_amc: OVERTEMPPOWERDOWN is called OVERTEMPSHUTDOWN on Ultrascale
parent
3773947b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
migen/build/platforms/sinara/sayma_amc2.py
migen/build/platforms/sinara/sayma_amc2.py
+1
-1
No files found.
migen/build/platforms/sinara/sayma_amc2.py
View file @
21548828
...
@@ -409,7 +409,7 @@ class Platform(XilinxPlatform):
...
@@ -409,7 +409,7 @@ class Platform(XilinxPlatform):
self
,
"xcku040-ffva1156-1-c"
,
_io
,
_connectors
,
self
,
"xcku040-ffva1156-1-c"
,
_io
,
_connectors
,
toolchain
=
"vivado"
,
name
=
"sayma_amc"
)
toolchain
=
"vivado"
,
name
=
"sayma_amc"
)
self
.
toolchain
.
bitstream_commands
.
extend
([
self
.
toolchain
.
bitstream_commands
.
extend
([
"set_property BITSTREAM.CONFIG.OVERTEMP
POWER
DOWN Enable [current_design]"
,
"set_property BITSTREAM.CONFIG.OVERTEMP
SHUT
DOWN 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 4 [current_design]"
,
"set_property BITSTREAM.CONFIG.SPI_BUSWIDTH 4 [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