-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors for dana/smoke test #49
Comments
I went ahead and merged a fix for your first question above. The failure of the The Related to your second question... This is the expected behavior. The bare metal tests (in tests/smoke and tests/nets) will only provide visible output if they have a failing test (though it is far more likely that a failing test will show up as a hang). The easiest way to get output from those tests (when running on the emulator) is to enable the Verilog printfs. E.g., the usual "hello world" network test that I use is
We have a hacked up MNIST demo that uses |
These are very helpful comments which allow me deep dive on Dana. |
Hello seldridge,
#=== Run: emulator-rocketchip-DanaEmulatorConfig smoke/xfiles-dana-smoke-p-csr
*** FAILED *** (tohost = 2)
*** FAILED *** (code = 2, seed 1519650056) after 98224 cycles
#=== Run: emulator-rocketchip-DanaEmulatorConfig smoke/xfiles-dana-smoke-p-debug
*** FAILED *** (tohost = 4)
*** FAILED *** (code = 4, seed 1519650095) after 48021 cycles
#=== Run: emulator-rocketchip-DanaEmulatorConfig smoke/xfiles-dana-smoke-p-id
*** FAILED *** (tohost = 1)
*** FAILED *** (code = 1, seed 1519650096) after 93184 cycles
Could you give me a hint to debug this issue? Many thanks!
emulator-rocketchip-DanaEmulatorConfig nets/xfiles-dana-nets-p-xor-sigmoid-16i
The text was updated successfully, but these errors were encountered: