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
e1758dbb
Commit
e1758dbb
authored
Jan 18, 2018
by
Jens Korinth
Browse files
Improve logging in platform common Tcl
parent
090f4481
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/common/platform.tcl
View file @
e1758dbb
...
...
@@ -51,6 +51,7 @@ namespace eval platform {
current_bd_instance $ss
eval $cmd
current_bd_instance $instance
puts
"Subsystem
$name
complete."
}
# create custom subsystems
...
...
@@ -83,11 +84,15 @@ namespace eval platform {
}
proc create_subsystem_tapasco
{}
{
puts
" creating slave port S_TAPASCO ..."
set port
[
create_bd_intf_pin -vlnv
[
tapasco::ip::get_vlnv
"aximm_intf"
]
-mode Slave
"S_TAPASCO"
]
puts
" instantiating custom status core ..."
set tapasco_status
[
tapasco::ip::create_tapasco_status
"tapasco_status"
]
puts
" wiring ..."
connect_bd_intf_net $port
[
get_bd_intf_pins -of_objects $tapasco_status -filter
"VLNV ==
[
tapasco::ip::get_vlnv aximm_intf
]
&& MODE == Slave"
]
connect_bd_net
[
tapasco::subsystem::get_port
"design"
"clk"
]
[
get_bd_pins -of_objects $tapasco_status -filter
{
TYPE == clk && DIR == I
}]
connect_bd_net
[
tapasco::subsystem::get_port
"design"
"rst"
"peripheral"
"reset"
]
[
get_bd_pins -of_objects $tapasco_status -filter
{
TYPE == rst && DIR == I
}]
puts
" done!"
}
proc wire_subsystem_wires
{}
{
...
...
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
Markdown
is supported
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