How create a dll file in VHDL?
How could I create a ".dll" file written in VHDL to use it in another programe written in Delphi or C (for example)?
Is it posible? how?
Thankssss!!!!!!!
Is it posible? how?
Thankssss!!!!!!!
0
Comments
I don´t know yet what kind of compiler I'm gonna to use, because I just want to know if it was possible to "include" a VDHL programme in a more general Delphi programme.
But to have an idea, I supose that I'll use Xilinx WebPack, because I have used it at the Faculty.
I don't know if now it will be easier to answer or solve mi problem.
Thanks a lot!!
I may be mistaken though. Could you give me a better idea of what you are trying to do.
Yes, I know that VHDL is a Descriptiopn Language, but I think that is posible to simulate de VHDL code without implementing in a real circuit. I mean, that you can execute VHDL code and obtain results just using the computer.
May be I am wrong and the idea I have is not posible, but I want to "include" or to use a VHDL code in a bigger Delphi code: translating VHDL language into Pascal (Delphi is an Object Pascal Language), like VHDL-2-Delphi; or accesing to VHDL code using DLL or sthing like this.
I want to model different circuits and electric machines, but I'll start with R, L,... and I don't know how to do it with Delphi, but yes with VHDL-AMS (a VHDL's branch or sepecific application language based in VHDL).
Thanks to two!