Skip to content
Snippets Groups Projects
Commit 46fbc149 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

wr_softpll_ng: report in ECCR wb reg if external channel is supported

parent f4dbb22b
Branches
Tags
No related merge requests found
......@@ -521,7 +521,7 @@ begin -- rtl
aligner_sample_cref(0 to g_num_outputs-1) <= (others => (others => '0'));
aligner_sample_cin(0 to g_num_outputs-1) <= (others => (others => '0'));
regs_out.eccr_ext_supported_i <= '1';
regs_out.eccr_ext_supported_i <= '1' when g_with_ext_clock_input else '0';
regs_out.eccr_ext_ref_locked_i <= clk_ext_mul_locked_i;
regs_out.eccr_ext_ref_stopped_i <= clk_ext_stopped_i;
clk_ext_rst_o <= regs_in.eccr_ext_ref_pllrst_o;
......
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