Re: [myhdl-list] Dual port ram, mixed width byte enables.
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2016-04-19 12:46:19
|
On Tue, Apr 19, 2016 at 7:32 AM, Samuele Disegna <sm...@gm...> wrote: > Yes! There is a multidimensional array that enables indexing of the > smaller port (or the ability to have byte enables). > Yes that will be a problem :( There are a couple options: first, try and rework the example without the multidimension array. Second, you could use the user defined code and wrap the template. That would probably be the fastest and you would be able to still model the same logic in myhdl just not convert the multidim array. Regards, Chris |