Commit 4f92e90e authored by Federico Vaga's avatar Federico Vaga

Merge remote-tracking branch 'ohwr/proposed_master'

Actually the branch used was on OHWR
parents c8a6d3c3 1478ea04
......@@ -142,14 +142,15 @@ architecture arch of mt_cpu_cb is
begin -- arch
gen_with_wr_1 : if g_WITH_WHITE_RABBIT generate
U_Sync1 : gc_pulse_synchronizer
U_Sync1 : gc_pulse_synchronizer2
port map (
clk_in_i => clk_ref_i,
clk_out_i => clk_sys_i,
rst_n_i => rst_n_i,
d_ready_o => tm_ready_ref,
d_p_i => tm_p_ref,
q_p_o => tm_p_sys);
clk_in_i => clk_ref_i,
rst_in_n_i => rst_n_ref_i,
clk_out_i => clk_sys_i,
rst_out_n_i => rst_n_i,
d_ready_o => tm_ready_ref,
d_p_i => tm_p_ref,
q_p_o => tm_p_sys);
U_Sync2 : gc_sync_ffs
port map (
......
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