[myhdl-list] Conversion error: Type mismatch with earlier assignment
Brought to you by:
jandecaluwe
From: Guy E. <guy...@gm...> - 2015-09-03 11:29:23
|
Hi, I wonder whether it would be possible to make error messages like the following one a bit more verbose: myhdl.ConversionError: in file E:\Projects\XXX\XXX\hg_hw\python\byte_align_resumable.py, line 58: Type mismatch with earlier assignment: out_byte_idx_v Maybe print a list of the earlier assignments, along with the corresponding type information. That could make debugging such issues a bit easier. Regards, Guy. |