![]() |
|
|
|
|
|
|
2
7th March 23:08
External User
Posts: 1
|
Hi,
Could you post your declarations for addr, ADDRESS, MEMORY, and DATA_W? I think that would shed some light on the situation. Best regards, Mark Norton -- ============================== Mark Norton <markn@cdvinc.com> Concept Development, Inc. http://www.cdvinc.com |
|
|
10
9th March 12:23
External User
Posts: 1
|
No, for most instances, "00" would be just two bits.
However, I think the issue is that array indices need to be locally static. So the solution of changing it to a signal that operated outside the process solved that. The prior example that worked would probably have synthesized the variable right out of the process since it was a 1-to-1 assignment to the input (my best guess right now). Best regards, Mark Norton -- ============================== Mark Norton <markn@cdvinc.com> Concept Development, Inc. http://www.cdvinc.com |
|