Commit e8df2a6a authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Add the WRC aux master to the component definition

parent 03eb90d6
......@@ -375,6 +375,9 @@ constant c_wrc_periph3_sdb : t_sdb_device := (
slave_i : in t_wishbone_slave_in;
slave_o : out t_wishbone_slave_out;
aux_master_o : out t_wishbone_master_out;
aux_master_i : in t_wishbone_master_in := cc_dummy_master_in;
wrf_src_o : out t_wrf_source_out;
wrf_src_i : in t_wrf_source_in := c_dummy_src_in;
wrf_snk_o : out t_wrf_sink_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