Commit 786eff02 authored by Tristan Gingold's avatar Tristan Gingold

spec_template: use only 1 irq line for dma.

parent ff41468d
...@@ -453,7 +453,7 @@ begin -- architecture top ...@@ -453,7 +453,7 @@ begin -- architecture top
-- Interrupt interface -- Interrupt interface
-- Note: the dma_irq are synchronized with the wb_master_clk clock -- Note: the dma_irq are synchronized with the wb_master_clk clock
-- inside the gn4124 core. -- inside the gn4124 core.
dma_irq_o => irqs(3 downto 2), dma_irq_o => irqs(2),
-- Note: this is a simple assignment. -- Note: this is a simple assignment.
irq_p_i => irq_master, irq_p_i => irq_master,
irq_p_o => gn_gpio_b(0), irq_p_o => gn_gpio_b(0),
...@@ -701,6 +701,7 @@ begin -- architecture top ...@@ -701,6 +701,7 @@ begin -- architecture top
irq_master <= '0'; irq_master <= '0';
end generate; end generate;
irqs(3) <= '0';
irqs(4) <= '0'; irqs(4) <= '0';
irqs(5) <= '0'; irqs(5) <= '0';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment