* Added more PKE unit tests. Coverage now at 90%.
* t-pke3.trc: Added FLUSH* / PKEMS* tests.
This commit is contained in:
parent
6cc922a988
commit
48c7100eba
2 changed files with 46 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Mar 2 18:54:26 1998 Frank Ch. Eigler <fche@cygnus.com>
|
||||
|
||||
* t-pke3.trc: Added FLUSH* / PKEMS* tests.
|
||||
|
||||
Fri Feb 27 16:53:29 1998 Frank Ch. Eigler <fche@cygnus.com>
|
||||
|
||||
* Makefile.in (*): Changes now allow test case srcdir != objdir.
|
||||
|
|
|
@ -431,4 +431,45 @@
|
|||
! 0x10003d50 0x00000000
|
||||
! 0x10003d60 0x00000000
|
||||
! 0x10003d70 0x00000000
|
||||
#
|
||||
#
|
||||
#
|
||||
# ---- FLUSH/FLUSHE/FLUSHA & CALL/CALLF/CONT ----
|
||||
#
|
||||
# Load a bunch of NOP[e]/NOP instructions into the VU
|
||||
# 0x000002ff_8000033c == NOP NOP
|
||||
# 0x400002ff_8000033c == NOP[e] NOP
|
||||
# MPG 10 instructions
|
||||
1 0x4a0a0000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x000002ff_8000033c_000002ff_8000033c 0x00000000 ....
|
||||
1 0x000002ff_8000033c_000002ff_8000033c 0x00000000 ....
|
||||
1 0x000002ff_8000033c_400002ff_8000033c 0x00000000 ....
|
||||
1 0x400002ff_8000033c_000002ff_8000033c 0x00000000 ....
|
||||
1 0x400002ff_8000033c_000002ff_8000033c 0x00000000 ....
|
||||
# Start VU; FLUSH
|
||||
1 0x10000000_14000000_00000000_00000000 0x00000000 PPPP
|
||||
# Send a few more NOPs to let VU get to first END
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
# Assert VU is in idle state
|
||||
? 0x110073d0 0x00000000 0x00000200
|
||||
# Resume/run/run/resume to check stall logic in PKEMSCNT/PKEMSCALF/PKEMSCAL
|
||||
1 0x13000000_14000000_11000000_15000000 0x00000000 PPPP
|
||||
1 0x00000000_15000000_14000000_17000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
1 0x00000000_00000000_00000000_00000000 0x00000000 PPPP
|
||||
# Assert VU is in idle state
|
||||
? 0x110073d0 0x00000000 0x00000200
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue