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

One Sample Delay Code

Altera_Forum
Honored Contributor II
1,035 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
352 Views

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

0 Kudos
Reply