stephen_usher wrote: 05 Dec 2022 19:43
Here are my results (64MB TT-RAM):
- ST536 TOS2.06 - 4 minutes 40 seconds.
- PAK/3 TOS3.06 - 23 seconds.
Just to note that the ST RAM test is similarly slow. with the PAK/3 TOS3.06 ROM taking only ~8 seconds to test 4MB.
I'm out of ideas what PAK is doing to speed up the test so much. Doesn't seem to make any odds PAKTOS on the ST536, if I turn caches on or off it makes no odds in TOS or firmware.
Still not sure how you got almost 5mins though. Mines always 2:25mins, but I get the same with PAK TOS.
I mean you are running the TF536 ? and on a normal ST ?
Does the PAK have DRAM or SRAM on it ?
Looking at ( I think ) the PAK030 cache logic.
Code: Select all
!ciin = a23 * a22 * a21 * a20 * a19 * a18 * !a17 'ROM
+ a23 * a22 * a21 * a20 * a19 * a18 * !a16 'ROM
+ a23 * a22 * a21 * !a20 * !a19 'ROM
+ !fc0 * !a23 * !a22 'RAM
+ !fc1 * !a23 * !a22; 'RAM
Not sure why FC in there for the RAM address. But I tried just caching ROM and STram and didn't make any odds with TOS. But I guess I could try with PAKTOS just to be sure.
EDIT:
Nope, PAKTOS & STram & ROM access only makes no odds either. :shrug: