Commit 5f780d13 authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: fix missing VIC output connection in spec_mt_demo

parent e798aa45
......@@ -277,7 +277,7 @@ begin -- architecture arch
p_rd_d_rdy_i => gn_p_rd_d_rdy_i,
tx_error_i => gn_tx_error_i,
dma_irq_o => open,
irq_p_i => '0',
irq_p_i => vic_master_irq,
irq_p_o => gn_gpio_b(0),
dma_reg_clk_i => clk_sys,
dma_reg_adr_i => (others => '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