Forum Discussion
Altera_Forum
Honored Contributor
10 years agoIs this the program you are talking about?
http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=4641456 In general, re-implementing software written in Python in Java shouldn't be very complicated, but it does require knowledge of both languages. And I don't think this task even needs any familiarity with VHDL itself. I'm not sure why you need VHDL and Java, but if you can get away with Verilog, you can always consider Chisel (which is built on Scala (which is built on Java)). From there, you ought to be able to cobble together the pieces to have a piece of Java that programmatically generates Verilog, if that's what you're trying to accomplish.