hw/mips: implement ITC Storage - Bypass View
authorLeon Alrae <leon.alrae@imgtec.com>
Fri, 25 Mar 2016 13:49:34 +0000 (13:49 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Wed, 30 Mar 2016 08:14:00 +0000 (09:14 +0100)
commit25a611e3e4a560c034c942527c643dfc990c7491
treecd36f52c064b2a255c218b17808d4aab41d58940
parent40dc9dc3394d2796341aeda6cd14bac46ce24735
hw/mips: implement ITC Storage - Bypass View

Bypass View does not cause issuing thread to block and does not affect
any of the cells state bit.

Read from a FIFO cell returns the value of the oldest entry.
Store to a FIFO cell changes the value of the newest entry.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
hw/misc/mips_itu.c