Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Use JNI to speed up performance of interfacing with simulators #28

Closed
edwardcwang opened this issue Mar 15, 2019 · 2 comments
Closed

Use JNI to speed up performance of interfacing with simulators #28

edwardcwang opened this issue Mar 15, 2019 · 2 comments

Comments

@edwardcwang
Copy link
Member

See chipsalliance/chisel#798

@grebe
Copy link

grebe commented Apr 19, 2019

See also my chisel-testers WiP PR

@ekiwi
Copy link
Collaborator

ekiwi commented Aug 17, 2021

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.

@ekiwi ekiwi closed this as completed Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants