Jevin Sweval
2014-Sep-02 17:53 UTC
[LLVMdev] Python to VHDL using LLVM; was "Re: LLVMdev Digest, Vol 123, Issue 3"
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 >
Reid Kleckner
2014-Sep-02 20:16 UTC
[LLVMdev] Python to VHDL using LLVM; was "Re: LLVMdev Digest, Vol 123, Issue 3"
On Tue, Sep 2, 2014 at 10:53 AM, Jevin Sweval <jevinsweval at gmail.com> wrote:> I'm not sure about Python to LLVM. There was Unladen Swallow [3] but > that was abandoned a while ago. >This won't help the OP target VHDL, but there are a few people working on Pyston: https://codereview.chromium.org/536483002/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140902/7e547b8b/attachment.html>
Reid Kleckner
2014-Sep-02 20:58 UTC
[LLVMdev] Python to VHDL using LLVM; was "Re: LLVMdev Digest, Vol 123, Issue 3"
On Tue, Sep 2, 2014 at 1:16 PM, Reid Kleckner <rnk at google.com> wrote:> On Tue, Sep 2, 2014 at 10:53 AM, Jevin Sweval <jevinsweval at gmail.com> > wrote: > >> I'm not sure about Python to LLVM. There was Unladen Swallow [3] but >> that was abandoned a while ago. >> > > This won't help the OP target VHDL, but there are a few people working on > Pyston: https://codereview.chromium.org/536483002/ >The link should be https://github.com/dropbox/pyston. Grumble grumble first-day-of-the-week email... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140902/d22fd051/attachment.html>