Altera_Forum
Honored Contributor
13 years agocyclone 3 differential input and output definitions
Hi,
I would like to define an 11 lanes bus differential output and a 3 lanes bus differential input on a (cyclone 3) EP3C25F324C8 device. according to the IO specs, the device supports true differential modes only on the side IO banks, which I have used. the protocol I would like to assign is the LVDS one. I succeeded in defining the output lanes (11) but didn't manage to do so with the input ones. whenever I assign an input differential pin to a name it automatically assigns the appropriate opposite with an automatic name. For example, when assigning the name CLK_N to the negative pin of a pair, it assigns to the positive pin the name CLK_N(p) and I want it to be CLK_P. these are signals that I define in another part of the program. Thanks for tyhe advices and tips about how to achieve this!