Difference between revisions of "ICEJVM"

From ICE Enterprises
Jump to navigation Jump to search
(generates byte code for the ICE JVM on an FPGA)
 
(generates byte code for the ICE JVM on an FPGA)
 
Line 19: Line 19:
  
 
</pre>
 
</pre>
 +
 +
[[Category:ICE_Explain]]

Latest revision as of 15:19, 27 April 2020

generates byte code for the ICE JVM on an FPGA

<JCF>	 - Jave Class File (input)
<JLF>	 - Java Load File (output)

This command takes a Java byte code file and prepares it for the JVM on an ICE card.
It involves translating/verifying currently implemented commands to their FPGA codes
and resolving special variable names for communicating with the system bus and memory.

Switches:
  /PRE - Switch description
  /BOOT - Switch description
  /VERBOSE - Switch description
  /CORE - Switch description
  /MAXCODE - Switch description
  /MAXPOOL - Switch description
  /FLAGS - Switch description
  /IO - Switch description