Re: [myhdl-list] Would MyHDL work ok with math libraries & science librariess to make verilog modul
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2010-08-11 20:38:53
|
You cannot do what you are asking with MyHDL. MyHDL is still an RTL. You can not take arbitrary python and turn it into hardware. All the tools and libs can be used for simulation but not for synthesizing hardware. .chris On Aug 11, 2010 3:34 PM, "joshua wojnas" <jo...@gm...> wrote: > Would MyHDL work ok with math libraries & science librariess to make > verilog modules that could be schematic symbols in xilinx scematic > designer? > > In other words I create a block of code simple as possible in the > sence of copy the library example > > this is c I am new to python > > int y=0; > int x=0; > x=cos(y); > > or some other math function ... > > x=pi*2 *y > > so then they could be used in parrellel in the schematic design > documenting and creating larger systems. > > I seen their was a example that calculated cos some other way... but > why not use libraries allready created. I am bringing this up because > I am not as good with math as some libraries that are allready their > in python. > > A tutorial taking a simple python program calculator and turning it > into hardware would be great. > > -- > thanks for your time, > Joshua Wojnas > 315 5071070 > My webpages on electronics > ... comming soon > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list |