Commit afa6ad43 authored by Lucas Russo's avatar Lucas Russo

hdl/top/ml_605/*_dsp_fmc130m_4ch/*: debug port mapping

Now, we have the FPGA deswitching clock output to
a SMA conector (for debug)
parent 30ab04da
...@@ -2076,6 +2076,8 @@ begin ...@@ -2076,6 +2076,8 @@ begin
-- Output to RFFE board -- Output to RFFE board
----------------------------- -----------------------------
clk_swap_o => clk_rffe_swap, clk_swap_o => clk_rffe_swap,
flag1_o => flag1_int,
flag2_o => flag2_int,
ctrl1_o => open, ctrl1_o => open,
ctrl2_o => open, ctrl2_o => open,
...@@ -2176,8 +2178,8 @@ begin ...@@ -2176,8 +2178,8 @@ begin
--dsp_ksum <= "10000000000000000000000000"; -- 1.0 FIX26_25 --dsp_ksum <= "10000000000000000000000000"; -- 1.0 FIX26_25
--flag1_int <= fs_clk; --flag1_int <= fs_clk;
flag1_int <= dsp_clk_ce_35; -- FIXME!! --flag1_int <= dsp_clk_ce_35; -- FIXME!!
flag2_int <= dsp_clk_ce_70; -- FIXME!! --flag2_int <= dsp_clk_ce_70; -- FIXME!!
flag1_o <= flag1_int; flag1_o <= flag1_int;
flag2_o <= flag2_int; flag2_o <= flag2_int;
......
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