Forum Discussion
Altera_Forum
Honored Contributor
14 years agoXilinx fddrrse primitive
Is there an Altera primitive to create an FDDRRSE? sync_clk_ddr : fddrrse port map ( Q => dds_sync_clk, C0 => clk_125, C1 => clk_125_inv, CE => '1', D0 => '1', D1 => ...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Sorry, but I figured it out... I'm using the altddio_in MegaFunction. --- Quote End --- That was the component I was going to recommend :) If your external signals are LVDS, then there are also altlvds_rx/tx components. Cheers, Dave