##// END OF EJS Templates
SpaceWire port 2 is working.
paul -
r437:da314375b86c (LFR-EM) WFP_MS-1-1-26 patch-1.1.26
parent child
Show More
@@ -275,9 +275,9 BEGIN -- beh
275 275 PORT MAP (spw1_sout, swno.s(0));
276 276 -- PADS FOR SPW2
277 277 spw2_rxd_pad : inpad GENERIC MAP (tech => inferred) -- bad naming of the MINI-LFR /!\
278 PORT MAP (spw2_sin, dtmp(1));
278 PORT MAP (spw2_din, dtmp(1));
279 279 spw2_rxs_pad : inpad GENERIC MAP (tech => inferred) -- bad naming of the MINI-LFR /!\
280 PORT MAP (spw2_din, stmp(1));
280 PORT MAP (spw2_sin, stmp(1));
281 281 spw2_txd_pad : outpad GENERIC MAP (tech => inferred)
282 282 PORT MAP (spw2_dout, swno.d(1));
283 283 spw2_txs_pad : outpad GENERIC MAP (tech => inferred)
General Comments 0
You need to be logged in to leave comments. Login now