KR20000025609A - Cash structure having changeable line size - Google Patents

Cash structure having changeable line size Download PDF

Info

Publication number
KR20000025609A
KR20000025609A KR1019980042761A KR19980042761A KR20000025609A KR 20000025609 A KR20000025609 A KR 20000025609A KR 1019980042761 A KR1019980042761 A KR 1019980042761A KR 19980042761 A KR19980042761 A KR 19980042761A KR 20000025609 A KR20000025609 A KR 20000025609A
Authority
KR
South Korea
Prior art keywords
cache
line size
register
tag
cash
Prior art date
Application number
KR1019980042761A
Other languages
Korean (ko)
Other versions
KR100314001B1 (en
Inventor
나명수
Original Assignee
구자홍
엘지전자 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 구자홍, 엘지전자 주식회사 filed Critical 구자홍
Priority to KR1019980042761A priority Critical patent/KR100314001B1/en
Publication of KR20000025609A publication Critical patent/KR20000025609A/en
Application granted granted Critical
Publication of KR100314001B1 publication Critical patent/KR100314001B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0877Cache access modes
    • G06F12/0886Variable-length word access
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0844Multiple simultaneous or quasi-simultaneous cache accessing
    • G06F12/0853Cache with multiport tag or data arrays
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30098Register arrangements

Abstract

PURPOSE: A cash structure with the changeable line size is provided to effectively obtain maximum hit ratio under any program by changing the line size according to the space or the time characteristic of the program. CONSTITUTION: A cash structure comprises a line size controlling part(100), a tag register(101, 102), a comparing part(103, 108), a register(104), a shift register(105, 106), a subtracting and adding part(107), a n and gate(NAND1), and an and gate(AND1). The tag register(101, 102) memorizes and shifts the cash address which is sequentially accessed from the tag memory(30). the comparing part(103) compares the tag stored at the tag register(102, 101). The register(104) stores the number of cash which synchronizes with the latch enable signal. The shift register(105, 106) stores the cash miss signal occurring at the cash controller. After passing through the NAND gate(104) and adding part, the information stored in the register(104) is compared at the comparing part. The comparing part outputs line size signal to cash controller.

Description

가변 라인사이즈를 가지는 캐시구조Cache structure with variable line size

본 발명은 가변 라인사이즈를 가지는 캐시구조에 관한 것으로, 특히 시간에 따라 또는 실행되는 응용 프로그램의 특성에 따라 유효 라인사이즈(effective line size)를 결정하여 최적의 힛트율을 얻을 수 있는 가변 라인사이즈를 가지는 캐시구조에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a cache structure having a variable line size. In particular, the present invention relates to a variable line size for determining an effective line size according to a time or a characteristic of an executed application. The branch is about the cache structure.

종래의 캐시 구조는 태그(tag) 메모리, 캐시 메모리, 캐시 컨트롤러로 구성된다. 여기서, 태그 메모리는 씨피유가 주 메모리를 읽기위해 어떤 주소를 내보내면 주 메모리의 내용이 동시에 캐시에 복사되어 다음에 똑같은 주소를 호출하면 이에 해당하는 캐시가 읽어지고, 또 같은 주소가 참조되어 있는지를 알기 위해 상기 주소값을 저장하기 위한 메모리다.The conventional cache structure consists of a tag memory, a cache memory, and a cache controller. Here, tag memory is used to see if CPI is sending an address to read main memory, and the contents of main memory are copied to the cache at the same time, and the next time the same address is called, the corresponding cache is read and the same address is referenced. Memory for storing the address value to know.

또한, 캐시 컨트롤러는 요구된 메모리 주소의 태그 필드(tag_field)와 태그 메모리에서 출력되는 태그값을 비교하기 위한 로직과 캐시미스(cache miss)의 경우 기억장소(memory location)의 내용을 페치(fetch)하여 캐시 메모리에 저장할 수 있도록 하는 등의 제어를 하는 것이고, 캐시 메모리는 주기억 장치로 사용되는 메모리보다 상대적으로 빠른 속도의 램을 이용하여 그곳에 씨피유가 처리한 명령을 저장했다가 다시 그 명령을 읽을 경우 주메모리가 아닌 캐시를 읽음으로서 처리 속도를 향상시킨다.The cache controller also fetches the contents of the memory location in the case of cache misses and logic for comparing the tag field (tag_field) of the requested memory address with the tag value output from the tag memory. To store it in the cache memory, and the cache memory uses RAM that is relatively faster than the memory used as the main memory, and stores the command processed by CPI there and reads the command again. Speed up processing by reading cache rather than main memory.

한편, 라인사이즈(line size)는 캐시미스시 메모리로 부터 데이터를 읽어 들일 경우 씨피유가 요구한 데이터뿐만 아니라 그 데이터를 포함하는 일정한 크기의 메모리 블록을 함께 읽어오는 것으로, 이 라인사이즈가 클 경우 공간적인 액세스 특성(spatial locality, 이하 공간특성)이 큰 데이터 액세스시 높은 힛트율(hit ratio)을 나타내게 된다.On the other hand, when the data is read from the memory at the time of cache miss, the line size reads not only the data requested by CPI but also a fixed size memory block including the data. Spatial locality (hereinafter, referred to as spatial characteristics) exhibits a high hit ratio for large data accesses.

또한, 시간적인 액세스 특성(temporal locality, 이하 시간특성)이 큰 데이터 액세스의 경우는 캐시사이즈가 커짐에 따라 같은 라인사이즈에서 캐시미스가 빈번하게 생길 가능성이 큰데 이를 보완하기 위해 세트-어소시어티브(set associative) 캐시 구조를 사용하게 된다.In addition, in case of data access having a large temporal locality (temporal locality), as the cache size increases, there is a high possibility that a cache miss frequently occurs at the same line size. set associative) cache structure.

