Forum Discussion
ADufl
New Contributor
5 years agoAssociate an individual mif file to each RAM memory instantiated by a "generate"
Hello,
I instantiate RAM memories with the following VHDL code :
gen_inst_ram_0to7 : for i in 0 to 7 generate inst_ram : ram port map( address_a => w_address_a(i), address_b => w_address_b...
ADufl
New Contributor
1 year agoHello,
My issue is still active, is there a way to link *.mif initalization files when the RAM blocks have been instantiated using a "generate" statement ?
Thank you for your support.