kasli: fix sampler sdr/cnv pins

pull/969/head
Robert Jördens 2018-03-21 09:17:48 +00:00
parent 80903cead7
commit d48b8f3086
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ def _sampler(eem, eem_aux=None):
Subsignal("n", Pins("{}:{}_n".format(j, _eem_signal(i)))),
IOStandard("LVDS_25")
) for i, j, sig in [
(2, eem, "cnv"),
(3, eem, "sdr")
(2, eem, "sdr"),
(3, eem, "cnv")
]
]
if eem_aux is not None: