Altera_Forum
Honored Contributor
13 years agoALTDDIO Megafunction question
Hi all!
I'm working with ALTDDIO megafunction. I use DE2-115 Dev Board which means Cyclone IV is an FPGA I'm dealing with. As I understand then I use ALTDDIO_IN Quartus should implement two registers, one negative edge and one rising edge, also should be a latch for synchronizing data. But in manual (http://www.altera.com/literature/ug/ug_altddio.pdf) on page 15 I see text "... IOE configured for DDR inputs" which I think means that functionality of DDIO should be implemented using I/O resourses. My test project contains LVDS_RX input and ALTDDIO mf. In Chip Planner I see that two registers implemented not in I/O Pads, but using FPGA inner resourses, LABs. In resourse property editor I see that DDIO mode parameter value set to "none". My first question is why it's not implemented in IO. Secondly, what should I do, only create own atoms or there is another way to use I/O resourses? I also tried to set the default assignment of input pin - 2.5 V, not LVDS.