Skip to content
Snippets Groups Projects
Commit 406ea0b3 authored by Pieter Donker's avatar Pieter Donker
Browse files

L2SDP-206, Is only working on hardware with connected ADC.

parent 586a1481
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!70Resolve L2SDP-206
......@@ -195,7 +195,7 @@ BEGIN
------------------------------------------------------------------------------
-- External PPS
------------------------------------------------------------------------------
proc_common_gen_pulse(5, c_pps_period, '1', pps_rst, ext_clk, pps);
proc_common_gen_pulse(10, c_pps_period, '1', pps_rst, ext_clk, pps);
jesd204b_sysref <= pps;
ext_pps <= pps;
......
......@@ -275,7 +275,7 @@ BEGIN
u_mem_master_mux : ENTITY mm_lib.mm_master_mux
GENERIC MAP (
g_nof_masters => c_nof_masters,
g_rd_latency_min => 3 -- TODO, make constant and check if value is right
g_rd_latency_min => 1 -- TODO, make constant and check if value is right
)
PORT MAP (
mm_clk => mm_clk,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment