KR100368744B1 - Retry apparatus and method for maintaining cache consistency in hi-fi bus - Google Patents

Retry apparatus and method for maintaining cache consistency in hi-fi bus Download PDF

Info

Publication number
KR100368744B1
KR100368744B1 KR1019960012685A KR19960012685A KR100368744B1 KR 100368744 B1 KR100368744 B1 KR 100368744B1 KR 1019960012685 A KR1019960012685 A KR 1019960012685A KR 19960012685 A KR19960012685 A KR 19960012685A KR 100368744 B1 KR100368744 B1 KR 100368744B1
Authority
KR
South Korea
Prior art keywords
bus
address
signal
cache
module
Prior art date
Application number
KR1019960012685A
Other languages
Korean (ko)
Other versions
KR970072812A (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 KR1019960012685A priority Critical patent/KR100368744B1/en
Publication of KR970072812A publication Critical patent/KR970072812A/en
Application granted granted Critical
Publication of KR100368744B1 publication Critical patent/KR100368744B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks

Abstract

PURPOSE: A retry apparatus and method for maintaining a cache consistency in a hi-fi bus is provided to prevent a deadlock phenomenon of a system by simply checking a cache consistency maintaining operation at a pertinent address region to re-try an algorithm. CONSTITUTION: An RQ(Requester) module requests to a bus use, an arbitration is made. When the RQ module obtains a bus privilege, it drives an address of a region desired to be accessed on the bus. In case of reading, the RQ module waits for an acknowledge(ACK) signal from an RP(Responder) module. If a response to a received ACK signal is a cache signal or an LBUSY signal, the RQ module comes to a standby/sampling address acknowledge(ACK) unit and checks whether a cache-related operation at the corresponding address region has been completed. Upon checking, if the cache signal or the LBUSY signal has been released, the RQ module is transited to a request and acquisition state to request a bus use and acquire a bus privilege, and repeatedly performs a bus cycle. In case of writing, the RQ module drives an address and a data, and then waits for an ACK response. If a response result to a received ACK signal is a cache signal or an LBUSY signal, the RQ module performs a re-trying operation through the standby/sampling address ACK unit as in the case of reading.

Description

하이-파이(Hi-Pi) 버스에서의 캐쉬 동일성 유지를 위한 재시도 장치 및 방법Retry apparatus and method for maintaining cache identity on Hi-Pi bus

본 발명은 하이-파이(Hi-Pi) 버스에 관한 것으로, 특히 제시도(RETRY) 알고리즘에서 발생될 수 있는 제시도 지연 및 병목(DEADLOCK) 현상을 방지함으로써 시스템의 고속성 및 안정성을 높이기 위한 하이-파이(Hi-Pi) 버스에서의 캐쉬 동일성 유지를 위한 재시도 장치 및 방법에 관한 것이다.TECHNICAL FIELD The present invention relates to a Hi-Pi bus. In particular, the present invention relates to a high-speed system for improving the high speed and stability of a system by preventing a presentation delay and a bottleneck caused by a RETRY algorithm. A retry apparatus and method for maintaining cache identity on a Hi-Pi bus.

종래에 하이-파이(Hi-Pi) 버스에서의 캐쉬 동일성 유지를 위한 재시도 방법은 제 1도에 도시된 바와같이 시스템 버스를 사용하고자 하는 요청기(Requester:RQ) 모듈이 버스 사용 요청을 하게 되면 버스 중재가 이루어지게 된다.Conventionally, a retrying method for maintaining cache identity on a Hi-Pi bus is performed by a requester (RQ) module wishing to use a system bus as shown in FIG. Bus arbitration will then take place.

그러면, 중재 과정에서 버스 사용권을 얻은 RQ 모듈은 버스 프로토콜에 따라 어드레스 버스에 해당 어드레스를 구동하게 된다.Then, the RQ module obtained the bus right during the arbitration process drives the corresponding address on the address bus according to the bus protocol.

여기서, 읽기(READ)인 경우에는 응답기(Responder:RP) 모듈에서 어드레스를 받았다는것을 알리는 인식(ACK) 신호가 전송되기를 기다리게 된다.Here, in the case of READ, it waits for an acknowledgment (ACK) signal indicating that an address has been received from a responder (RP) module.

이후, 전송된 인식(ACK) 신호의 응답 결과가 이상이 없다면 RQ 모듈은 해당 어드레스로부터 데이타가 전송되기를 기다렸다가 전송된 데이타를 저장하고 버스 사이클을 종료하게 된다.Thereafter, if there is no error in the response of the transmitted ACK signal, the RQ module waits for data to be transmitted from the corresponding address, stores the transmitted data, and ends the bus cycle.

그러나, 인식(ACK) 응답 결과가 캐쉬(CACHE) 신호나 LBUSY 신호이면 RQ 모듈은 해당 영역에서 캐쉬 관련 동작이 미수행 상태이기 때문에 전송 완료(DONE)나 전송 실패(FAIL)신호를 동시에 구동시켜 프로세서로 하여금 해당 영역에 대해 재시도를 하게 한다.However, if the acknowledgment (ACK) response result is a cache signal or LBUSY signal, the RQ module drives the transmission completion (DONE) or transmission failure (FAIL) signal simultaneously because the cache related operation is not performed in the corresponding area. Have the user retry the area.

여기서, 캐쉬(CACHE) 신호는 DIRTY 신호나 SNACK 신호를 의미하는데, DIRTY신호는 캐쉬 동일성 유지를 위한 신호로써 전송될 데이타가 캐쉬에서 변형되어 메모리와 동일하지 않음을 나타낸다.Here, the CACHE signal means a DIRTY signal or a SNACK signal. The DIRTY signal is a signal for maintaining cache identity and indicates that data to be transmitted is modified in the cache and is not the same as the memory.

그리고, SNACK 신호도 캐쉬 동일성 유지를 위한 신호로서 캐쉬 동일성 유지 동작 수행중 에러가 발생했음을 나타낸다.The SNACK signal is also a signal for maintaining cache identity, indicating that an error has occurred during the cache identity maintenance operation.

또한, LBUSY 신호는 요구한 영역이 잠겨있음을 나타낸다.The LBUSY signal also indicates that the requested area is locked.

한편, 쓰기(WRITE)의 경우에는 RQ 모듈은 어드레스 구동 후에 데이타를 구동하고 해당 어드레스 영역에서 인식(ACK) 응답 신호가 전송되기를 기다리게 된다.On the other hand, in the case of write, the RQ module drives data after address driving and waits for an acknowledgment (ACK) response signal to be transmitted in the corresponding address area.

이후, 전송된 인식(ACK) 응답 신호의 응답 결과 이상이 없으면 RQ 모듈은 데이타 전송에 대한 응답을 기다린 후에 버스 사이클을 종료하게 된다.Thereafter, if there is no abnormal result of the transmitted acknowledgment (ACK) response signal, the RQ module waits for a response to the data transmission and ends the bus cycle.

만일, 전송된 인식(ACK) 응답 신호의 응답 결과가 캐쉬(CACHE) 신호나 LBUSY 신호이면 RQ 모듈은 읽기(READ)의 경우와 마찬가지로 재시도를 수행하게 된다.If the response result of the transmitted ACK response signal is a cache signal or an LBUSY signal, the RQ module retries as in the case of READ.

그러나 이러한 종래 하이-파이(Hi-Pi) 버스에서의 캐쉬 동일성 유지방법은 캐쉬(CACHE) 신호나 LBUSY 신호에 의해 재시도를 하게 되는 경우에 해당 RQ 모듈이 그 신호를 해제하기전까지는 계속해서 재시도를 수행하게 되는데 이때 버스 사용 요청을 한 RQ 모듈의 우선 순위가 해당 RQ 모듈보다 높거나 먼저 버스 사용 요청을 하게 되면 그 신호들은 쉽게 해제되지 않게 된다.However, this method of maintaining cache identity on a Hi-Pi bus continues to retry until the RQ module releases the signal when a retry is performed by a CACHE or LBUSY signal. At this time, if the priority of the RQ module requesting the bus use is higher than the corresponding RQ module or the bus request is made first, the signals are not easily released.

따라서, 버스를 사용하고자 하는 RQ 모듈의 재시도 횟수가 많아지게 될뿐만 아니라 심한 경우에는 이로 인해 시스템 전체가 병목(DEADLOCK) 현상을 일으킬 수 있는 문제점이 있었다.Therefore, the number of retries of the RQ module that intends to use the bus increases, and in severe cases, this may cause the entire system to become a bottleneck (DEADLOCK).

따라서 본 발명은 상기와 같은 종래 기술의 문제점을 해결하기 위하여 제안된 것으로서, 본 발명의 목적은 재시도 알고리즘 수행시 계속적인 버스 사용 요청없이 해당 어드레스 영역에서의 캐쉬 동일성 유지 동작의 체크만으로 제시도를 수행함으로써 RQ 모듈들 간의 우선 순위나 요청 순서에 영향을 받지 않게 되고 또한 캐쉬 동일성 유지 문제에 의한 시스템의 병목 현상을 방지할 수 있을 뿐만 아니라 시스템의 고속성 및 안전성을 확보하는데에 있다.Accordingly, the present invention has been proposed to solve the above problems of the prior art, and an object of the present invention is to provide a presentation by simply checking the cache identity maintaining operation in a corresponding address region without requesting continuous bus use when performing a retry algorithm. By doing so, it is not influenced by priority or request order among RQ modules, and it is possible to prevent bottleneck of the system due to maintaining cache identity, and to secure the speed and safety of the system.

이러한 본 발명의 목적을 달성하기 위한 기술적 수단은Technical means for achieving the object of the present invention is

버스 사용 요청에 따라 로컬 버스를 통해 구동하는 어드레스를 저장하는 로컬 버스 어드레스 저장수단와,Local bus address storage means for storing an address driven through a local bus in response to a bus use request;

시스템 버스로부터 페치(feteh)되는 어드레스를 저장하는 시스템 버스 어드레스 저장수단와,System bus address storage means for storing an address fetched from the system bus,

상기 로컬 버스 어드레스 저장수단에 저장된 로컬 어드레스와 시스템 버스 어드레스 저장수단에 패치(fetch)된 어드레스를 비교하고 그 결과 신호를 출력하는 어드레스 비교수단와,Address comparison means for comparing a local address stored in the local bus address storage means with an address fetched in the system bus address storage means and outputting a signal as a result;

상기 어드레스 비교수단으로부터 출력된 비교 신호의 결과에 따라 인식 신호를 저장하는 인식 신호 저장수단을 포함하는 대기/샘플링 어드레스 인식수단으로 구성되어져 있다.And a waiting / sampling address recognizing means including recognizing signal storage means for storing the recognition signal in accordance with the result of the comparison signal output from the address comparing means.

또한 본 발명의 목적을 달성하기 위한 방법은In addition, a method for achieving the object of the present invention is

시스템 버스를 사용하고자 하는 RQ 모듈이 버스 사용 요청을 하게 되면 이에 대한 중재가 이루어지고 그 중재 결과 버스 사용권을 얻은 RQ 모듈이 버스상에 액세스하고자 하는 영역의 어드레스를 구동하는 제 1 과정과,When the RQ module requesting to use the system bus makes a request to use the bus, arbitration is performed, and the first process of driving the address of the area to which the RQ module, which has obtained the arbitration of the bus, wants to access on the bus,

상기 제 1 과정에서 읽기(READ)인 경우에는 RP 모듈에서 전송하는 인식 신호를 검색하게 되고 그 인식 결과 이상이 없으면 해당 어드레스로부터 데이타가 전송되기를 기다렸다가 그 데이타가 전송되면 저장하고 버스 사이클을 종료하는 제 2 과정과,In the case of READ in the first process, a recognition signal transmitted from the RP module is searched. If there is no error in the recognition result, the controller waits for data to be transmitted from the corresponding address, and stores the data and ends the bus cycle. 2 courses,

상기 제 1 과정에서 쓰기(WRITE)인 경우에는 어드레스 구동 후에 데이타를 구동하고 해당 어드레스 영역으로 구동되는 인식 응답 신호를 검색하고 그 인식 응답 결과 이상이 없으면 데이타에 대한 응답을 기다린 후에 버스 사이클을 종료하는 제 3 과정과,In the case of WRITE in the first process, data is driven after address driving, and a recognition response signal driven to the corresponding address area is searched. If there is no error in the recognition response result, the bus cycle is terminated after waiting for a response to the data. With the third process,

상기 제 2 과정, 제 3 과정에서 인식 신호의 응답 결과가 캐쉬(CACHE) 신호 또는 LBUSY 신호이면 대기/샘플링 상태로 천이해서 해당 어드레스 영역에서의 캐쉬 관련 동작이 완료되었는지를 체크하고 그 체크 결과가 여전히 캐쉬(CACHE) 신호 또는 LBUSY 신호이면 다시 대기/샘플링 상태로 천이해서 동일 한 과정을 반복하게 되고 상기 체크 결과 캐쉬(CACHE) 또는 LBUSY 상태가 해제되었으면 버스 사용 요청 및 버스 사용권 획득 상태로 천이해서 버스 사이클을 반복하는 제 4 과정으로 이루어진 것이다.If the response result of the recognition signal in the second process and the third process is a cache signal or a LBUSY signal, it transitions to the standby / sampling state to check whether the cache related operation in the corresponding address area is completed and the check result is still If it is a CACHE signal or LBUSY signal, it transitions back to the standby / sampling state and repeats the same process.If the check result shows that the CACHE or LBUSY state is released, it transitions to the bus use request and bus license acquisition state and then cycles the bus. It consists of a fourth process of repeating.

이하, 본 발명을 첨부한 도면에 의거 상세히 설명하면 다음과 같다.Hereinafter, described in detail with reference to the accompanying drawings of the present invention.

제 2 도는 본 발명에 의한 대기/샘플링 어드레스 인식(ACK)부의 블럭 구성도를 나타낸 것으로서, 버스 사용 요청에 따라 로컬 버스(101)를 통해 구동하는 어드레스를 저장하는 로컬 버스 어드레스 저장부(102a)와, 시스템 버스(103)로부터 페치(fetch)되는 어드레스를 저장하는 시스템 버스 어드레스 저장부(102b)와, 상기로컬 버스 어드레스 저장부(102a)에 저장된 로컬 어드레스와 시스템 버스 어드레스 저장부(102b)에 페치(fetch)된 어드레스를 비교하고 그 결과 신호를 출력하는 어드레스 비교부(102c)와, 상기 어드레스 비교부(102c)로부터 출력된 비교 신호의 결과에 따라 인식 신호를 저장하는 인식 신호 저장부(102d)를 포함하여 구성된 대기/샘플링 어드레스 인식(ACK)부(102)로 구성되어져 있다.2 is a block diagram illustrating a standby / sampling address recognition (ACK) unit according to the present invention, and includes a local bus address storage unit 102a for storing an address driven through the local bus 101 in response to a bus use request. And a system bus address storage 102b for storing an address fetched from the system bus 103, and a local address stored in the local bus address storage 102a and a system bus address storage 102b. an address comparison unit 102c for comparing the fetched addresses and outputting a result signal, and a recognition signal storage unit 102d for storing the recognition signal in accordance with the result of the comparison signal output from the address comparison unit 102c. It consists of a standby / sampling address recognition (ACK) unit 102, including.

이와 같이 구성된 본 발명의 작용 및 효과를 첨부한 도면 제 2 도 및 제 3 도를 참조하여 설명하면 다음과 같다.The operation and effect of the present invention configured as described above will be described with reference to FIGS. 2 and 3.

먼저, 시스템 버스를 사용하고자 하는 RQ 모듈이 버스 사용 요청을 하게 되면 이에 대한 중재가 이루어진다.First, when the RQ module which wants to use the system bus makes a request for bus use, arbitration is performed.

이후, 중재 결과 버스 사용권을 얻은 RQ 모듈은 버스상에 액세스하고자 하는 영역의 어드레스를 구동하게 된다.After that, the RQ module having obtained the arbitration bus usage rights drives the address of the area to be accessed on the bus.

여기서, 읽기(READ)인 경우에는 RP 모듈로부터 인식(ACK) 신호가 전송되기를 기다리게 된다.Here, in the case of READ, it waits for an acknowledgment (ACK) signal to be transmitted from the RP module.

그리고, 전송된 인식(ACK) 신호의 응답 결과 이상이 없으면 RQ 모듈은 해당 어드레스로부터 데이타가 전송되기를 기다렸다가 그 데이타를 저장하고 버스 사이클을 종료하게 된다.If there is no error in the response of the transmitted ACK signal, the RQ module waits for data to be transmitted from the corresponding address, stores the data, and ends the bus cycle.

그러나, 전송된 인식(ACK) 신호의 응답 결과가 캐쉬(CACHE) 신호 또는 LBUSY 신호이면 RQ 모듈은 대기/샘플링 어드레스 인식(ACK)부(102)로 가서 해당 어드레스 영역에서의 캐쉬 관련 동작이 완료되었는지를 체크하게 된다.However, if the response of the transmitted acknowledgment (ACK) signal is a cache signal or a LBUSY signal, the RQ module goes to the standby / sampling address recognition (ACK) unit 102 and checks whether the cache related operation in the corresponding address area is completed. Will be checked.

즉, 대기/샘플링 어드레스 인식(ACK)부(102)에서는 다음과 같이 동작하게 된다.That is, the standby / sampling address recognition (ACK) unit 102 operates as follows.

먼저, 대기/샘플링 어드레스 인식(ACK)부(102)는 로컬 버스(101)상에서 자신이 구동하는 어드레스를 내부의 로컬 버스 어드레스 저장부(102a)에 저장시키게 된다.First, the waiting / sampling address recognition (ACK) unit 102 stores an address driven by the host on the local bus 101 in the internal bus address storage unit 102a.

아울러, 대기/샘플링 어드레스 인식(ACK)부(102)는 자신이 구동하는 어드레스를 저장시킨 후 시스템 버스(103)상에 나타나는 어드레스를 시스템 버스 어드레스 저장부(102b)로 페치(fetch)하게 된다.In addition, the standby / sampling address recognition (ACK) unit 102 stores the address that is driven and then fetches the address appearing on the system bus 103 to the system bus address storage unit 102b.

그러면, 대기/샘플링 어드레스 인식(ACK)부(102) 내부의 어드레스 비교부(102c)에서는 먼저 저장된 로컬 어드레스와 페치(fetch)된 시스템 버스 어드레스를 비교하여 그 비교 결과 동일 어드레스일 경우에는 이 신호를 인식(ACK) 신호 저장부(102d)로 전송하게 된다.Then, the address comparison unit 102c in the waiting / sampling address recognition (ACK) unit 102 compares the stored local address with the fetched system bus address, and compares this signal with the same address as a result of the comparison. An acknowledgment (ACK) signal storage unit 102d is transmitted.

이에 따라, 대기/샘플링 어드레스 인식(ACK)부(102) 내부의 인식(ACK) 신호 저장부(102d)는 상기 전송된 신호에 따라 페치(fetch)된 인식(ACK) 값이 캐쉬(CACHE) 신호 또는 LBUSY 신호인가를 체크하게 된다.Accordingly, the acknowledgment (ACK) storage unit 102d inside the standby / sampling address recognition (ACK) unit 102 has a cache signal that is fetched according to the transmitted signal. Or check whether LBUSY signal is present.

이후, 체크 결과가 여전히 캐쉬(CACHE) 신호 또는 LBUSY 신호 상태이면 RQ 모듈은 다시 대기/샘플링 어드레스 인식(ACK)부(102)로 가서 동일한 과정을 반복수행하게 된다.After that, if the check result is still in the cache signal or the LBUSY signal state, the RQ module goes back to the standby / sampling address recognition (ACK) unit 102 and repeats the same process.

그러나, 체크 결과 캐쉬(CACHE) 신호 또는 LBUSY 신호 상태가 해제되었으면 RQ 모듈은 버스 사용 요청 및 버스 사용권 획득(REQUEST & ACQUISITION) 상태로 천이해서 버스 사이클을 반복수행하게 된다.However, if the check result indicates that the CACHE or LBUSY signal is released, the RQ module transitions to the REQUEST & ACQUISITION state and repeats the bus cycle.

또한, 쓰기(WRITE)의 경우에 RQ 모듈은 어드레스 구동 후에 데이타를 구동하고 해당 어드레스 영역에서 인식(ACK) 응답이 오기를 기다린다.In addition, in the case of write (WRITE), the RQ module drives data after the address driving and waits for an acknowledgment (ACK) response in the corresponding address area.

이후, 전송된 인식(ACK) 신호의 응답 결과 이상이 없으면 RQ 모듈은 데이타에 대한 응답이 전송되기를 기다렸다가 전송된 데이타를 저장하고 버스 사이클을 종료하게 된다.Thereafter, if there is no error in the response of the transmitted ACK signal, the RQ module waits for a response to the data to be transmitted, stores the transmitted data, and ends the bus cycle.

그리고, 전송된 인식(ACK) 신호의 응답 결과가 캐쉬(CACHE) 신호 또는 LBUSY 신호 상태이면 RQ 모듈은 상기 읽기(READ)의 경우와 마찬가지로 대기/샘플링 어드레스 인식(ACK)부(102)를 거치는 재시도(RETRY) 과정을 수행한다.If the response of the transmitted acknowledgment (ACK) signal is a cache signal or a LBUSY signal state, the RQ module restarts through the standby / sampling address recognition (ACK) unit 102 as in the case of the READ. Perform the RETRY process.

이상에서 설명한 바와 같이 본 발명은 재시도 알고리즘 수행시 계속적인 버스 사용 요청없이 해당 어드레스 영역에서의 캐쉬 동일성 유지 동작의 체크만으로 재시도를 수행함으로써 RQ 모듈들 간의 우선 순위나 요청 순서에 영향을 받지 않게 되고 또한 캐쉬 동일성 유지 문제에 의한 시스템의 병목 현상을 방지할 수 있을 뿐만 아니라 시스템의 고속성 및 안전성을 확보하는 효과가 있다.As described above, the present invention does not affect the priority or request order between RQ modules by performing retry only by checking the cache equality maintaining operation in the corresponding address region without continuously requesting the use of the bus when performing the retry algorithm. In addition, it is possible to prevent the bottleneck of the system due to the problem of maintaining cache identity, as well as to secure the high speed and safety of the system.

제 1 도는 종래 하이-파이(Hi-Pi) 버스에서의 캐쉬 동일성 유지를 위한 재시도 흐름도.1 is a retry flow diagram for maintaining cache identity on a conventional Hi-Pi bus.

제 2 도는 본 발명에 의한 대기/샘플링 어드레스 인식(ACK)부의 블럭 구성도.2 is a block diagram of a standby / sampling address recognition (ACK) unit according to the present invention.

제 3 도는 본 발명에 의한 하이-파이(Hi-Pi) 버스에서의 캐쉬 동일성 유지를 위한 재시도 흐름도.3 is a retry flow chart for maintaining cache identity on a Hi-Pi bus in accordance with the present invention.

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

101 : 로컬 버스(LOCAL BUS) 103 : 시스템 버스101: LOCAL BUS 103: system bus

102 : 대기/샘플링 어드레스 인식(ACK)부102: standby / sampling address recognition (ACK) unit

102a : 로컬 버스 어드레스(LOCAL BUS ADDRESS) 저장부102a: LOCAL BUS ADDRESS storage

102b : 시스템 버스 어드레스(SYSTEM BUS ADDRESS) 저장부102b: SYSTEM BUS ADDRESS storage

102c : 어드레스 비교부 102d : 인식(ACK) 신호 저장부102c: address comparison unit 102d: acknowledgment (ACK) signal storage unit

Claims (2)

버스 사용 요청에 따라 로컬 버스(101)를 통해 구동하는 어드레스를 저장하는 로컬 버스 어드레스 저장수단과,Local bus address storage means for storing an address driven through the local bus 101 according to a bus use request; 시스템 버스(103)로부터 페치(fetch)되는 어드레스를 저장하는 시스템 버스 어드레스 저장수단과,System bus address storage means for storing an address fetched from the system bus 103; 상기 로컬 버스 어드레스 저장수단에 저장된 로컬 어드레스와 시스템 버스 어드레스 저장수단에 페치(fetch)된 어드레스를 비교하고 그 결과 신호를 출력하는 어드레스 비교수단과,Address comparison means for comparing a local address stored in the local bus address storage means with an address fetched in a system bus address storage means and outputting a signal as a result; 상기 어드레스 비교수단으로부터 출력된 비교 신호에 따라 인식 신호를 저장하는 인식 신호 저장수단을 포함하여 구성된 대기/샘플링 어드레스 인식(ACK)수단을 포함하여 구성된 것을 특징으로 한 하이-파이(Hi-Pi) 버스에서의 캐쉬 동일성 유지를 위한 재시도 장치.Hi-Pi bus comprising standby / sampling address recognition (ACK) means configured to include recognition signal storage means for storing recognition signals in accordance with the comparison signal output from the address comparison means Retry device to maintain cache identity in the. 시스템 버스를 사용하고자 하는 RQ 모듈이 버스 사용 요청을 하게 되면 이에 대한 중재가 이루어지고 그 중재 결과 버스 사용권을 얻은 RQ 모듈이 버스상에 액세스하고자 하는 영역의 어드레스를 구동하는 제 1 과정과,When the RQ module requesting to use the system bus makes a request to use the bus, arbitration is performed, and the first process of driving the address of the area to which the RQ module, which has obtained the arbitration of the bus, wants to access on the bus, 상기 제 1 과정에서 읽기(READ)인 경우에는 RP 모듈에서 전송하는 래치 어드레스 인식 신호를 검색하게 되고 그 인식 결과 이상이 없으면 해당 어드레스로부터 데이타가 전송되기를 기다렸다가 그 데이타가 전송되면 저장하고 버스 사이클을 종료하는 제 2 과정과,In the case of READ in the first process, the latch address recognition signal transmitted from the RP module is searched. If there is no error in the recognition result, it waits for data to be transmitted from the corresponding address, and stores the data and ends the bus cycle. With the second process, 상기 제 1 과정에서 쓰기(WRITE)인 경우에는 어드레스 구동 후에 데이타를 구동하고 해당 어드레스 영역으로부터 구동되는 인식 응답 신호를 검색하고 그 인식 응답 결과 이상이 없으면 데이타에 대한 응답을 기다린 후에 버스 사이클을 종료하는 제 3 과정과,In the case of WRITE in the first process, data is driven after address driving, and a recognition response signal driven from the corresponding address area is searched. If there is no error in the recognition response result, the bus cycle is terminated after waiting for a response to the data. With the third process, 상기 제 2 과정, 제 3 과정에서 인식 신호의 응답 결과가 캐쉬(CACHE) 신호 또는 LBUSY 신호이면 대기/샘플링 상태로 천이해서 해당 어드레스 영역에서의 캐쉬 관련 동작이 완료되었는지를 체크하고 그 체크 결과가 여전히 캐쉬(CACHE) 신호 또는 LBUSY 신호이면 다시 대기/샘플링 상태로 천이해서 동일한 과정을 반복하게 되고 상기 체크 결과 캐쉬(CACHE) 또는 LBUSY 상태가 해제되었으면 버스 요청 및 사용권 획득 상태로 천이해서 버스 사이클을 반복하는 제 4 과정으로 이루어진 것을 특징으로한 하이-파이(Hi-Pi) 버스에서의 캐쉬 동일성 유지를 위한 재시도 방법.If the response result of the recognition signal in the second process and the third process is a cache signal or a LBUSY signal, it transitions to the standby / sampling state to check whether the cache related operation in the corresponding address area is completed and the check result is still If it is a CACHE or LBUSY signal, the process returns to the standby / sampling state and repeats the same process. If the check result shows that the CACHE or LBUSY state is cleared, it transitions to the bus request and license acquisition state and repeats the bus cycle. A retry method for maintaining cache identity on a Hi-Pi bus, comprising the fourth step.
KR1019960012685A 1996-04-24 1996-04-24 Retry apparatus and method for maintaining cache consistency in hi-fi bus KR100368744B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019960012685A KR100368744B1 (en) 1996-04-24 1996-04-24 Retry apparatus and method for maintaining cache consistency in hi-fi bus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019960012685A KR100368744B1 (en) 1996-04-24 1996-04-24 Retry apparatus and method for maintaining cache consistency in hi-fi bus

Publications (2)

Publication Number Publication Date
KR970072812A KR970072812A (en) 1997-11-07
KR100368744B1 true KR100368744B1 (en) 2003-04-07

Family

ID=37416333

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019960012685A KR100368744B1 (en) 1996-04-24 1996-04-24 Retry apparatus and method for maintaining cache consistency in hi-fi bus

Country Status (1)

Country Link
KR (1) KR100368744B1 (en)

Also Published As

Publication number Publication date
KR970072812A (en) 1997-11-07

Similar Documents

Publication Publication Date Title
US5133074A (en) Deadlock resolution with cache snooping
KR960009659B1 (en) Snoop circuit of multiprocessor system
JP3218773B2 (en) Cache controller
EP0434250B1 (en) Apparatus and method for reducing interference in two-level cache memories
US5659709A (en) Write-back and snoop write-back buffer to prevent deadlock and to enhance performance in an in-order protocol multiprocessing bus
EP0513519A1 (en) Memory system for multiprocessor systems
US5313591A (en) Computer bus arbitration for N processors requiring only N unidirectional signal leads
US5737564A (en) Cache memory system having multiple caches with each cache mapped to a different area of main memory to avoid memory contention and to lessen the number of cache snoops
US5353429A (en) Cache memory systems that accesses main memory without wait states during cache misses, using a state machine and address latch in the memory controller
US6941308B1 (en) Methods and apparatus for accessing a doubly linked list in a data storage system
US5787468A (en) Computer system with a cache coherent non-uniform memory access architecture using a fast tag cache to accelerate memory references
JPH05334170A (en) Control circuit for dual port memory
US5109491A (en) Memory management device
KR100368744B1 (en) Retry apparatus and method for maintaining cache consistency in hi-fi bus
JPH1011348A (en) Controller for dram, and the dram
JP3187446B2 (en) Cache memory controller
JPH0353657B2 (en)
US6484238B1 (en) Apparatus and method for detecting snoop hits on victim lines issued to a higher level cache
JP3145765B2 (en) Information processing device
JP3419392B2 (en) Memory access monitoring device, memory access monitoring method, and recording medium recording memory access monitoring program
KR940004581B1 (en) Circuit for implementing write-back cycle in pended protocol system bus
JPH03147153A (en) Cache memory device
KR960012355B1 (en) Controller for supporting cache-to-cache data transfer in multiprocessor system
JP3219422B2 (en) Cache memory control method
KR100391246B1 (en) Method for operating system bus of multi-processor system

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20090107

Year of fee payment: 7

LAPS Lapse due to unpaid annual fee