Re: [myhdl-list] fixbv to current version of myhdl
Brought to you by:
jandecaluwe
From: Jose M. G. C. <ch...@gm...> - 2015-05-01 21:17:07
|
Dear all, I have created a series of new types that allow to work with fixed point and is compatible with the fixed point from VHDL. I am still working on it, but it is presently compatible with GHDL, vcom and symplify. I have not published it before because it uses a new base class, bitarray. I have also created classes for the signed and unsigned types. It still requires some tunning, because it is slower than intbv, as it is fully object oriented, which adds some overhead. I do not know how to proceed as the number of changes is quite large. And I wanted to discuss it before hand, but as I saw this mail, I thought it could be useful. In brief, the package is in git, under the user jmgc, fork numeric. And Jan, if you think it can be added to myhdl, please, tell me how I shall proceed. Just a last comment, I have not made a Verilog version because I lack the knowledge. But it should not be difficult to make functions that provide this functionality. There is a group of functions in opencores that can serve as a base. Best regards, Jose M. > El 01/05/2015, a las 21:36, Edward Vidal <dev...@sb...> escribió: > > Hello all, > I need Chris's fixbv in myhdl current 6afefa 04/28/15. > What is the preferred method to add fixbv support? > I have _fixbv.py from an older version. This wants to import from _intbv import intbv & from _simulator import now. > Are these the only files that I need in my current working directory? > Is fixbv going to be added sometime soon? > > Edward Vidal Jr. > e-mail dev...@sb... > 915-595-1613 > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list |