Welcome, Guest. Please login or register.

Author Topic: Interrupts: help with tests  (Read 2736 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Interrupts: help with tests
« on: May 26, 2005, 12:29:58 PM »
I will try after work today :-)
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Interrupts: help with tests
« Reply #1 on: May 26, 2005, 11:00:54 PM »
Done!

I also included some quick amigados scripts I wrote to run all the tests with each cache combination.

Whatever it is you are doing, the CIA2 version is way the fastest ;-)
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Interrupts: help with tests
« Reply #2 on: May 31, 2005, 11:37:29 AM »
I can't configure the number of waitstates, just wether there are any or not (for each CPU) and wether or not to use precharge (again for each CPU).

For best OS3.x performance I have found that 68K with no waitstates or precharge and PPC with no waitstates but with precharge works best.

Without precharge, the PPC seemed to be a little unstable. I should check that again actually, it might not have been the true cause.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Interrupts: help with tests
« Reply #3 on: May 31, 2005, 03:59:38 PM »
Quote

darkcoder wrote:

Instead it is just yes/no ?


I'm afraid so. The option is simply on/off for all the memory parameters.

Quote

How do you perform the configuration? boot-menu?


Yes, in the BPPC / CSPPC bootmenu (that you get when holding Esc). Once there you can go to the RAM settings and choose one of the following three options from a cycle gadget:

60ns / 70ns / Free Config

Unless you choose Free Config, the other options are ghosted out.

The remaining options are for Read Waitstate, Write Waitsate and Precharge (seperately settable for both 68K and PPC).

Basically all these options are simple on/off switches. You can't manually set any timings.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Interrupts: help with tests
« Reply #4 on: May 31, 2005, 05:50:18 PM »
Better still, make it appear to be a benchmark (timing the process). People always love outbenching other people :-D
int p; // A