Re: [myhdl-list] reusable blocks with different interfaces
Brought to you by:
jandecaluwe
From: Josy B. <jos...@gm...> - 2015-01-20 21:11:47
|
Christopher Felton <chris.felton <at> gmail.com> writes: > > <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 > > <snip> I'll start by publishing the VHDL code on github (which I do not seem to succeed, syncing via Dropbox seems a lot easier to me). Unfortunately I lost my 'pygol' project when clearing out Eclipse workspaces. But I'll redo that when we move further. Best regards, Josy |