Java Optimized Processor: Difference between revisions
Appearance
Content deleted Content added
m added https://www.jopdesign.com/ url |
Lesjeej Tags: Reverted Mobile edit Mobile web edit |
||
Line 4: | Line 4: | ||
JOP is [[free hardware]] under the [[GNU General Public License]], [https://www.gnu.org/licenses/gpl-3.0.txt version 3]. |
JOP is [[free hardware]] under the [[GNU General Public License]], [https://www.gnu.org/licenses/gpl-3.0.txt version 3]. |
||
The intention of JOP is to provide a small hardware JVM for embedded real-time systems. The main feature is the predictability of the execution time of Java bytecodes. JOP is implemented over an [[Field-programmable gate array|FPGA]]. |
The intention of JOP is to provide a small hardware JVM for embedded real-time systems. The main feature is the predictability of the execution time of Java bytecodes. JOP is implemented over an [[Field-programmable gate array|FPGA]].head,as |
||
==See also== |
==See also== |
Revision as of 16:51, 31 July 2022
Java Optimized Processor (JOP)[1] is a Java processor, an implementation of Java virtual machine (JVM) in hardware.
JOP is free hardware under the GNU General Public License, version 3.
The intention of JOP is to provide a small hardware JVM for embedded real-time systems. The main feature is the predictability of the execution time of Java bytecodes. JOP is implemented over an FPGA.head,as
See also
References
- ^ Schoeberl, M. (2008). "A Java processor architecture for embedded real-time systems". Journal of Systems Architecture. 54 (1–2): 265–286. CiteSeerX 10.1.1.68.8757. doi:10.1016/j.sysarc.2007.06.001.
External links
- JOP website
- JOP Github repository
- A Video of a talk given at an embedded Java workshop introduces JOP.