Altera_Forum
Honored Contributor
17 years agoError: IP Generator Error: Modulo Target of 1...
Hi, I'm extremely novice, not even sure if the thread is right for my question. Anyway, I am getting the error message: "Error: IP Generator Error: Modulo Target of 1 was specified, but it could not be achieved" in quartus. This happens when I try to implement a simple modification inside the clipper module of the ip library. Just assigning, based on a condition, a sc_uint value to justRead variable which is of the same type. something like: justread = a?val1:val2; I want to know what this error message means. Thanks a lot...