KR0165518B1 - Fifo of graphic control - Google Patents

Fifo of graphic control Download PDF

Info

Publication number
KR0165518B1
KR0165518B1 KR1019960006826A KR19960006826A KR0165518B1 KR 0165518 B1 KR0165518 B1 KR 0165518B1 KR 1019960006826 A KR1019960006826 A KR 1019960006826A KR 19960006826 A KR19960006826 A KR 19960006826A KR 0165518 B1 KR0165518 B1 KR 0165518B1
Authority
KR
South Korea
Prior art keywords
data
storage means
byte
address
data storage
Prior art date
Application number
KR1019960006826A
Other languages
Korean (ko)
Other versions
KR970066886A (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 KR1019960006826A priority Critical patent/KR0165518B1/en
Publication of KR970066886A publication Critical patent/KR970066886A/en
Application granted granted Critical
Publication of KR0165518B1 publication Critical patent/KR0165518B1/en

Links

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/39Control of the bit-mapped memory
    • G09G5/393Arrangements for updating the contents of the bit-mapped memory
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/363Graphics controllers
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2360/00Aspects of the architecture of display systems
    • G09G2360/12Frame memory handling

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Graphics (AREA)
  • Communication Control (AREA)
  • Bus Control (AREA)

Abstract

본 발명은 그래픽 콘트롤러의 FIFO에 관한 것으로, 특히 퍼스널 컴퓨터의 시스템 버스에서 들어오는 데이터를 패킹하여 프레임 버퍼에 출력시키는 그래픽 콘트롤러의 데이터 패킹 FIFO에 관한 것이다.The present invention relates to a FIFO of a graphics controller, and more particularly, to a data packing FIFO of a graphics controller that packs data coming from a system bus of a personal computer and outputs it to a frame buffer.

본 발명은 n비트의 어드레스, m바이트의 데이터, m비트의 바이트 인에이블 데이터가 시스템 버스에서 연속적으로 입력되는 경우에, 상기 연속적으로 입력되는 m바이트의 데이터를 2m바이트로 패킹하여 프레임 버퍼에 출력시키게 되므로, 데이터의 지연이 없고 전체적인 시스템 속도저하를 방지할수 있는 장점이 있다.According to the present invention, when n-bit address, m-byte data, and m-bit byte enable data are continuously input from the system bus, the continuously input m-byte data is packed into 2m bytes and output to the frame buffer. As a result, there is no data delay and an advantage of preventing the overall system slowdown.

Description

그래픽 콘트롤러의 데이터 패킹 FIFOData Packing FIFO of the Graphics Controller

제1도는 본 발명에 따른 데이터 패킹 FIFO 사용예를 나타내는 블럭도.1 is a block diagram showing an example of data packing FIFO use according to the present invention;

제2도는 본 발명에 따른 그래픽 콘트롤러의 데이터 패킹 FIFO의 블럭도.2 is a block diagram of a data packing FIFO of a graphics controller according to the present invention.

본 발명은 그래픽 콘트롤러(Graphic Controller)의 FIFO(First In First Out)에 관한 것으로 특히 퍼스널 컴퓨터의 시스템 버스(System Bus)에서 들어오는 데이터를 패킹(Packing)하여 프레임 버퍼(Frame Buffer)에 출력시키는 그래픽 콘트롤러의 데이터 패킹 FIFO에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to FIFO (First In First Out) of a Graphic Controller, and in particular, a graphic controller that packs data coming from a system bus of a personal computer and outputs it to a frame buffer. Data packing FIFO.

일반적으로 FIFO는 FIFO의 앞뒤간의 데이터(Data) 처리속도가 다를 때 사용되는데, 즉 뒤쪽에서 데이터를 FIFO로부터 리드(Read)하는 속도가 앞에서 데이터를 FIFO에 라이트(Write)하는 속도보다 느릴 때 상기 FIFO가 버퍼링(Buffering) 역할을 하게 된다.In general, the FIFO is used when the data processing speed between the front and rear of the FIFO is different, that is, when the speed of reading data from the FIFO at the rear is slower than the speed of writing data to the FIFO at the rear. Will act as the buffering.

따라서 입력으로 연속적인 데이터를 받을 때, 상기 FIFO의 필요성은 불가결하다고 볼 수 있다.Therefore, the need for the FIFO is indispensable when receiving continuous data as input.

현재 퍼스널 컴퓨터(PC)의 시스템 버스인 PCI(Peripheral Component Interconnect)는 연속적으로 데이터를 라이트하는 명령어를 갖고 있다.Peripheral Component Interconnect (PCI), the system bus of personal computers (PCs), has a command to continuously write data.

따라서 상기 명령어가 수행될 경우, 퍼스널 컴퓨터에 있는 그래픽 콘트롤러에 빠른 속도로 연속적인 데이터를 라이트하는 경우가 발생되고, 또한 상기 그래픽 콘트롤러는 상기 시스템 버스를 통해 들어온 데이터를 자체 메모리인 프레임 버퍼에 라이트해야 한다.Therefore, when the command is executed, a case of writing continuous data at a high speed to a graphic controller in a personal computer occurs, and the graphic controller must write data input through the system bus to a frame buffer which is its own memory. do.

이에 따라 상기 그래픽 콘트롤러가 연속적으로 입력되는 상기 데이터를 연속적으로 상기 프레인 버퍼에 출력시키지 않으면 지연(Delay)이 발생되고 전체적인 시스템 속도를 저하시키게 된다.Accordingly, if the graphic controller does not continuously output the data continuously input to the plane buffer, a delay is generated and the overall system speed is reduced.

또한 상기 시스템 버스에서 들어오는 입력 데이터의 비트(Bit) 수(Number)와 상기 프레임 버퍼로 라이트되는 데이터의 비트 수가 다르다는 문제점이 있다.In addition, there is a problem in that the number of bits of the input data coming from the system bus is different from the number of bits written to the frame buffer.

따라서 본 발명의 목적은, 상기 문제점을 해결하기 위하여 시스템 버스에서 들어오는 데이터를 패킹(Packing)하여 프레임 버퍼에 출력시키는 그래픽 콘트롤러의 데이터 패킹 FIFO를 제공하는 데 있다.Accordingly, an object of the present invention is to provide a data packing FIFO of a graphics controller that packs data coming from a system bus and outputs it to a frame buffer in order to solve the above problem.

상기 목적을 달성하기 위한 본 발명에 따른 그래픽 콘트롤러의 데이터 패킹 FIFO는, n비트(Bit)의 어드레스(Address), m바이트(Byte)의 데이터, m비트의 바이트 인에이블 데이터(Byte Enable Data)가 연속적으로 입력되는 그래픽 콘트롤러의 FIFO에 있어서, 상기 n비트의 어드레스를 받아 n-1비트의 어드레스만을 저장하는 제1어드레스 저장수단과, 상기 어드레스중 홀수번째 및 짝수번째 어드레스에 해당하는 m바이트 데이터를 각각 저장하는 제1 및 제2데이터 저장수단과, 상기 홀수번째 및 짝수번째 어드레스에 해당하는 m바이트 데이터중 유효한 바이트 위치에 바이트 인에이블 데이터 로직 0값이 각각 저장되는 제1 및 제2바이트 인에이블 데이터 저장수단과, 상기 제1 및 제2데이터 저장수단중 데이터가 쓰여지는 곳에 로직1값이 셋팅(Setting)되고 데이터가 쓰여지지 않는 곳에는 로직0값이 셋팅되는 제1 및 제2프래그(Flag)로 구성되는 입력부;The data packing FIFO of the graphic controller according to the present invention for achieving the above object, n-bit (Address), m-byte (Byte) data, m-bit Byte Enable Data (Byte Enable Data) A FIFO of a continuously input graphic controller, comprising: first address storage means for receiving the n-bit address and storing only n-1 bit addresses, and m-byte data corresponding to odd and even addresses of the addresses; First and second data storage means for storing, and first and second byte enable for storing byte enable data logic 0 values at valid byte positions among m-byte data corresponding to the odd and even addresses, respectively. The logic 1 value is set where data is written and where data is written among the first and second data storage means, and data is not written. An input unit including first and second flags in which logic 0 values are set;

상기 어드레스가 연속적으로 들어오지 않을 때는, 상기 제1 및 제2프래그중 로직 0값을 갖는 위치를 조사하여 상기 제1 및 제2바이트 인에이블 데이터 저장수단의 해당 위치에 유효하지 않는 의미의 로직 1을 라이트(Write)하고, 상기 제1 및 제2데이터 저장수단의 각각의 m바이트의 데이터를 2m바이트로 패킹하여 출력시키게 하며, 또한 상기 제1 및 제2바이트 인에이블 데이터 저장수단의 각각의 m비트의 인에이블 데이터를 2m 비트로 패킹하여 출력시키게 하는 제어회로부;When the address does not come in continuously, the logic having a logic 0 value among the first and second flags is checked to make the logic 1 invalid for the corresponding position of the first and second byte enable data storage means. Write and output the m-byte data of each of the first and second data storage means into 2 m-bytes, and output each of the m and m data of the first and second byte-enabled data storage means. A control circuit unit for packing the enable data of bits into 2m bits and outputting them;

상기 입력부의 제1어드레스 저장수단의 n-1비트의 어드레스를 받아 저장하는 제2어드레스 저장수단과, 상기 제1 및 제2데이터 저장수단의 각각의 m바이트의 데이터가 2m 바이트로 패킹된 데이터를 받아 저장하는 제3데이터 저장수단과, 상기 입력부의 상기 제1 및 제2바이트 인에이블 데이터 저장수단과 각각의 m비트의 바이트 인에이블 데이터가 2m비트로 패킹된 바이트 인에이블 데이터를 받아 저장하는 제3바이트 인에이블 데이터 저장수단으로 구성되는 출력부;Second address storage means for receiving and storing an address of n-1 bits of the first address storage means of the input unit, and data packed with 2 m bytes of data of each m byte of the first and second data storage means. A third data storage means for receiving and storing the first and second byte enable data storage means for receiving and storing the byte enable data packed with 2 m bits of byte enable data of each m-bit; An output unit configured of byte enable data storage means;

상기 제2어드레스 저장수단, 제3데이터 저장수단, 및 제3바이트 인에이블 데이터 저장수단으로부터 각각 n-1비트의 어드레스, 2m 바이트의 데이터, 및 2m비트의 바이트 인에이블 데이터를 받아 먹싱(Muxing)하여 선택적으로 출력시키는 멀티플랙서를 구비하는 것을 특징으로 한다.Mxing an address of n-1 bits, 2m bytes of data, and 2m bits of byte enable data, respectively, from the second address storage means, the third data storage means, and the third byte enable data storage means. It characterized in that it comprises a multiplexer to selectively output.

이하 첨부도면을 참조하여 본 발명의 바람직한 실시예를 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

제1도는 본 발명에 따른 데이터 패킹 FIFO 사용예를 나타내는 블럭도(Block Diagram)로서, 본 발명의 개념을 설명하기 위한 도면이다.FIG. 1 is a block diagram illustrating an example of using a data packing FIFO according to the present invention, and illustrates the concept of the present invention.

제1도를 참조하면, 그래픽 콘트롤러(3) 내부에 있는 FIFO(3)가 시스템 버스(1)에서 들어오는 m바이트(Byte)의 데이터를 받아 2m바이트로 패킹하여 프레임 버퍼(7)에 출력시키도록 한다.Referring to FIG. 1, the FIFO 3 inside the graphics controller 3 receives m bytes of data from the system bus 1 and packs them in 2 m bytes to output to the frame buffer 7. do.

따라서 상기 시스템 버스에서 연속적으로 빠른 속도로 입력되는 데이터를 지연없이 상기 프레임 버퍼에 출력시킬 수 있다.Accordingly, data continuously input at high speed from the system bus can be output to the frame buffer without delay.

제2도는 본 발명에 따른 그래픽 콘트롤러의 데이터 패킹 FIFO의 블럭도로서, 제2도를 참조하여 동작을 설명하면 다음과 같다.FIG. 2 is a block diagram of a data packing FIFO of the graphic controller according to the present invention. Referring to FIG.

n비트의 어드레스(iaddr[n:0])가 연속적으로 입력되어 n-1비트의 어드레스(iaddr[n-1:0])만이 제1어드레스 저장수단(1)에 저장되고, 또한 m바이트 데이터(idata[8m-1:0])가 입력되면 상기 어드레스중 홀수번째 어드레스(최하위 비트가 0인 어드레스) 및 짝수번째 어드레스(최하위 비트가 1인 어드레스)에 해당하는 데이터들이 분리되어 각각 제1 및 제2데이터 저장수단(3, 5)에 저장된다.n-bit addresses (iaddr [n: 0]) are successively input so that only n-1 bits of addresses (iaddr [n-1: 0]) are stored in the first address storage means 1, and m-byte data When (idata [8m-1: 0]) is input, data corresponding to the odd-numbered address (the least significant bit is 0) and the even-numbered address (the least significant bit is 1) are separated and respectively the first and It is stored in the second data storage means (3, 5).

동시에 바이트 인에이블 데이터(ibe[m-1:0])가 입력되는 데, 상기 홀수번째 및 짝수번째 어드레스에 해당하는 m바이트 데이터중 유효한 바이트 위치에만 바이트 인에이블 데이터의 로직 0값이 각각 제1 및 제2바이트 인에이블 데이터 저장수단(7, 9)에 저장된다.At the same time, byte enable data (ibe [m-1: 0]) is input, and a logic 0 value of byte enable data is first only at a valid byte position among m-byte data corresponding to the odd and even addresses. And second byte enable data storage means (7, 9).

이 때, 제1 및 제2프래그(11, 13)에는 상기 제1 및 제2데이터 저장수단(3, 5)중 데이터가 쓰여지는 곳에 로직 1값이 셋팅되고 데이터가 쓰여지지 않는 곳에는 로직 0이 셋팅된다.At this time, the logic 1 value is set in the first and second flags 11 and 13 where data is written among the first and second data storage means 3 and 5, and the logic where the data is not written. 0 is set.

또한 도시되지는 않았지만, 상기 데이터 패킹 FIFO의 제어회로부가, 상기 어드레스(iaddr[n:0])가 연속적으로 들어오지 않을 때는, 상기 제1 및 제2프래그(11, 13)중 로직 0값을 갖는 위치를 조사하여 상기 제1 및 제2바이트 인에이블 데이터 저장수단(7, 9)의 해당 위치에 유효하지 않는 의미의 로직 1을 라이트하고, 상기 제1 및 제2데이터 저장수단(3, 5)의 각각의 m바이트의 데이터를 2m바이트로 패킹하여 출력시키게 하며, 또한 상기 제1 및 제2바이트 인에이블 데이터 저장수단(7, 9)의 각각의 m비트의 인에이블 데이터를 2m비트로 패킹하여 출력시키게 한다.Although not shown, when the control circuit unit of the data packing FIFO does not continuously enter the address iaddr [n: 0], the logic 0 value of the first and second flags 11 and 13 is changed. The position of the first and second byte enable data storage means 7 and 9 is written, and logic 1 having an invalid meaning is written to the corresponding position of the first and second byte enable data storage means 7 and 9, and the first and second data storage means 3 and 5 Each m-byte of the data) is packed into 2 mbytes and output, and the m-bit enable data of the first and second byte enable data storage means 7 and 9 is packed into 2 mbits. To output

다음에 상기 제1어드레스 저장수단(1)으로부터 출력되는 n-1비트의 어드레스(iaddr[n-1:0])가 제2어드레스 저장수단(15)에 저장되고, 상기 제1 및 제2데이터 저장수단(3, 5)의 각각의 m바이트의 데이터가 2m바이트로 패킹된 데이터가 제3데이터 저장수단(17)에 저장되며, 상기 제1 및 제2바이트 인에이블 데이터 저장수단(7, 9)의 각각의 m비트의 바이트 인에이블 데이터가 2m비트로 패킹된 바이트 인에이블 데이터가 제3바이트 인에이블 데이터 저장수단(19)에 저장된다.Next, an n-1 bit address (iaddr [n-1: 0]) output from the first address storage means 1 is stored in the second address storage means 15, and the first and second data are stored. Data packed with 2 m bytes of data of each m byte of the storage means 3 and 5 is stored in the third data storage means 17, and the first and second byte enable data storage means 7 and 9 are stored. The byte enable data packed with 2 m bits of byte enable data of each m-bit) is stored in the third byte enable data storage means 19.

마지막으로 멀티플렉서(21)가 제2어드레스 저장수단(15), 제3데이터 저장수단(17), 및 제3바이트 인에이블 데이터 저장수단(19)으로부터 각각 n-1비트의 어드레스, 패킹된 2m바이트의 데이터, 및 패킹된 2m비트의 바이트 인에이블 데이터를 받아 먹싱(Muxing)하여 선택적으로 출력시킨다.Finally, the multiplexer 21 receives n-1 bits of address and packed 2m bytes from the second address storage means 15, the third data storage means 17, and the third byte enable data storage means 19, respectively. And muxing the packed 2m-bit byte enable data and selectively outputting the data.

따라서 상술한 본 발명에 따른 그래픽 콘트롤러의 데이터 패킹FIFO는, 시스템 버스에서 연속적으로 입력되는 데이터를 패킹하여 프레임버퍼에 출력시키게 되므로, 데이터의 지연이 없고 전체적인 시스템 속도저하를 방지할수 있다.Therefore, since the data packing FIFO of the graphic controller according to the present invention packs data continuously input from the system bus and outputs the data to the frame buffer, there is no data delay and the overall system speed can be prevented.

또한 본 발명은 상기 실시예에 한정되지 않으며, 본 발명의 기술적 사상내에서 당 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형이 가능함은 명백하다.In addition, the present invention is not limited to the above embodiments, and it is apparent that various modifications are possible by those skilled in the art within the technical idea of the present invention.

Claims (1)

n비트의 어드레스, m바이트의 데이터, m비트의 바이트 인에이블 데이터가 연속적으로 입력되는 그패픽 콘트롤러의 FIFO에 있어서, 상기 n비트의 어드레스를 받아 n-1비트의 어드레스만을 저장하는 제1어드레스 저장수단과, 상기 어드레스증 홀수번째 및 짝수번째 어드레스에 해당하는 m바이트 데이터를 각각 저장하는 제1 및 제2데이터 저장수단과, 상기 홀수번째 및 짝수번째 어드레스에 해당하는 m바이트 데이터중 유효한 바이트 위치에 바이트 인에이블 데이터 로직 0값이 각각 저장되는 제1 및 제2바이트 인에이블 데이터 저장수단과, 상기 제1 및 제2데이터 저장수단중 데이터가 쓰여지는 곳에 로직 1값이 셋팅되고 데이터가 쓰여지지 않는 곳에는 로직 0값이 셋팅되는 제1 및 제2프래그로 구성되는 입력부; 상기 어드레스가 연속적으로 들어오지 않을 때는, 상기 제1 및 제2프래그중 로직 0값을 갖는 위치를 조사하여 상기 제1 및 제2바이트 인에이블 데이터 저장수단의 해당 위치에 유효하지 않는 의미의 로직 1을 라이트하고, 상기 제1 및 제2데이터 저장수단의 각각의 m바이트의 데이터를 2m바이트로 패킹하여 출력시키게 하며, 또한 상기 제1 및 제2바이트 인에이블 데이터 저장수단의 각각의 m비트의 인에니블 데이터를 2m비트로 패킹하여 출력시키게 하는 제어회로부; 상기 입력부의 제1어드레스 저장수단의 n-1비트의 어드레스를 받아 저장하는 제2어드레스 저장수단과, 상기 제1 및 제2데이터 저장수단의 각각의 m바이트의 데이터가 2m바이트로 패킹된 데이터를 받아 저장하는 제3데이터 저장수단과, 상기 입력부의 상기 제1 및 제2바이트 인에이블 데이터 저장수단의 각각의 m비트의 바이트 인에이블 데이터가 2m비트로 패킹된 바이트 인에이블 데이터를 받아 저장하는 제3바이트 인에이블 데이터 저장수단으로 구성되는 출력부; 상기 제2어드레스 저장수단, 제3데이터 저장수단, 및 제3바이트 인에이블 데이터 저장수단으로부터 각각 n-1비트의 어드레스, 2m바이트의 데이터, 및 2m비트의 바이트 인에이블 데이터를 받아 먹싱(Muxing)하여 선택적으로 출력시키는 멀티플렉서를 구비하는 것을 특징으로 하는 그래픽 콘트롤러의 데이터 패킹 FIFO.A first address storage for receiving the n-bit address and storing only n-1 bits of addresses in the FIFO of the graphic controller in which n-bit address, m-byte data, and m-bit byte enable data are continuously input. Means, first and second data storage means for storing m-byte data corresponding to the odd-numbered and even-numbered addresses, and at valid byte positions of the m-byte data corresponding to the odd- and even-numbered addresses, respectively. First and second byte enable data storage means for storing the byte enable data logic 0 value respectively, and a logic 1 value is set where data is written out of the first and second data storage means, and data is not written. An input part including first and second flags in which a logic zero value is set; When the address does not come in continuously, the logic having a logic 0 value among the first and second flags is checked to make the logic 1 invalid for the corresponding position of the first and second byte enable data storage means. And output each of the m-byte data of the first and second data storage means by packing 2 m-bytes, and printing each of the m-bits of the first and second byte-enabled data storage means. A control circuit unit for packing and outputting the enable data into 2 m bits; Second address storage means for receiving and storing an n-1 bit address of the first address storage means of the input unit, and data packed with 2 m bytes of data of each m byte of the first and second data storage means. Third data storage means for receiving and storing, and a third data receiving and storing byte enable data packed with 2 m bits of byte enable data of each of the first and second byte enable data storage means of the input unit. An output unit configured of byte enable data storage means; Mxing an address of n-1 bits, 2m bytes of data, and 2m bits of byte enable data, respectively, from the second address storage means, the third data storage means, and the third byte enable data storage means. And a multiplexer for selectively outputting the data packing FIFO.
KR1019960006826A 1996-03-14 1996-03-14 Fifo of graphic control KR0165518B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019960006826A KR0165518B1 (en) 1996-03-14 1996-03-14 Fifo of graphic control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019960006826A KR0165518B1 (en) 1996-03-14 1996-03-14 Fifo of graphic control

Publications (2)

Publication Number Publication Date
KR970066886A KR970066886A (en) 1997-10-13
KR0165518B1 true KR0165518B1 (en) 1999-01-15

Family

ID=19453078

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019960006826A KR0165518B1 (en) 1996-03-14 1996-03-14 Fifo of graphic control

Country Status (1)

Country Link
KR (1) KR0165518B1 (en)

Also Published As

Publication number Publication date
KR970066886A (en) 1997-10-13

Similar Documents

Publication Publication Date Title
US5587953A (en) First-in-first-out buffer memory
US5289584A (en) Memory system with FIFO data input
KR930016888A (en) Computer system and system memory access control method
GB2221553A (en) Microprocessor bus interface unit
JPS5837883A (en) Memory addressing unit
EP0327115B1 (en) Serial access memory system provided with improved cascade buffer circuit
EP0057096A2 (en) Information processing unit
KR0165518B1 (en) Fifo of graphic control
US5860076A (en) 48-bit wide memory architecture addressing scheme reconfigurable for 8-bit, 16-bit and 32-bit data accesses
JP4019757B2 (en) Storage device
EP0176976B1 (en) Disk controller with shared address register
US5499383A (en) DMA control device controlling sequential storage of data
JP2002050172A (en) Fifo control circuit
US6567884B1 (en) Endian-controlled counter for synchronous ports with bus matching
JP2638484B2 (en) Data processing device
US20020190753A1 (en) Programmable burst fifo
JP2908331B2 (en) List vector processing system
KR950006177Y1 (en) Video memory access control circuit
JP2849115B2 (en) Semiconductor memory device, communication control LSI and communication control system
JPS6055389A (en) Character/graphic display
KR100252508B1 (en) Apparatus for interfacing rom to processor bus
JP2624155B2 (en) Display memory write data control circuit
JP2000003332A (en) Bi-directional bus size conversion circuit
KR100211754B1 (en) Asynchronous memory control circuit
EP1416373A2 (en) Method and apparatus to reduce access time in synchronous fifos with zero latency overhead

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: 20090914

Year of fee payment: 12

LAPS Lapse due to unpaid annual fee