Re: [myhdl-list] Floating Point MEP
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2012-04-26 07:27:10
|
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. A meaningful way of working would be to get the system simulations to work first, and then later on refine and use user-defined code etc. to get it to convert, if necessary. -- Jan Decaluwe - Resources bvba - http://www.jandecaluwe.com Python as a HDL: http://www.myhdl.org VHDL development, the modern way: http://www.sigasi.com World-class digital design: http://www.easics.com |