한편, 캐시사이즈가 일정하다고 할 때, 라인사이즈가 크면 공간특성이 큰 데이터 액세스에서 높은 힛트율을 나타내며, 라인사이즈가 작으면 시간특성이 큰 데이터 액세스에서 높은 힛트율을 나타낸다.On the other hand, when the cache size is constant, a large line size indicates a high hit rate in a data access having a large spatial characteristic, and a small line size shows a high hit rate in a data access having a large temporal characteristic.

따라서, 캐시 구조를 설계할 경우 그 시스템에서 나타나는 일반적인 데이터 액세스 패턴을 미리 관찰하여 최적의 라인사이즈를 결정하게 된다. 그러나 실행되는 응용 프로그램의 데이터 액세스 패턴은 각 응용 프로그램마다 다르며 따라서 결정된 라인사이즈는 모든 응용 프로그램에서 최적의 값일 수 없다.Therefore, when designing a cache structure, the general data access pattern of the system is observed in advance to determine the optimal line size. However, the data access pattern of the running application is different for each application, so the determined line size may not be optimal for all applications.

이와 같이, 상기 종래의 기술에 있어서는 캐시의 라인사이즈가 고정되어 있어 응용 프로그램의 특성에 따라 캐시의 힛트율이 변하게 되고, 특히 큰 공간특성을 가지는 응용 프로그램의 경우 빈번한 캐시미스를 유발하게 되는 문제점이 있었다.As described above, in the conventional technology, the cache line size is fixed, and the cache rate of the cache is changed according to the characteristics of the application. In particular, an application having a large spatial characteristic causes frequent cache misses. there was.

따라서, 본 발명은 상기와 같은 종래의 문제점을 해결하기 위하여 창출한 것으로, 실행되는 응용 프로그램의 시간특성이나 공간특성에 따라 라인사이즈를 변하게 하여 어떤 프로그램을 실행해도 최적의 힛트율을 얻을 수 있도록 하는 가변 라인사이즈를 가지는 캐시구조를 제공 하는데 그 목적이 있다.Therefore, the present invention was created to solve the above-mentioned conventional problems. The line size is changed according to the temporal and spatial characteristics of the application program to be executed so that the optimal bit rate can be obtained by executing any program. The purpose is to provide a cache structure having a variable line size.

