Commit ff82602e authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

trivial fix of missing clk_ext_mul_i signal and wrong coma

parent 5716a36e
......@@ -727,7 +727,7 @@ begin
led_link_o => led_link_o(i),
led_act_o => led_act_o(i),
stop_traffic_i => ep_stop_traffic,
stop_traffic_i => ep_stop_traffic
);
phys_o(i).tx_data <= ep_dbg_data_array(i);
......
......@@ -279,6 +279,7 @@ package wrsw_top_pkg is
clk_ref_i : in std_logic;
clk_dmtd_i : in std_logic;
clk_aux_i : in std_logic;
clk_ext_mul_i : in std_logic;
clk_sys_o : out std_logic;
cpu_wb_i : in t_wishbone_slave_in;
cpu_wb_o : out t_wishbone_slave_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