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
153716a3
Commit
153716a3
authored
Jan 30, 2018
by
Jaco Hofmann
Browse files
Fixes errors introduced by new connection scheme and new BlueDMA
parent
1466aa9c
Pipeline
#213
passed with stage
in 3 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
platform/vc709/vc709.tcl
View file @
153716a3
...
...
@@ -112,10 +112,9 @@ namespace eval platform {
connect_bd_net $msix_enable
[
get_bd_pin -of_objects $msix_intr_ctrl -filter
{
NAME ==
"cfg_interrupt_msix_enable"
}]
connect_bd_net $msix_mask
[
get_bd_pin -of_objects $msix_intr_ctrl -filter
{
NAME ==
"cfg_interrupt_msix_mask"
}]
connect_bd_net $dma_irq_read
[
get_bd_pin -of_objects $irq_concat_ss -filter
{
NAME ==
"In0"
}]
connect_bd_net $dma_irq_write
[
get_bd_pin -of_objects $irq_concat_ss -filter
{
NAME ==
"In1"
}]
connect_bd_net $dma_irq_read
[
get_bd_pin -of_objects $irq_concat_ss -filter
{
NAME ==
"In0"
}]
connect_bd_net $dma_irq_write
[
get_bd_pin -of_objects $irq_concat_ss -filter
{
NAME ==
"In1"
}]
puts
"Unused Interrupts: 2, 3 are tied to 0"
connect_bd_net
[
get_bd_pin -of_object $irq_unused -filter
{
NAME ==
"dout"
}]
[
get_bd_pin -of_objects $irq_concat_ss -filter
{
NAME ==
"In1"
}]
for
{
set i 0
}
{
$i
< 4
}
{
incr i
}
{
set port
[
create_bd_pin -from 127 -to 0 -dir I -type intr
"intr_
$i
"
]
connect_bd_net $port
[
get_bd_pin $irq_concat_ss/
[
format
"In%d"
[
expr
"
$i
+ 2"
]]]
...
...
@@ -239,7 +238,7 @@ namespace eval platform {
}
# connect IRQ
if
{[
tapasco::is_
platform_
feature_enabled
"BlueDMA"
]}
{
if
{[
tapasco::is_feature_enabled
"BlueDMA"
]}
{
connect_bd_net
[
get_bd_pins dual_dma/IRQ_read
]
$irq_read
connect_bd_net
[
get_bd_pins dual_dma/IRQ_write
]
$irq_write
}
else
{
...
...
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