Skip to content
GitLab
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
6416ab50
Commit
6416ab50
authored
Jan 30, 2018
by
Jaco Hofmann
Browse files
Fixes DualDMA constraint application
parent
153716a3
Pipeline
#214
passed with stage
in 3 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
platform/vc709/plugins/dual-dma.tcl
View file @
6416ab50
...
...
@@ -24,8 +24,10 @@ namespace eval dual_dma {
namespace export set_constraints
proc set_constraints
{{
args
{}}}
{
puts
"Setting constraints for dual_dma ..."
read_xdc -cells
{
system_i/Memory/dual_dma
}
"
$::env
(TAPASCO_HOME)/common/ip/dual_dma/dual_dma.xdc"
if
{
!
[
tapasco::is_feature_enabled
"BlueDMA"
]}
{
puts
"Setting constraints for dual_dma ..."
read_xdc -cells
{
system_i/memory/dual_dma
}
"
$::env
(TAPASCO_HOME)/common/ip/dual_dma/dual_dma.xdc"
}
return
{}
}
}
...
...
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
.
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