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
79714d09
Commit
79714d09
authored
Mar 24, 2022
by
David Volz
Browse files
fix indentation
parent
710519b5
Pipeline
#2550
passed with stages
in 157 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
toolflow/vivado/common/ip.tcl
View file @
79714d09
...
@@ -541,7 +541,7 @@ namespace eval ::tapasco::ip {
...
@@ -541,7 +541,7 @@ namespace eval ::tapasco::ip {
set vlnv
[
dict get
[
::tapasco::get_composition
]
$kind vlnv
]
set vlnv
[
dict get
[
::tapasco::get_composition
]
$kind vlnv
]
set ipecfeature
[
tapasco::get_feature
"IPEC"
]
set ipecfeature
[
tapasco::get_feature
"IPEC"
]
set intfname
[
lindex
[
split $intf /
]
end
]
set intfname
[
lindex
[
split $intf /
]
end
]
if
{[
dict exists $ipecfeature $vlnv $intfname
]}
{
if
{[
dict exists $ipecfeature $vlnv $intfname
]}
{
set kid
[
dict get $ipecfeature $vlnv $intfname
"kid"
]
set kid
[
dict get $ipecfeature $vlnv $intfname
"kid"
]
set kid
[
expr int
(
$kid
)]
set kid
[
expr int
(
$kid
)]
...
...
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