[myhdl-list] hg rev 1105 : better support for mapping to case statements
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2010-07-05 13:09:07
|
I apologize for the lack of information up front. I updated to the latest tip to check out some of the changes. I ran into an issue. I believe it is related to the changes checked into revision 1105 (better support for mapping to case statements). I reverted back to 1104 and the issue didn't occur. The issue/error was an invalid casez statement (?). At least Icarus determined it invalid "error: Unable to bind wire/reg/memory `False' in". The previous versions converted the code to if/else statements with no errors. The failing code is part of the project posted http://www.myhdl.org/doku.php/users:cfelton:projects:usbp . When I have a little more time I can try and sandbox the problem to narrow the issue and/or provide an easy method to reproduce the problem. .chris |