Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

Error: 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...

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi Tyler, there is something called ALT_MOD_TARGET, which seems to be realted to our problem. Now trying to understand what it does... good luck!