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
39e7a1cb
Commit
39e7a1cb
authored
Jan 24, 2018
by
Jens Korinth
Browse files
Bugfix in ZC706 fancontrol plugin
parent
6a06399b
Pipeline
#173
passed with stage
in 2 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
platform/zc706/plugins/fancontrol.tcl
View file @
39e7a1cb
...
...
@@ -38,9 +38,11 @@ namespace eval fancontrol {
}
proc fancontrol_falsepath
{{
args
{}}}
{
set port
[
get_ports -filter
{
NAME =~ *pwm*
}]
puts
"Setting false path on
$port
, timing does not matter."
set_false_path -to $port
if
{[
tapasco::is_feature_enabled
"FanControl"
]}
{
set port
[
get_ports -filter
{
NAME =~ *pwm*
}]
puts
"Setting false path on
$port
, timing does not matter."
set_false_path -to $port
}
return
{}
}
}
...
...
Jens Korinth
@jk
mentioned in commit
86b53707
·
Jan 24, 2018
mentioned in commit
86b53707
mentioned in commit 86b537075252aa5540ccefe6ea7191fc2c263614
Toggle commit list
Jens Korinth
@jk
mentioned in commit
dcc6c418
·
Jan 25, 2018
mentioned in commit
dcc6c418
mentioned in commit dcc6c41810f14ca7a878a4b58fc8a6542d7f3535
Toggle commit list
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
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