This website works better with JavaScript.
Explore
Register
Sign In
cores
/
microwatt
mirror of
https://github.com/antonblanchard/microwatt
Watch
3
Star
1
Fork
You've already forked microwatt
1
Code
Issues
Projects
Releases
Wiki
Activity
36297d35f8
microwatt
/
tests
/
test_misc.console_out
5 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a new misc test suite with addpcis tests The two tests obtain NIA with bl+mflr+addi and then compare it against addpcis with the minimum and maximum immediate operand values. They were also tested on a real POWER9 system (in userspace) for good measure. Signed-off-by: Shawn Anastasio <shawn@anastas.io>
5 years ago
Test 01:PASS
Test 02:PASS
tests: Add tests for the PVR The PVR is a privileged read-only SPR. Test reading and writing in both supervisor and problem state. In supervisor state reading returns microwatt's assigned PVR number and writing is a noop. In problem state both reading and writing cause privileged instruction interrupts. Signed-off-by: Jordan Niethe <jniethe5@gmail.com>
5 years ago
Test 03:PASS
Test 04:PASS