Recently, I am planning to accelerate JAVA program on
FPGA-based System. Due to the special characteristics of JAVA
platform, one key point is how to access the lowest level
resources (like CPU or peripherals' registers) in JAVA . It
is clear that owe to the limit of JVM, it is hard for JAVA
API to access such native resources. However, JAVA also
provides some mechanisms like JNI (Java Native Interface), JNA
(Java Native Access, an update version of JNI) to do such ...
阅读全文>>