From 02f76bae32e295bf1da04e38dfa12dfbc5832aec Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 9 Dec 2022 01:43:23 -0600 Subject: Implement CP15 ID register --- tb/sim/cpuid.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tb/sim/cpuid.py') diff --git a/tb/sim/cpuid.py b/tb/sim/cpuid.py index feb6b68..15c9529 100644 --- a/tb/sim/cpuid.py +++ b/tb/sim/cpuid.py @@ -1,2 +1,6 @@ def final(): - assert_reg(r0, 0x41018100); + assert_reg(r0, 0x41018100) + assert_reg(r1, 0x0310a10a) + assert_reg(r2, 0x00000000) + assert_reg(r3, 0x00000001) + assert_reg(r4, 0x00000000) -- cgit v1.2.3