Commit a3227e11 authored by Tristan Gingold's avatar Tristan Gingold

svec_vme16.vhd: set irq level and vector

parent 133cff87
......@@ -257,6 +257,8 @@ begin -- architecture top
vme_o.data_oe_n => vme_data_oe_n_o,
vme_o.addr_dir => vme_addr_dir_int,
vme_o.addr_oe_n => vme_addr_oe_n_o,
irq_level_i => "011",
irq_vector_i => x"a3",
wb_i => master_in,
wb_o => master_out);
......
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