도1은 본 발명에 의한 가변 라인사이즈를 가지는 캐시구조를 보인 개략적인 블록도.1 is a schematic block diagram showing a cache structure having a variable line size according to the present invention.

***도면의 주요 부분에 대한 부호의 설명****** Description of the symbols for the main parts of the drawings ***

100 : 라인사이즈 제어부 101,102 : 태그 레지스터100: line size control unit 101,102: tag register

103 : 비교부 104 : 레지스터103: comparison unit 104: register

105,106 : 시프트 레지스터 107 : 덧셈/뺄셈부105,106: shift register 107: addition / subtraction part

108 : 비교부 XOR1 : 배타적 오아 게이트108: comparison unit XOR1: exclusive ora gate

AND1 : 앤드 게이트 NAND1 : 낸드 게이트AND1: AND gate NAND1: NAND gate

이와 같은 목적을 달성하기 위한 본 발명의 구성은, 캐시 컨트롤러와 캐시 메모리 및 태그 메모리로 구성된 캐시 구조에 있어서, 연속적인 캐시미스가 발생 되는지를 판단하여 캐시의 라인사이즈를 변경시키는 라인사이즈 제어부를 더 포함하여 구성함으로써 달성되는 것으로, 본 발명에 따른 실시예를 첨부된 도면을 참조하여 상세히 설명하면 다음과 같다.The configuration of the present invention for achieving the above object, in the cache structure consisting of a cache controller, a cache memory and a tag memory, further comprises a line size control unit for determining whether a continuous cache miss occurs to change the line size of the cache It is achieved by the configuration including, when described in detail with reference to the accompanying drawings an embodiment according to the present invention.

도1은 본 발명에 의한 가변 라인사이즈를 가지는 캐시구조를 보인 개략적인 블록도로서, 이에 도시한 바와 같이 캐시 컨트롤러(10)와 캐시 메모리(20) 및 태그 메모리(30)로 구성된 캐시 구조에 있어서, 연속적인 캐시미스가 발생 되는지를 판단하여 캐시의 라인사이즈를 변경시키는 라인사이즈 제어부(100)를 더 포함하여 구성 한다.1 is a schematic block diagram showing a cache structure having a variable line size according to the present invention. As shown in FIG. 1, a cache structure including a cache controller 10, a cache memory 20, and a tag memory 30 is illustrated. It further comprises a line size control unit 100 for determining a continuous cache miss occurs to change the line size of the cache.

여기서, 상기 라인사이즈 제어부(100)는 태그 메모리(30)로 부터 연속하여 액세스되는 캐시 주소의 태그를 기억하고 시프트시키는 태그 레지스터(101,102)와; 상기 태그 레지스터(101,102)에 저장되어 있는 태그를 서로 비교하는 비교부(103) 및 배타적 오아 게이트(XOR1)와; 상기 비교부(103)와 배타적 오아 게이트(XOR1)의 출력을 앤드 조합하여 래치 인에이블 신호(LE)를 출력하는 앤드 게이트(AND1)와; 상기 래치 인에이블 신호에 동기하여 연속되는 캐시미스의 횟수를 저장하는 레지스터(104)와; 캐시 컨트롤러(10)에서 발생하는 캐시미스 신호(MISS)를 저장하기 위한 시프트 레지스터(105,106)와; 상기 시프트 레지스터(105,106)를 낸드 조합하여 덧셈/뺄셈 신호(A/S)를 출력하는 낸드 게이트(NAND1)와; 상기 낸드 게이트(NAND1)에서 출력하는 덧셈/뺄셈 신호(A/S)에 따라 레지스터(104)의 값에 1을 더하거나 빼는 덧셈/뺄셈부(107)와; 상기 레지스터(104)에 저장되어 있는 내용을 임의의 상위 기준값(UT : Upper Threshold)과 하위 기준값(LT : Lower Threshold)으로 비교하여 캐시 컨트롤러(10)에 라인사이즈 신호(LS)를 출력하는 비교부(108)로 구성된 것으로, 이와 같이 구성한 본 발명의 동작 및 작용을 설명한다.Here, the line size control unit (100) includes a tag register (101, 102) for storing and shifting a tag of a cache address continuously accessed from the tag memory (30); A comparison unit (103) and an exclusive OR gate (XOR1) for comparing the tags stored in the tag registers (101, 102) with each other; An AND gate AND1 for outputting the latch enable signal LE by AND combining the output of the comparison unit 103 and the exclusive OR gate XOR1; A register (104) for storing the number of consecutive cache misses in synchronization with the latch enable signal; Shift registers 105 and 106 for storing a cache miss signal MISS generated in the cache controller 10; A NAND gate NAND1 for NAND combining the shift registers 105 and 106 to output an add / subtract signal A / S; An addition / subtraction unit 107 for adding or subtracting 1 to the value of the register 104 according to the addition / subtraction signal A / S output from the NAND gate NAND1; A comparator for outputting a line size signal LS to the cache controller 10 by comparing the contents stored in the register 104 to an arbitrary upper threshold value (UT: Upper Threshold) and a lower threshold value (LT: Lower Threshold). The operation and operation of the present invention configured as described above, which is constituted by 108, will be described.

일단, 씨피유(40)가 처리하고자 하는 메모리의 주소를 캐시 컨트롤러(10)에 요구하게 되면 캐시 컨트롤러(10)는 이 요구에 의해 캐시 메모리(20)와 그에 해당하는 태그 메모리(30)를 액세스하기 위해 상기 주소를 어드레스 버스에 싣게 된다.Once the CAPI 40 requests the cache controller 10 for the address of the memory to be processed, the cache controller 10 accesses the cache memory 20 and the corresponding tag memory 30 by this request. The address is loaded onto the address bus.

이에 따라 태그 메모리(30)에서는 상기 캐시 컨트롤러(10)가 요청한 어드레스를 태그 버스로 출력하게 되며, 캐시 컨트롤러(10)는 이 태그 버스의 내용과 씨피유(40)가 요구한 메모리 번지의 태그 필드를 비교하여 캐시의 히트/미스를 결정하게 되고, 캐시미스가 되면 캐시미스 신호(MISS)를 출력한다.Accordingly, the tag memory 30 outputs the address requested by the cache controller 10 to the tag bus, and the cache controller 10 displays the contents of the tag bus and the tag field of the memory address requested by the CPI 40. In comparison, the hit / miss of the cache is determined, and when the cache is missed, the cache miss signal MISS is output.

또한, 태그 메모리(30)로 부터 출력된 태그는 태그 레지스터(101,102)에 차례로 래치, 시프트되어 연속적으로 액세스되는 메모리 블록에 대한 태그를 저장하게 된다.In addition, tags output from the tag memory 30 are sequentially latched and shifted in the tag registers 101 and 102 to store tags for memory blocks continuously accessed.

이에 따라 비교부(103)는 상기 태그 레지스터(101,102)의 최하위 비트를 제외한 내용을 비교하여 같을 경우 1을 출력하며, 반대로 배타적 오아 게이트(XOR1)는 상기 태그 레지스터(101,102)의 최하위 비트만 비교하여 서로 다를 경우 1을 출력하게 되어 앤드 게이트(AND1)에서는 상기 출력을 앤드 조합하여 연속적으로 액세스되는 메모리 블록 어드레스의 태그 어드레스 부분이 상위 비트는 같고 최하위 비트만 다를 경우 1이 되어 래치 인에이블 신호(LE)를 출력하게 된다.Accordingly, the comparison unit 103 compares the contents except the least significant bits of the tag registers 101 and 102 and outputs 1 when they are the same. In contrast, the exclusive OR gate XOR1 compares only the least significant bits of the tag registers 101 and 102. If they are different from each other, a 1 is output. In the AND gate AND1, the tag address portion of the memory block address consecutively accessed by AND combining the outputs becomes 1 when the upper bits are the same but the least significant bits are different, and the latch enable signal LE ) Will be printed.

한편, 시프트 레지스터(105,106)는 캐시 컨트롤러(10)로 부터 캐시미스 신호(MISS)를 입력받아 래치, 시프트하게 되는데 이는 연속적인 캐시미스 이력(history)을 저장하는 것이 되며 상기 시프트 레지스터(105,106)의 내용이 모두 '1' 즉, 연속적인 캐시미스가 발생하였을 경우 낸드게이트(NAND1)의 출력은 0으로 덧셈신호가 되어 입력에 '1'을 더하여 출력한다.Meanwhile, the shift registers 105 and 106 receive a cache miss signal MISS from the cache controller 10 and latch and shift the shift registers 105 and 106 to store consecutive cache miss histories. When the contents are all '1', that is, a continuous cache miss occurs, the output of the NAND gate NAND1 becomes an addition signal to 0 and adds '1' to the input.

그러나, 상기 시프트 레지스터(105,106)의 내용이 모두 '0' 즉, 연속이 아닌 캐시미스가 발생하였을 경우 낸드게이트(NAND1)의 출력은 1로 뺄셈신호가 되어 입력에서 '1'을 뺀 결과를 출력하게 된다.However, when the contents of the shift registers 105 and 106 are all '0', that is, a non-consecutive cache miss occurs, the output of the NAND gate becomes a subtraction signal of 1, and the result of subtracting '1' from the input is output. Done.

이에 따라 덧셈/뺄셈부(107)의 출력은 래치 인에이블 신호(LE)가 출력되는 싯점에 맞춰 레지스터(104)에 저장된다.Accordingly, the output of the add / subtract unit 107 is stored in the register 104 at the point where the latch enable signal LE is output.

즉, 레지스터(104)의 내용은 메모리 액세스가 인접한 메모리 블록에 대해서 이루어질 경우 연속된 캐시미스에 대해서는 1씩 증가되며 그 이외에는 1씩 감소하게 된다.That is, the contents of register 104 are incremented by one for successive cache misses and decremented by one when memory access is made to adjacent memory blocks.

따라서, 비교부(108)는 상기 레지스터(104)의 값이 임의의 상위 기준값(UT)과 하위 기준값(LT)의 범위를 벗어나는지를 비교하여 상위 기준값보다 클 경우는 '1'의 라인사이즈 신호(LS)를 출력하고, 하위 기준값보다 작을 경우는 '0'의 라인사이즈 신호(LS)를 출력하여 상기 라인사이즈 신호(LS)를 입력받은 캐시 컨트롤러(10)는 각각의 경우 서로 다른 라인사이즈로 동작을 하게 되며 그 이외의 경우는 과거의 라인사이즈를 유지하게 한다.Therefore, the comparing unit 108 compares whether the value of the register 104 is outside the range of any upper reference value UT and lower reference value LT, and when the value is larger than the upper reference value, the line size signal of '1' ( LS) outputs a line size signal LS of '0' when the reference value is smaller than the lower reference value, and the cache controller 10 receiving the line size signal LS operates in a different line size in each case. In other cases, it keeps the past line size.

즉, 캐시미스가 발생하였을 경우 캐시 컨트롤러(10)는 그 미스 메모리 블록을 주 메모리(미도시)로 부터 로드(Load)하게 되며 이 전송 단위가 하나의 캐시 라인이 되어 라인사이즈 신호(LS)가 0일 경우 캐시 컨트롤러(10)는 종래의 방식대로 하나의 캐시 라인만을 메모리로부터 로드하게 되며, 라인사이즈 신호(LS)가 1일 경우는 캐시미스된 해당 캐시 라인과 함께 연속적으로 다음 메모리 블록을 읽어와 저장하게 된다.That is, when a cache miss occurs, the cache controller 10 loads the miss memory block from the main memory (not shown), and this transmission unit becomes one cache line so that the line size signal LS If 0, the cache controller 10 loads only one cache line from the memory in a conventional manner. If the line size signal LS is 1, the cache controller 10 reads the next memory block continuously with the corresponding cached cache line. And save it.

따라서, 캐시 자체의 구조는 변하지 않으면서 메모리로 부터 로드되는 블록의 크기는 두배로 증가하게 되므로 캐시의 라인사이즈가 증가된 효과를 낳게 된다.Therefore, the size of the block loaded from the memory is doubled without changing the structure of the cache itself, resulting in an increase in the line size of the cache.

이상에서 설명한 바와 같이 본 발명 가변 라인사이즈를 가지는 캐시구조는 실행되는 응용 프로그램의 시간특성이나 공간특성에 따라 라인사이즈를 변하게 하여 어떤 프로그램을 실행해도 최적의 힛트율을 얻을 수 있도록 하는 효과가 있다.As described above, the cache structure having the variable line size according to the present invention has the effect of changing the line size according to the temporal and spatial characteristics of the application program to be executed to obtain an optimal hit rate even when executing any program.

Claims (2)

캐시 컨트롤러와 캐시 메모리 및 태그 메모리로 구성된 캐시 구조에 있어서, 연속적인 캐시미스가 발생 되는지를 판단하여 캐시의 라인사이즈를 변경시키는 라인사이즈 제어부(100)를 더 포함하여 구성된 것을 특징으로 하는 가변 라인사이즈를 가지는 캐시구조.In the cache structure consisting of a cache controller, a cache memory and a tag memory, the variable line size further comprises a line size control unit 100 for determining whether a continuous cache miss occurs and changing the line size of the cache. Cache structure with 제1항에 있어서, 상기 라인사이즈 제어부는 태그 메모리로 부터 연속하여 액세스되는 캐시 주소의 태그를 기억하고 시프트시키는 태그 레지스터(101,102)와; 상기 태그 레지스터에 저장되어 있는 태그를 서로 비교하는 비교부(103) 및 배타적 오아 게이트와; 상기 비교부(103)와 배타적 오아 게이트의 출력을 앤드 조합하여 래치 인에이블 신호(LE)를 출력하는 앤드 게이트와; 상기 래치 인에이블 신호에 동기하여 연속되는 캐시미스의 횟수를 저장하는 레지스터(104)와; 캐시 컨트롤러에서 발생하는 캐시미스 신호(MISS)를 저장하기 위한 시프트 레지스터(105,106)와; 상기 시프트 레지스터를 낸드 조합하여 덧셈/뺄셈 신호(A/S)를 출력하는 낸드 게이트와; 상기 낸드 게이트에서 출력하는 덧셈/뺄셈 신호(A/S)에 따라 레지스터(104)의 값에 1을 더하거나 빼는 덧셈/뺄셈부와; 상기 레지스터(104)에 저장되어 있는 내용을 임의의 상위 기준값과 하위 기준값으로 비교하여 캐시 컨트롤러에 라인사이즈 신호(LS)를 출력하는 비교부(108)로 구성된 것을 특징으로 하는 가변 라인사이즈를 가지는 캐시구조.2. The apparatus of claim 1, wherein the line size control unit comprises: a tag register (101, 102) for storing and shifting a tag of a cache address continuously accessed from a tag memory; A comparison unit (103) and an exclusive ora gate for comparing tags stored in the tag register with each other; An AND gate outputting a latch enable signal LE by AND combining the output of the exclusive OR gate with the comparator 103; A register (104) for storing the number of consecutive cache misses in synchronization with the latch enable signal; Shift registers 105 and 106 for storing a cache miss signal MISS generated at the cache controller; A NAND gate outputting an addition / subtraction signal A / S by NAND combining the shift registers; An addition / subtraction unit for adding or subtracting 1 to the value of the register 104 according to the addition / subtraction signal A / S output from the NAND gate; A cache having a variable line size, comprising: a comparator 108 for outputting a line size signal LS to a cache controller by comparing the contents stored in the register 104 with an arbitrary upper reference value and a lower reference value rescue.
KR1019980042761A 1998-10-13 1998-10-13 Chche memory having variable line size KR100314001B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019980042761A KR100314001B1 (en) 1998-10-13 1998-10-13 Chche memory having variable line size

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019980042761A KR100314001B1 (en) 1998-10-13 1998-10-13 Chche memory having variable line size

Publications (2)

Publication Number Publication Date
KR20000025609A true KR20000025609A (en) 2000-05-06
KR100314001B1 KR100314001B1 (en) 2001-12-12

Family

ID=19553866

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019980042761A KR100314001B1 (en) 1998-10-13 1998-10-13 Chche memory having variable line size

Country Status (1)

Country Link
KR (1) KR100314001B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100546298B1 (en) * 1999-09-15 2006-01-26 삼성전자주식회사 Method and apparatus for controlling line size of cache memory in microprocessor using ARM7T
KR100723475B1 (en) * 2004-03-30 2007-05-31 삼성전자주식회사 Cash memory system and method for changing line size of cash memory according to bus latency of bus
US7580042B2 (en) 2005-08-09 2009-08-25 Samsung Electronics Co., Ltd. Systems and methods for storing and fetching texture data using bank interleaving

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101265295B1 (en) 2009-09-29 2013-05-20 한국전자통신연구원 Cache method and devices which can be flexibly allocated to each memory interface

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6055455A (en) * 1983-09-06 1985-03-30 Mitsubishi Electric Corp High-speed buffer storage device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100546298B1 (en) * 1999-09-15 2006-01-26 삼성전자주식회사 Method and apparatus for controlling line size of cache memory in microprocessor using ARM7T
KR100723475B1 (en) * 2004-03-30 2007-05-31 삼성전자주식회사 Cash memory system and method for changing line size of cash memory according to bus latency of bus
US7580042B2 (en) 2005-08-09 2009-08-25 Samsung Electronics Co., Ltd. Systems and methods for storing and fetching texture data using bank interleaving

Also Published As

Publication number Publication date
KR100314001B1 (en) 2001-12-12

Similar Documents

Publication Publication Date Title
US5625793A (en) Automatic cache bypass for instructions exhibiting poor cache hit ratio
US7913041B2 (en) Cache reconfiguration based on analyzing one or more characteristics of run-time performance data or software hint
US4774654A (en) Apparatus and method for prefetching subblocks from a low speed memory to a high speed memory of a memory hierarchy depending upon state of replacing bit in the low speed memory
US6202129B1 (en) Shared cache structure for temporal and non-temporal information using indicative bits
EP1370946B1 (en) Cache way prediction based on instruction base register
US6425055B1 (en) Way-predicting cache memory
US20150186293A1 (en) High-performance cache system and method
US5423048A (en) Branch target tagging
US6678815B1 (en) Apparatus and method for reducing power consumption due to cache and TLB accesses in a processor front-end
US20060155932A1 (en) Method and apparatus for an efficient multi-path trace cache design
KR930002945A (en) Information processing device applying prefetch buffer and prefetch buffer
US8595443B2 (en) Varying a data prefetch size based upon data usage
JPH03141443A (en) Data storing method and multi-way set associative cash memory
KR100351504B1 (en) Method and Apparatus For Reducing Power In Cache Memories, And A Data Prcoessing System having Cache memories
KR20000052480A (en) System and method for cache process
US9753855B2 (en) High-performance instruction cache system and method
US7047362B2 (en) Cache system and method for controlling the cache system comprising direct-mapped cache and fully-associative buffer
US6560676B1 (en) Cache memory system having a replace way limitation circuit and a processor
KR20070040340A (en) Disable write back on atomic reserved line in a small cache system
US7219197B2 (en) Cache memory, processor and cache control method
JP3590427B2 (en) Instruction cache memory with read-ahead function
US6961823B2 (en) Stream-down prefetching cache
US5926841A (en) Segment descriptor cache for a processor
CN104424132B (en) High performance instruction cache system and method
KR100314001B1 (en) Chche memory having variable line size

Legal Events

Date Code Title Description
A201 Request for examination
N231 Notification of change of applicant
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
LAPS Lapse due to unpaid annual fee