Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

One Sample Delay Code

Altera_Forum
Honored Contributor II
1,047 Views

I have a 13 bit bus singal with a reference clock, each 13-bit represents a sample sychronized with the rising edge of the reference clock,any idea (vhdl code) on how i can achive 1 sample delay?

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
364 Views

By inserting a D Flip-Flop (for each bit), with your sample in input and your clock in clock input.

0 Kudos
Reply