Re: [myhdl-list] reusable blocks with different interfaces
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-01-20 15:09:48
|
<snip> > A practical example: Once there was this site 'All Programmable Planet'. A > blog/thread was about the 'Game Of Life'. Out of curiosity I coded a VHDL > version of it. I used, of course, a (true) 2D array to represent the cells. > I later re-coded this in MyHDL and as MyHDL suffers from Verilogitis (I > deliberately make it sound like a disease) I had to recode it into a 1D > array, otherwise it would not convert. This is an important (IMO) topic, that is multidimensional array representation and abstractions. A separate thread just on this topic might be useful - especially given your experience and example. Regards, Chris |