Deleted user
Deleted user
Thanks for looking into this! Unfortunately the project i ran into this issue with, is no longer active and so i can not check with a recent release! Sorry!
you can check out this tool https://github.com/knrredhelmet/paraminer
Can you share more detail on it? Command line logs etc. Anything related to it. Especially the commands you used to run it.
Try adding the rv64uv prefix if you are doing some stuff manually like this: bin/ara-vxor.ideal ---> bin/ **rv64uv-** ara-vxor.ideal
In ara/hardware, you need to run this: make simv app=*name of your elf* The elf, if compiled properly using make targets in ara/apps should be present in ara/apps/bin/ Try using...
If you are talking about the waveform you need to make verilate with trace=1 and waveform will be generated whenever you set the trace flag while doing make simv ......
Not sure about the "ideal dispatcher" but the whole hierarchy is traced when you set the flag. Scalar core etc. And everything is recorded ..
we're facing the same issue after upgrading to `1.24.0`
@jaellio I captured these logs in case they help Click to expand logs ``` istio-system/istio-cni-node:install-cni — istio-cni-node-bsd6q -A OUTPUT -j ISTIO_OUTPUT istio-cni-node-bsd6q -A ISTIO_PRERT -m mark --mark 0x539/0xfff -j CONNMARK...
maybe we should new instance. it work well in my case. ```javascript function f2(){ Java.perform(function() { var cls_String = Java.use("java.lang.String"); var str = cls_String.$new("fake_string_for_newIntance");//这点很重要 str.equals.implementation = function (anObject) { var...