shaiko
Advanced Member level 5
- Joined
- Aug 20, 2011
- Messages
- 2,644
- Helped
- 303
- Reputation
- 608
- Reaction score
- 297
- Trophy points
- 1,363
- Activity points
- 18,302
Hello,
While using Synplify Pro to compile a design, I encountered a "CDC272" warning .
Any idea what that means?
While using Synplify Pro to compile a design, I encountered a "CDC272" warning .
The warning points to the following line in which I use a string generic inside a generate statement:Comparison (=) of different length arrays is always false!
Code:
synchronous_or_asynchronous : if STRING_CONFIGURATION_1 = "asynchronous" generate
...