Show simple item record

dc.contributor.advisorDavoudi, Ali
dc.contributor.advisorLevine, David
dc.creatorJoshi, Omkar
dc.date.accessioned2017-02-14T16:27:55Z
dc.date.available2017-02-14T16:27:55Z
dc.date.created2016-12
dc.date.issued2016-12-08
dc.date.submittedDecember 2016
dc.identifier.urihttp://hdl.handle.net/10106/26423
dc.description.abstractJava, a programming language developed by Sun Microsystems in 1991, now managed by Oracle, has become one of the most popular computer languages for application development. This popularity can be credited to Java being architectural neutral and portable. It means that a Java program executed on any computer will yield the same result, irrespective of the underlying hardware. When a Java program is compiled it creates a Java class file. The class file contains instructions known as Bytecodes, which are executed by the Java Virtual Machine (JVM). The JVM is an abstract processor, which interprets and translates the bytecodes into instructions for the native processor. The process of interpretation, along with functionality such as dynamic linking, Just-in-time compilation and on demand class loading, makes the execution of a Java application slower than compiled programs. In order to speed up this execution of the Java program, this project has developed a processor for which the bytecodes are the native instructions. This eliminates the time spent on interpretation and translation. Also, with the implementation of the Java Machine, certain run-time dependencies can be eliminated by pre-processing the class file, before loading it into the memory of the processor. By developing the processor on a Field Programmable Gate Array (FPGA), the Java Machine can be kept up to date with the newest Java standards even after it is installation in the field. The FPGA processor can also be optimized to specific applications by adding application specific hardware modules to speed up the processing.
dc.format.mimetypeapplication/pdf
dc.language.isoen_US
dc.subjectFPGA
dc.subjectJava Virtual Machine
dc.subjectJava processor
dc.titleIMPLEMENTATION OF A JAVA PROCESSOR ON A FPGA
dc.typeThesis
dc.degree.departmentElectrical Engineering
dc.degree.nameMaster of Science in Electrical Engineering
dc.date.updated2017-02-14T16:27:55Z
thesis.degree.departmentElectrical Engineering
thesis.degree.grantorThe University of Texas at Arlington
thesis.degree.levelMasters
thesis.degree.nameMaster of Science in Electrical Engineering
dc.type.materialtext


Files in this item

Thumbnail


This item appears in the following Collection(s)

Show simple item record