Re: [myhdl-list] intbv.signed()
Brought to you by:
jandecaluwe
From: Günter D. <dan...@we...> - 2008-07-25 07:17:07
|
Günter Dannoritzer wrote: > > The slice by itself will return a new intbv with min=0, max=16, > _nrbits=4. From that I would think that the .signed() would change the > range to min=-4, max=4. Just a quick correction, that should be min=-8, max=8. |