Re: [myhdl-list] fixbv to current version of myhdl
Brought to you by:
jandecaluwe
From: Henry G. <he...@ca...> - 2015-05-02 16:27:29
|
On 02/05/15 16:47, Christopher Felton wrote: > On 5/2/15 8:55 AM, Edward Vidal wrote: >> >Chris, >> >Athttp://dev.myhdl.org/meps/mep-111.html >> >Limitations no resize (function yet). >> >Is this still true? > There is a resize function but it is not convertible > at this point. I can make a convertible version but > I didn't like how it worked out, been experimenting > with other methods. The existing resize function > can be used for modeling and testing at this point. > How does it work? I've been playing with the routines in flopoco (https://gforge.inria.fr/scm/?group_id=1030), which (among other nicely portable tools) has a nice tool for resizing - actually it's a zero counter and a shift left, so the essence of a resize. It's the next thing I'm going to be implementing so it would be great to combine effort on this. I'm not currently using fixbv, but a kind of meta type of an intbv and a separate exponent. Cheers, Henry |