You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More information.
When using -march=rv32imcxgap9, wait for the simulation hang and stop the simulation, last lines of regression_tests/sequential_bare_tests/seidel/build/trace_core_1f_0.log are:
When running tests from https://github.com/pulp-platform/regression_tests/
At least, I found 3 cases freeze forever:
And I use
sequential_bare_tests/seidel
to debug, the simulation hangs just before floating-point operations:Finally, I edited
rules/pulpos/targets/pulpissimo.mk
, use-march=rv32imfcxpulpv2
, and all the 3 cases run to the end.Original
I tried to use
-march=rv32imfcxvpulpv3
as pulp-platform/pulpissimo#183 , and encounter the same error:I checked
pulp-sdk
build bycd pulpissimo; make build-pulp-sdk
,-march=rv32imfcxpulpv2
is used for pulpissimo,-march=rv32imcxgap9
is used for vega.The text was updated successfully, but these errors were encountered: