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
ce53b756
Commit
ce53b756
authored
May 12, 2017
by
Jens Korinth
Browse files
Remove TAPASCO_FREQ environment variable
* no longer used; tpc_freq must be set in scripts
parent
7bb05b40
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/common.tcl
View file @
ce53b756
...
@@ -475,9 +475,7 @@ namespace eval tapasco {
...
@@ -475,9 +475,7 @@ namespace eval tapasco {
# Default: 250
# Default: 250
proc get_design_frequency
{}
{
proc get_design_frequency
{}
{
global tapasco_freq
global tapasco_freq
if
{[
info exists ::env
(
TAPASCO_FREQ
)]}
{
return $tapasco_freq
if
{[
string is integer $::env
(
TAPASCO_FREQ
)]}
{
return $::env
(
TAPASCO_FREQ
)}
{
return $tapasco_freq
}
}
{
return $tapasco_freq
}
}
}
# Returns the desired design clock period
(
in ns
)
selected by the user.
# Returns the desired design clock period
(
in ns
)
selected by the user.
...
...
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
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