Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21611 Discussions

Xilinx FDCPE_1 Primitive

Altera_Forum
Honored Contributor II
1,481 Views

Does anyone know if Altera has a primitive similar to the FDCPE_1 (D Flip-Flop with Negative-Edge Clock, Clock Enable, and Async Reset)? 

 

Thanks!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
685 Views

Are you doing a schematic or converting a X design? In schematic, just add a dffe and a not gate before the clock(or invert the clock at the source and give the output wire a usable name so many FFs can use it). If converting, I would write a behavioral one. Should only take a minute, and you can make sure the ports match exactly, rather than taking an Altera primitive and wrapping it.

0 Kudos
Reply