Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi,
IIRC, although the dropbox only shows "10", I think you can type in 12 to generate a altlvds_rx core with a deserialization factor of 12. If that doesn't work out, you'll have to write out your own deserializer -- search this forum, I think there are code snippets arround. In Verilog (or VHDL), you just use the "p" signal and let the tools automatically create the "_n" signal. That is, in your Verilog, you only need a "HSMC_RX_D" signal. When you assign that signal as LVDS, the fitter will automatically create a "HSMC_RX_D_n" signal.