Re: [myhdl-list] first attemp: failing in toVHDL conversion
Brought to you by:
jandecaluwe
From: Martín G. <ga...@gm...> - 2010-10-21 14:48:00
|
On Thu, Oct 21, 2010 at 4:25 AM, Jan Decaluwe <ja...@ja...> wrote: >> The FM said that a tuple of integer is part of the convertible subset, >> so... what's wrong? > > I believe the Notes are clear about the restrictions: > > - A MyHDL tuple of int is used for ROM inference, and can only be used in a very > specific way: an indexing operation into the tuple should be the rhs of an assignment. > > Jan That remember me this comic: http://www.dosisdiarias.com/2010/09/2010-09-09.html It says: "everybody is afraid of the tiny letter" Thanks Jan, now it works http://github.com/nqnwebs/pymips/blob/master/sandbox/exercise1.py I need to put my mind in the right 'HDL' way. |