Re: [myhdl-list] Floating Point MEP
Brought to you by:
jandecaluwe
From: Christopher L. <loz...@fr...> - 2012-04-26 12:37:03
|
On 4/26/12 2:26 AM, Jan Decaluwe wrote: > On 04/26/2012 12:05 AM, Christopher Lozinski wrote: >> >> Anyhow MyHDL does need the floating point modules. If I get them up >> and simulating correctly, then I am sure other newbies will start >> using them. Even without the conversion stuff. Anyone interested? > Wait a moment here, let's take a step back. You can perfectly > do event-driven system simulations with MyHDL using Python floats. > As I keep saying, modeling is intended to be completely general. > You can perfectly use floats or other Python types as the underlying > base type in a MyHDL signal. Today. > Thank you enormously. I did do a first draft of the code last night, not yet interpreting, but it is a bit of a tangle. By just using python floats in the simulation, it will all get much easier. I can simplify things hugely for the first release. Maybe that will also be easier to export than a hierarchical representation. Back to reading the source code. There is good documentation in the spec directory of the source code. -- Regards Christopher Lozinski Check out my iPhone apps TextFaster and EmailFaster http://textfaster.com Expect a paradigm shift. http://MyHDL.org |