make a fake clock tick and feed bytes into your design. Please be aware of the wordlength, and I assume convolution is conducted in time domain, right?
I didn't know if you need to simluate clock jitter, afterall you need to decide when to detect the I/O from your memory; either in edge or in the center.
I would suggest use two clock tick, one for I/O and one for calculation.
I guess you need to prepare a time clock to put signal data on I/O, and similar/or different time clock with a phase shift for those delay elements (z-1s).
sir, i have verilog code of iir low pass filter, with test bench of input of ecg sampled data. I have simulated this code on vivado 2016.2 ide simulator but now i have to get it synthesized so i can go for physical design.I will be using cadence genus to synthesis this code.