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
c6c0046d
Commit
c6c0046d
authored
Jul 06, 2017
by
Jaco Hofmann
Browse files
Adds tie-offs to unused interrupts
parent
3d1045af
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/vc709/vc709.tcl
View file @
c6c0046d
...
...
@@ -76,6 +76,8 @@ namespace eval platform {
set irq_concat_ss
[
tapasco::createConcat
"interrupt_concat"
8
]
set irq_unused
[
tpc::createConstant
"irq_unused"
1 0
]
# create MSIX interrupt controller
set msix_intr_ctrl
[
tapasco::createMSIXIntrCtrl
"msix_intr_ctrl"
]
connect_bd_net
[
get_bd_pin -of_objects $irq_concat_ss -filter
{
NAME ==
"dout"
}]
[
get_bd_pin -of_objects $msix_intr_ctrl -filter
{
NAME ==
"interrupt"
}]
...
...
@@ -98,6 +100,10 @@ namespace eval platform {
connect_bd_net $msix_mask
[
get_bd_pin -of_objects $msix_intr_ctrl -filter
{
NAME ==
"cfg_interrupt_msix_mask"
}]
connect_bd_net $dma_irq
[
get_bd_pin -of_objects $irq_concat_ss -filter
{
NAME ==
"In0"
}]
puts
"Unused Interrupts: 1, 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"
}]
connect_bd_net
[
get_bd_pin -of_object $irq_unused -filter
{
NAME ==
"dout"
}]
[
get_bd_pin -of_objects $irq_concat_ss -filter
{
NAME ==
"In2"
}]
connect_bd_net
[
get_bd_pin -of_object $irq_unused -filter
{
NAME ==
"dout"
}]
[
get_bd_pin -of_objects $irq_concat_ss -filter
{
NAME ==
"In3"
}]
# connect internal clocks
connect_bd_net -net intc_clock_net $aclk
[
get_bd_pins -of_objects
[
get_bd_cells
]
-filter
{
TYPE ==
"clk"
&& DIR ==
"I"
}]
...
...
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
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