[myhdl-list] first attemp: failing in toVHDL conversion
Brought to you by:
jandecaluwe
From: Martín G. <ga...@gm...> - 2010-10-21 06:10:58
|
Hi there. a few days ago I said here I would be bothering for a while, but really I've just got some time to learn MyHDL. With more mimic from the manual than deep understanding I made a first exercise . http://github.com/nqnwebs/pymips/blob/d669d4f460d7f59286a9d1a6974570c3adbbda2b/sandbox/exercise1.py And the good thing: seems to work! But when I tried to get a VHDL version it fails. The problem is the line 17. For example, returning always False from that function, the conversion works. The FM said that a tuple of integer is part of the convertible subset, so... what's wrong? thanks in advance PS: I'm a very newbie at all, but myhdl rulez! |