Re: [myhdl-list] Conversion error: Type mismatch with earlier assignment
Brought to you by:
jandecaluwe
From: Josy B. <jos...@gm...> - 2015-09-03 18:26:57
|
> 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. Can you share your code? I looked into the relevant section in the MyHDL code and then looked for a trace in my RTL code, but the situation where that error might occur is very rare. Regards, Josy |