FIR II Obtaining the SOP and EOP signals
Hello all,
First, apologies if I have done this wrong. This is my first post ever to a forum.
I am a bit of a beginner when it comes to DSP on an FPGA. My boss has given me a code already done by an outside company and asked if I could add a filter to the end of it. I've tried a few different things but it always comes back to needing an EOP and SOP input/output signals in order to keep the timing right with the rest of the program.
Nothing I have done generates those signals for me. Do I need to manually add these signals to the instantiation templates generated, or is there something super simple I am missing.
Thanks for any nudge in the right direction!
A few key components of this filter:
Accepts 4 channels, 16 bit wide inputs coming in at 5msps.
If I need to add more info I can.