Tagged Questions
0
votes
3answers
308 views
Single Input to Array of Custom Modules in Verilog
So I have an array of 4 RAM modules that I want to be able to read/write to based on two different selector signals. Right now I'm instantiating the RAM using intermediary signals:
genvar i;
...