Commit d6cf3df7 authored by Pascal Bos's avatar Pascal Bos

Fixed crucial bug, Uses DIO2 now

parent 2a91b945
Pipeline #2605 failed with stage
in 2 minutes and 19 seconds
......@@ -756,13 +756,13 @@ TAI2IRIGB : entity work.wr_irigb_conv(Behavioral)
U_obuf_dio_o_1 : OBUFDS
port map (
I => wrc_abscal_rxts_out,
I => irigb,--wrc_abscal_rxts_out,
O => fmc_la28_p, -- dio_p_o[1] <=> DIO Lemo 2
OB => fmc_la28_n); -- dio_n_o[1] <=> DIO Lemo 2
U_obuf_dio_o_2 : OBUFDS
port map (
I => irigb,--wrc_abscal_txts_out,
I => wrc_abscal_txts_out,
O => fmc_la08_p, -- dio_p_o[2] <=> DIO Lemo 3
OB => fmc_la08_n); -- dio_n_o[2] <=> DIO Lemo 3
......
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