You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment pragmas are not ideal since they have extremely poor standardization and have numerous variations across different toolchains, so they are generally not considered good practice.
I would be open to wrapping these assertions with ifndef SYNTHESIS preprocessor directives instead.
Hi,
when trying to synthesize the generated register map with Design compiler, I get warnings due to
assertions that check the generated block behavior:
I think it would be good to put
synthesis translate on/off
around these assertions.The text was updated successfully, but these errors were encountered: