IAS:
Stack Cache Operations


The stack cache is a 64 entry register file which caches the top few entries of the operand stack.

Rules

These conditions must be true at ALL times about the S-Cache, both in the RTL, and in the IAS model:

Usage

The commands scache on or off and cache on or off control the enabling of the S-Cache and D-Cache and I-Cache respectively inside IAS. You can enable or disable them independently of each other. The default is scache on and dcache off.

You can completely disable the S-Cache operation in IAS by setting scache off. This makes the instructions operate directly on the program stack in memory through the D-Cache, if it is enabled.

IAS


Copyright © 1999 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, CA 94303-4900 USA. All rights reserved.

Last modified 24-March-1999