How can I use 5x5filter (Xilinx block), it keeps telling me there is an error in the counter?

StackOverflow https://stackoverflow.com/questions/8258139

Question

I'm trying to apply edge filter to an image using Xilinx blocks,

I used 5x5 buffer then I connected the 5x5filter to it.

But it keeps telling me:

Illegal Period, This blocks attempts to set period that is a non-integer multiple of the system rate Error occurred during "Block Configuration".'

which I did not understand.

Était-ce utile?

La solution

Similar such problem(with solution) is posted in Xilinx Forum. Go through the link given below:

http://forums.xilinx.com/t5/DSP-Tools/Can-any-1-help-me-regarding-FIR-implementation-in-system/m-p/33650#M1463

Autres conseils

It means that the sample time of one of the block isn't an integer multiple of the model's minor timestep. Check the configuration parameters for the model and the parameters of your new blocks.

I don't think this has anything to do with the Xilinx blocks specifically.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top