[myhdl-list] Conversion tests failing
Brought to you by:
jandecaluwe
From: Henry G. <he...@ca...> - 2015-01-09 15:23:16
|
It seems that the conversion of interfaces stuff is failing on interfaces with more than one level. Specifically, test_two_analyze() and test_two_verify() in test/conversion/general/test_interfaces3.py are failing. I don't know if this is meant to be supported, but it's certainly failing at the analyze stage: myhdl.ConversionError: File /home/whg21/Projects/bitbucket/myhdl/myhdl/test/conversion/general/test_interfaces3.py, line 70: Object type is not supported in this context: z The problem seems to be that it's expecting a list of suitable arguments (Signals etc) and it encounters a class that itself contains the relevant type. Cheers, Henry |