[LLVMdev] Python to VHDL using LLVM; was "Re: LLVMdev Digest, Vol 123, Issue 3"

Jevin Sweval jevinsweval at gmail.com
Tue Sep 2 10:53:28 PDT 2014


The only VHDL to LLVM project that I know of is nvc. [0] I haven't
tried it personally and from a cursory look through the source it
seems like there is a LLVM backend and a "native" backend (not sure
what that means). If you're really crazy you might want to see if you
could massage GHDL [1] (VHDL GCC frontend) + DragonEgg [2] (LLVM
backend for GCC) to get you LLVM IR.

I'm not sure about Python to LLVM. There was Unladen Swallow [3] but
that was abandoned a while ago.

Cheers,
Jevin

[0]: https://github.com/nickg/nvc
[1]: https://gna.org/projects/ghdl/
[2]: http://dragonegg.llvm.org/
[3]: https://code.google.com/p/unladen-swallow/wiki/ProjectPlan

On Mon, Sep 1, 2014 at 8:53 PM, David Blubaugh
<davidblubaugh2000 at yahoo.com> wrote:
> Has anyone ever did a python to LLVM to IR to VHDL compiler ???   Has anyone
> used LLVM to ultimately create a Python to VHDL compiler ???
>
> Thanks,
>
>
> David Blubaugh
>



More information about the llvm-dev mailing list