Welcome, Guest. Please login or register.

Author Topic: A4000 - should I use only CHIP RAM SIMM?  (Read 1628 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline BetelgeuseTopic starter

  • Jr. Member
  • **
  • Join Date: Dec 2005
  • Posts: 99
    • Show only replies by Betelgeuse
A4000 - should I use only CHIP RAM SIMM?
« on: October 30, 2012, 05:47:34 PM »
I have a couple of A4000s around and both of them have a CSMKII in them with loads of RAM. I think one of the Amigas, maybe both, have fully populated main board SIMM sockets. Should I remove those SIMMs and just leave the CHIP SIMM in or it makes no real difference in overall performance?
Betelgeuse,
aka Armpit of the Giant

\\"I Am Become Death, The Destroyer of Worlds!\\"
 

Offline alexh

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 3644
    • Show only replies by alexh
    • http://thalion.atari.org
Re: A4000 - should I use only CHIP RAM SIMM?
« Reply #1 on: October 30, 2012, 06:11:02 PM »
AFAIK the Amiga system has memory priorities. You can configure (or perhaps the drivers configure) priority. Putting accelerator fast memory over motherboard fast memory.
 

Offline BuzzBrain

  • Full Member
  • ***
  • Join Date: Feb 2006
  • Posts: 133
    • Show only replies by BuzzBrain
Re: A4000 - should I use only CHIP RAM SIMM?
« Reply #2 on: October 30, 2012, 06:38:41 PM »
Quote from: alexh;713297
AFAIK the Amiga system has memory priorities. You can configure (or perhaps the drivers configure) priority. Putting accelerator fast memory over motherboard fast memory.


Are you sure about this?

I was told that the cyberstorm logic assigned the burst mode ram on the cyberstorm before the memory on the mainboard.

But I guess the memory timing/cycles for the cpu (040/060) would bee slower if you have simms in the mainboard.

I'm sure someone correct me, if this is total bull...
------------------A M I G A----------------------
AmigaOne G3, 512MB Ram, 80GB HD, OS4.0
Pegasos II G4, 1GB Ram, 200GB HD MorphOS 2.2
A4000D PPC@233/060@50, 128MB Ram G-REX, Plus++
A4000T PPC@200/060@50, 128MB Ram Mediator, Plus++
Plus +++++++++++...
 

Offline alexh

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 3644
    • Show only replies by alexh
    • http://thalion.atari.org
Re: A4000 - should I use only CHIP RAM SIMM?
« Reply #3 on: October 30, 2012, 06:52:32 PM »
The CPU is not connected directly to the RAM. Not on the motherboard and not on an accelerator.

They are connected to a memory controller and not the same memory controller either. The Amiga motherboard has a DRAM controller called Ramsey and the accelerator has its own memory controller.

Accesses to particular addresses will have different timing. Accesses to motherboard fast RAM will typically be slower. However just having memory on the motherboard will not affect overall memory speed UNLESS it is being used.

But it wont normally be used because AFAIK on the Amiga memory is not in a general pool. Address ranges have priorities and accelerator memory will have a higher priority.
« Last Edit: October 30, 2012, 06:56:03 PM by alexh »
 

Offline Zac67

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 2890
    • Show only replies by Zac67
Re: A4000 - should I use only CHIP RAM SIMM?
« Reply #4 on: October 30, 2012, 07:01:39 PM »
Amiga memory nodes are prioritized, MEMF_FAST or MEMF_ANY will always get allocated from the fastest (=highest priority) pool.
So, slower mainboard RAM will not slow you down unless you run out of accelerator RAM - which would throw an error if mainboard RAM isn't available (MEMF_FAST) or would allocate even slower chipmem (MEMF_ANY).
 

Offline Matt_H

Re: A4000 - should I use only CHIP RAM SIMM?
« Reply #5 on: October 30, 2012, 11:15:02 PM »
This fine tool will report and allow you to change the memory priorities of different blocks of RAM.

On my 4000T, at least, the CSMK3/PPC RAM has the highest priority by default.