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
a29aa6cc
Commit
a29aa6cc
authored
Jan 25, 2018
by
Jens Korinth
Browse files
Fix minor bug in PS7 instantiation routine
parent
c782eadc
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/ip.tcl
View file @
a29aa6cc
...
...
@@ -107,14 +107,13 @@ namespace eval ::tapasco::ip {
puts
"Creating Zynq-7000 series IP core ..."
puts
" VLNV:
[
dict get $stdcomps ps vlnv
]
"
puts
" Preset:
$preset
"
puts
" FCLK0 :
$freq
_mhz"
set ps
[
create_bd_cell -type ip -vlnv
[
dict get $stdcomps ps vlnv
]
$name
]
if
{
$preset
!=
{}
&& $preset !=
""
}
{
set_property -dict
[
list CONFIG.preset $preset
]
$ps
apply_bd_automation -rule xilinx.com:bd_rule:processing_system7 -config
{
make_external
"FIXED_IO, DDR"
apply_board_preset
"1"
Master
"Disable"
Slave
"Disable"
}
$ps
}
{
apply_bd_automation -rule xilinx.com:bd_rule:processing_system7 -config
{
make_external
"FIXED_IO, DDR"
apply_board_preset
"0"
Master
"Disable"
Slave
"Disable"
}
$ps
apply_bd_automation -rule xilinx.com:bd_rule:processing_system7 -config
{
make_external
"FIXED_IO, DDR"
Master
"Disable"
Slave
"Disable"
}
$ps
}
return $ps
}
...
...
Jens Korinth
@jk
mentioned in commit
f9148c81
·
Jan 25, 2018
mentioned in commit
f9148c81
mentioned in commit f9148c810b42b1126dd15969df5711967a62cd53
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
.
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