wzab / agwb

Support for automatic address map generation and address decoding logic for Wishbone connected hierachical systems
12 stars 6 forks source link

Potential problem with constants within block declarations. #63

Open m-kru opened 3 years ago

m-kru commented 3 years ago

There is no concept of block parameter. This is to some extent emulated with using global constants within block declarations. However, using the same block within more than single reps="N;M" with different value of a constant is not possible. Block should have parameters, and the value should be passed during block instantiation.