Re: [myhdl-list] Re: Feedback request on decorators in MyHDL
Brought to you by:
jandecaluwe
From: Tom D. <td...@di...> - 2005-11-04 19:30:50
|
Jan, We use Aldec Riviera with MyHDL. It works great. Also, Riviera supports VHPI. You can get an evaluation version of Riviera if that helps to get the VHDL support done. One thought on VHDL support, we (and I'm sure there are others) would like to help write the toVHDL module. My problem is I don't know where to start or what really needs to be done. What could be used from toVerilog and so on. Maybe we could figure out how to break the design up into some pieces that a few of us could tackle to get toVHDL done? Unfortunately (my opinion) VHDL is very popular in FPGA designs and I would say 75% of our clients either prefer or require we deliver VHDL. Tom Jan Decaluwe wrote: > bedros wrote: > >> great work Jan, I've not touched Myhdl in over a year, >> and I'm very impressed with how you use decorators in >> MyHDL. it makes Myhdl very similar to a real RTL. >> >> ease of use is very important to attract developers, >> and it seems you're going in the right direction. >> >> what's holding me back from using it is the fact that >> I can't integrate it with VHDL code. What's the >> status of VHPI interface? > > > Not even thought about it :-) > > Is VHPI actually used? By which simulator? > > At some point I considered to do a modelsim interface > in their proprietary interface, because I thought that > was the most popular C-interface. But for various reasons > (such as changing MyHDL priorities), I haven't started this. > Also, I fear there might be legal issues if I develop > something in a proprietary API without even owning > a modelsim license. > > In Verilog, I have at least 2 options to develop a vpi > interface with an open source simulator. I still don't know about > an open-source VHDL solution with a vpi-like support. > Without that, it's going to be hard. Moreover, one could > argue that this means that the need is just not there. > >> Any updates on simulators for myhdl? > > > I used cver and Icarus, and I know people are using > Modelsim Verilog also. > > Regards, Jan > > |