Skip to content
Snippets Groups Projects
Commit 28c67a2b authored by BRONES Romain's avatar BRONES Romain
Browse files

fix(rtm): Fix link swap on RTM CACTUS

! This change has impacts, configuration scripts must be updated !

* line 16-17 were swapped
* This was already corrected on the configuration script side.
parent 437aa1d3
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ begin
c2c_data_n(8) <= rtm_tx_en(4);
c2c_data_p(9) <= rtm_tx(18);
c2c_data_n(9) <= rtm_tx(19);
c2c_data_p(10) <= rtm_tx(17);
c2c_data_n(10) <= rtm_tx(16);
c2c_data_p(10) <= rtm_tx(16);
c2c_data_n(10) <= rtm_tx(17);
c2c_data_p(11) <= rtm_tx_en(3);
c2c_data_n(11) <= rtm_tx(14);
c2c_data_p(12) <= rtm_tx(15);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment