- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a 50M data stream, But I need it delay 32us matching with other signals. How can I do it?
Thank you very muchLink Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
At 50MHz, you need it to delay it by 1600 clock cycles, using a large shift register.
Depending on the width of your data stream, that may require quite a bit of resources. I suggest you use the ALTSHIFT_TAPS function, so the shift register is implemented in RAM.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much! I think that is a way, however it require so much resources.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Thank you very much! I think that is a way, however it require so much resources. --- Quote End --- Yes. if its too many resources either: 1. redesign your system so you dont need such a large delay 2. get a bigger chip 3. Use an external ram.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page