ucb-bar/chiseltest

Use JNI to speed up performance of interfacing with simulators

edwardcwang opened this issue · 2 comments

ekiwi commented

We are using JNA now with Verilator. With JNI the problem is that it is tricky to load more than one simulation at a time into the JVM. There could be a way to further speed things up by essentially implementing our own JNA-lite. If anyone is interested in taking that on, please talk to me.