Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
c70723e7
Commit
c70723e7
authored
Apr 10, 2022
by
Carsten Heinz
Browse files
Add option for write_device_image for Versal
parent
02193e96
Changes
1
Hide whitespace changes
Inline
Side-by-side
toolflow/vivado/platform/common/platform.tcl
View file @
c70723e7
...
...
@@ -279,7 +279,11 @@ namespace eval platform {
if
{
$wns
>= -0.3 && $wpws >= 0.0
}
{
variable disable_write_bitstream
if
{[
info exists disable_write_bitstream
]
== 0 ||
[
string is false $disable_write_bitstream
]}
{
write_bitstream -force
"
${bitstreamname}
.bit"
if
{[
tapasco::is_versal
]}
{
write_device_image -force
"
${bitstreamname}
.pdi"
}
else
{
write_bitstream -force
"
${bitstreamname}
.bit"
}
tapasco::call_plugins
"post-bitstream"
}
...
...
Write
Preview
Supports
Markdown
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