Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

hardware implementation of JVM...urgent!!!!

Status
Not open for further replies.

shikhanshu

New Member
hi ppl...

i have my final year project of designing a hardware implementation of the java virtual machine using VHDL on altera's fpga...right now i am completely clueless about how to proceeed....can any1 help me out in any way????

i have about 2 months to finish the project and i havent even started it...

i hope u understand the purpose of the project : to design a processor that has the java bytecode as its native language (a processor to decode the bytecode)...

thanx...
 
uh...thanx for that enlightening piece of information...now could u give me some really helpful information??

any1...plz
 
first, understand the instructions that your chip can accept, then check the binary code of a JVM. At the doso prompt, type DEBUG followed by the JVM compiler. Then type U and press enter. You will see the first few bytes of code. These are instructions that the 8086 compatible CPU will process when JVM starts.

Now you need to convert these instructions, one-by-one to the VHDL chip you are working with, then create a hardware interface that can program the ROM, and hook the interface to your computer.

Programming experience is required in every case.

If the chip you are dealing with is an 8086, then life is 100% easier, because all you have to do is copy the code to the ROM without any conversion.

This is all I can say, since I don't use VHDL.

good luck
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top