A
Alex
Gentlemen,
I was wondering if it is possible to overcome the problem with
"generate" statement, which implies static range?
The problem occurs when it is necessary to generate an array of the size
which
is defined in some other data file. In other words the range for generate
statement
is not static. It is possible to pass these parameters as generic,
but then the problem is transferred to the upper level of hierarchy,
because component indentation
is a concurrent statement and reading parameters from the file is a
sequential process.
Perhaps someone can suggest the way to cope with this issue (apart from
generating vhdl code by some script
Thank you.
I was wondering if it is possible to overcome the problem with
"generate" statement, which implies static range?
The problem occurs when it is necessary to generate an array of the size
which
is defined in some other data file. In other words the range for generate
statement
is not static. It is possible to pass these parameters as generic,
but then the problem is transferred to the upper level of hierarchy,
because component indentation
is a concurrent statement and reading parameters from the file is a
sequential process.
Perhaps someone can suggest the way to cope with this issue (apart from
generating vhdl code by some script
Thank you.