Add passthrough mode for mem_to_banks with NumBanks==1#226
Add passthrough mode for mem_to_banks with NumBanks==1#226
Conversation
niwis
left a comment
There was a problem hiding this comment.
Thanks @micprog! I guess that changing the functional behaviour of mem_to_banks_detailed for NumBanks == 1 would require a major release? Also, I think we should somehow handle conflicting parametrisations (e.g. NumBanks == 1 && HideStrb == 1). Perhaps it would be cleaner to change this in the instantiating module and just add a warning here if NumBanks == 1. What do you think?
|
I have been thinking about this and the correct solution to me seems to be warning and assertions. |
|
The asserts/warnings will be in v2 with #299 , the rest is dropped. I will archive the branch. |
No description provided.