Re: [myhdl-list] simulation coding vs conversion coding
Brought to you by:
jandecaluwe
From: Marcel H. <1he...@in...> - 2014-03-11 06:59:28
|
Hi Lars, > one=[Signal(intbv(0)[2:]) for k in range(2)] do this instead: > one, two = [Signal(intbv(0)[2:]) for k in range(2)] it should avoid your problem. Greetings |