Commit 5861d188 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Federico Vaga

hdl/spec_base_wr: tie sim_wb_i to 0s when not used

parent 8bbdf20f
......@@ -303,7 +303,7 @@ entity spec_base_wr is
app_wb_o : out t_wishbone_master_out;
app_wb_i : in t_wishbone_master_in;
sim_wb_i : in t_wishbone_slave_in;
sim_wb_i : in t_wishbone_slave_in := cc_dummy_slave_in;
sim_wb_o : out t_wishbone_slave_out
);
end entity spec_base_wr;
......
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