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
755114a3
Commit
755114a3
authored
Jun 07, 2017
by
Jens Korinth
Browse files
Only write bitstream in case of timing closure
parent
41e5c933
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/common/platform.tcl
View file @
755114a3
...
...
@@ -78,6 +78,11 @@ namespace eval platform {
report_utilization -file utilization.txt
report_utilization -file utilization_userlogic.txt -cells
[
get_cells -hierarchical -filter
{
NAME =~ *target_ip_*
}]
report_power -file power.txt
write_bitstream -force
"
${bitstreamname}
.bit"
set wns
[
tapasco::get_wns_from_timing_report
"timing.txt"
]
if
{
$wns
>= -0.3
}
{
write_bitstream -force
"
${bitstreamname}
.bit"
}
else
{
error
"timing failure, WNS:
$wns
"
}
}
}
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
Toggle commit list
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