Forum Discussion

ADufl's avatar
ADufl
Icon for New Contributor rankNew Contributor
6 years ago

Associate 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...