WO2002079971A1 - Programmable cpu/interface buffer structure using dual port ram - Google Patents

Programmable cpu/interface buffer structure using dual port ram Download PDF

Info

Publication number
WO2002079971A1
WO2002079971A1 PCT/IB2001/001962 IB0101962W WO02079971A1 WO 2002079971 A1 WO2002079971 A1 WO 2002079971A1 IB 0101962 W IB0101962 W IB 0101962W WO 02079971 A1 WO02079971 A1 WO 02079971A1
Authority
WO
WIPO (PCT)
Prior art keywords
interface
channel
dual port
cpu
buffer
Prior art date
Application number
PCT/IB2001/001962
Other languages
French (fr)
Inventor
Sheng Zhao
Wong Aries
Ming-Hui Lin
Original Assignee
Nokia Corporation
Nokia Inc.
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 Nokia Corporation, Nokia Inc. filed Critical Nokia Corporation
Publication of WO2002079971A1 publication Critical patent/WO2002079971A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/06Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor
    • G06F5/065Partitioned buffers, e.g. allowing multiple independent queues, bidirectional FIFO's
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/06Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor
    • G06F5/10Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor having a sequence of storage locations each being individually accessible for both enqueue and dequeue operations, e.g. using random access memory

Definitions

  • This invention relates generally to digital data processing systems and methods and, more particularly, relates to data buffering circuits and methods for use in digital data processing systems.
  • the use of programmed I/O consumes CPU bandwidth, and thus reduces the amount of time that the CPU can spend on other tasks. This results in a decrease of the effective MIPS (millions of instructions per second) of the CPU.
  • the use of DMA can also be disruptive, as the additional loading of the system data bus can cause the CPU to incur wait states when it attempts to access a resource, such the system memory.
  • the buffer circuit includes a dual port memory having a first port coupled to a CPU data bus and a second port coupled to a channel data bus that serves the plurality of channel interfaces.
  • the buffer circuit further includes an arbitrator for arbitrating access to the dual port memory by individual ones of the channel interfaces over the channel data bus; an address generator for generating dual port memory addresses for reading and writing data using the CPU data bus and the channel data bus; and a control unit and allocator that are programmable by the CPU for specifying individual ones of buffer locations and sizes within the dual port memory for individual ones of the channel interfaces, and for selectively enabling buffers.
  • the allocator has outputs coupled to the address generator for controlling the generation of addresses thereby depending on which channel interface is currently selected by the arbitrator for access to the dual port memory.
  • the control unit is programmable for operating individual ones of the channel buffers in a block access mode or in a first in/first out (FIFO) access mode of operation.
  • At least the dual port memory, the CPU and the plurality of interface channels are contained within a common integrated circuit package, such as an ASIC.
  • a common integrated circuit package such as an ASIC.
  • one of the plurality of interface channels implements an audio CODEC, another one implements a serial data interface, and another one implements a packet data interface channel.
  • Individual ones of the plurality of interface channels contain a receive interface and a transmit interface
  • the allocator includes a corresponding plurality of registers for specifying at least a starting address and a size for each of the receive interface and the transmit interface.
  • the buffer circuit is also programmable for specifying that a receive buffer of one channel interface is to be used as a transmit buffer of another channel interface.
  • Fig. 1 is an overall block diagram of a data processing system constructed in accordance with the teachings of this invention to include a dual port memory unit
  • Fig. 2 is a block diagram of the DPMU of Fig. 1;
  • Fig. 3 is a block diagram of the DPMU control unit shown in Fig. 2;
  • Fig. 4 is a block diagram of the DPMU allocator unit shown in Fig. 2;
  • Fig. 5 is a block diagram of the DPMU arbitrator unit shown in Fig. 2;
  • Fig. 6 is a block diagram of the DPMU address generator unit shown in Fig. 2;
  • Fig. 7 is a block diagram of one of the plurality of address generating circuits shown in Fig. 6;
  • Fig. 8 is a simplified block diagram of an embodiment of the DPMU integrated within an ASIC along with a CPU and various interfaces;
  • Fig. 9 shows a portion of the ASIC of Fig. 8 in greater detail, and shows a plurality of different types of interface units;
  • Fig. 10 is a simplified block diagram showing the construction of one of the interface units of Fig. 9.
  • Fig. 1 is an overall block diagram of a data processing system (DPS) 10 constructed in accordance with the teachings of this invention.
  • the DPS 10 includes at least one CPU 12, a plurality of Interface (IF) units 14A, 14B,...,14C, referred to collectively as the IF 14, for coupling to external devices and buses, a dual port memory unit (DPMU) 16 that is constructed and operated in accordance with the teachings herein, a system memory control unit 13 and a system memory 15. While these various circuits and logical blocks can be provided as discrete components, in the presently preferred embodiment many or all of these components are integrated within an integrated circuit package, such as one or more Application Specific Integrated
  • ASIC Application Specific integrated circuit
  • FPGA Field Programmable Gate Array
  • CPLD Physical Device
  • a plurality of buses are used for interconnecting the various components, including a CPU data in/out bus 12A (also referred to for simplicity as a CPU data bus), a CPU address/control bus 12B, an Interface data in/out bus 16A (also referred to for simplicity as an interface data bus or as an IF data bus) and an interface controls bus 16B or IF controls bus.
  • a CPU data in/out bus 12A also referred to for simplicity as a CPU data bus
  • a CPU address/control bus 12B also referred to for simplicity as an interface data bus or as an IF data bus
  • an Interface data in/out bus 16A also referred to for simplicity as an interface data bus or as an IF data bus
  • an interface controls bus 16B or IF controls bus or IF controls bus.
  • Fig.2 is a block diagram of the DPMU 16 of Fig. 1.
  • the DPMU 18 includes a dual port 8k byte by 8 bit RAM 18 that, in the preferred embodiment, is configured as 4k bytes by 16 bits at the interface 14 side and as 2k bytes by 32 bits at the CPU 12 side.
  • the CPU 12 can access the dual port RAM by byte, half word (16 bits) or words (32 bits).
  • the dual port RAM 18 is configured through the use of various controls and other circuitry discussed below to provide a plurality of different buffer types and access modes. As an example, for a buffer assigned to a channel of an interface 14, the CPU 12 can access the buffer as a Sequential Access Memory (SAM) through a data register address, if the buffer is enabled.
  • SAM Sequential Access Memory
  • the use of the dual port RAM 18 is preferred, as each interface 14 can access this memory without interfering with CPU 12 bus cycles . Locations within the dual port RAM 18 can be allocated to individuals ones of the IF 14 dynamically, with a programmable starting memory address and memory block size. Since all IF 14 data can be transferred between the interface and the dual port RAM 18, there is no need to transfer this data to the system memory 15, thereby improving the performance of the CPU 12.
  • a block of dual port RAM memory 18 that is allocated to one of the IFs 14 can be operated in a block mode or in a FIFO mode wherein, by example, an associated one of the IF units 14 stores incoming data into the allocated block of dual port Ram 18, and the CPU 12 reads the stored data out in the first in, first out mode or, alternatively, the CPU 12 stores output data into the allocated block of dual port
  • Fig.2 Other components shown in Fig.2 include a control unit 20, a buffer allocator 22, an interface (IF) request arbitrator 24, a dual port RAM 18 address generator 26, CPU 12 data out (DO) and data in (Dl) controls 28 and 30, respectively, connected to the data in and data out A ports, respectively of the dual port RAM 18, IF 14 data out (DO) and data in (Dl) controls 34 and 32, respectively, connected to the data in and data out B ports, respectively, of the dual port RAM 18, and a plurality of receive and transmit IF units 36A, 36B, 36C and 36D.
  • the buffer allocator 22 is used to set the dual port RAM 18 starting address and block size for each interface 14.
  • the control unit 20 sets the operating mode, while the IF arbitrator 24 resolves IF requests for access to the dual port RAM 18 B data ports, and generates acknowledgments (ACKs) to both the Address Generator 26 and IFs 36.
  • the address generator 26 generates the dual port RAM 18 address according to the buffer allocator 22 setup for a particular one of the IFs, and also automatically generates a dual port RAM 18 address for the CPU 12 side when operating in the buffer mode. In the buffer mode the CPU 12 simply reads/writes one location, and the address generator 26 automatically provides the correct address for reading out/writing into the next buffer location in the dual port RAM 18.
  • Fig. 3 is a block diagram of the DPMU control unit 20 shown in Fig. 2.
  • the control unit 20 includes a buffer enable and mode control block 20A that generates buffer mode and buffer enable output signals, an IF enable control block 20B that generates IF control output signals, a CPU-side Port A control block 20C that receives the buffer enable signal from the block 20 A, as well as I/O select, CPU R/W, low order CPU address bits A(l :0), and IF size signals, and outputs port A address control, port A R/W and port A data control signals.
  • An IF strobe block 20D also receives the I/O select and CPU R/W signals and generates an IF strobe output signal.
  • the control unit 20 performs the following functions: (a) interface function enable/disable; (b) buffer enable/disable and operational mode setting; and (c) the generation of interface data register read strobe signals (for a receive channel) and write strobe signals (for a transmit channel).
  • the control unit 20 also generates CPU 12 side read/write strobe signals and CPU 12 address 12B and data bus 12A controls. If the
  • CPU 12 accesses an IF data register, and if the buffer for that IF channel is enabled, the data is read from/written into dual port RAM 18 through Port A within the allocated address space.
  • the address bus of port A of the dual port RAM 18 is generated by the address generator 26, described below.
  • the control unit 20 also provides control for the IF 14 side data bus 16 A.
  • Fig.4 is a block diagram of the DPMU allocator unit 22 shown in Fig.2.
  • BufferO When operating in the Block Mode, there are two independent buffers (BufferO and Buffer 1).
  • BaseRegO stores the starting address of BufferO
  • SizeRegO specifies the allocated BufferO size
  • BaseRegl stores the start address of Buffer 1
  • SizeRegl specifies the allocated Bufferl size.
  • the address generator 26 uses BufferO or Bufferl based upon control settings and status.
  • BaseRegO When operating in FIFO Mode, there is only one buffer.
  • BaseRegO stores the buffer's start address, and SizeRegO specifies the allocated buffer size.
  • BaseRegl functions as a Low Threshold Register, and SizeRegl functions as a High Threshold Register.
  • Fig.5 is a block diagram of the DPMU arbitrator unit 24 shown in Fig.2.
  • Functional blocks of the arbitrator unit 24 includes a priority resolution circuit 24 A, a plurality of IF ACK selectors 24B to 24C, a read control circuit 24D and a write control circuit 24E.
  • the priority resolution circuit 24A receives IF requests for access to the dual port RAM 18 and corresponding size inputs from the receive and transmit IF channels 36, as well as buffer enable signals from the control unit 20, and outputs
  • the dual port RAM 18 read and write control circuits 24D, 24E receive TX ACK and RX
  • ACK signals respectively, in addition to a size ACK signal and the LSB of the dual port RAM 18 address (A0) from the address generator 26.
  • the IF request priority resolution circuit 24A may be implemented with a fixed priority, a rotating priority or a programmable priority.
  • Fixed priority is the simplest to implement, but the least flexible.
  • the acknowledgments (ACKs) from the priority resolution circuit 24A directly drive the address generator circuit 26. If a buffer for an interface channel 36 is enabled (as indicated by the control unit 20), an ACK to the interface channel 36, via the appropriate one of the IF ACK selectors 24B, 24C, is generated by the priority resolution circuit 24 A, and the driving signal is the IF strobe signal generated by the control unit 20.
  • Fig. 6 is a block diagram of the DPMU address generator 26 shown in Fig. 2.
  • the address generator 26 includes a plurality of address generating circuits 26A, 26B that feed either dual port RAM 18 port A read or write (Fill) addresses to a dual port RAM 18 port A address selector 26C (CPU 12 side) and that feed either dual port RAM 18 port B read or write (Fill) addresses to a dual port RAM 18 port B address selector 26D (IF 14 side).
  • the Port A address selector 26C receives a buffer strobe signal from the control unit 20, and the Port B address selector 26D receives ACKs from the arbitrator 24.
  • Fig.7 is a block diagram showing the construction of one of the plurality of address generating circuits 26A, 26B shown in Fig. 6.
  • 26B receives corresponding outputs from transmit channel registers (e.g., 22A): i.e.,
  • BaseRegO BaseRegl
  • SizeRegO SizeRegl
  • SizeRegO SizeRegl
  • Each address generating circuit 26A, 26B includes a Fill Address generating circuit, a Read Address generating circuit and a Threshold control.
  • the Fill Address generating circuit includes a Fill Size selector 26Aa that selects SizeRegO or SizeRegl from a channel register block of the allocator 22 according the state of Fill Act Buffer 26Ac, a Fill Address Selector 26Ab that selects BaseRegO or BaseRegl from a channel register block of the allocator 22 according the state of Fill Act Buffer 26Ac, and a Fill Offset & Status 26Ad that generates an offset according the size given from the Fill Size selector 26Aa and the operating mode.
  • the Fill Address is the sum 26Ae of the selected base address from the Fill Address Selector 26Ab and the offset from Fill Offset & Status 26Ad.
  • the Fill Act Buffer 26Ac toggles state according to the Fill Status in the Block mode to control the Fill Size selector 26Aa to select SizeRegO or SizeRegl , and to control the Fill Address Selector 26Ab to select BaseRegO or BaseRegl.
  • the Fill Act Buffer 26Ac is forced to zero to control the Fill Size selector 26Aa to select SizeRegO, and Fill Address Selector 26 Ab to select BaseRegO.
  • the Read Address generating circuit includes a Read Size selector 26Af that selects SizeRegO or SizeRegl from a channel register block of the allocator 22 according the state of Read Act Buffer 26Ah, a Read Address Selector 26Ag that selects BaseRegO or BaseRegl from a channel register block of the allocator 22 according the state of the Read Act Buffer 26Ah, and a Read Offset & Status 26Ai that generates an offset according the size given from the Read Size selector 26Af and the operating mode.
  • the Read Address is the sum 26Aj of selected base address from Read Address Selector 26Ag and the offset from Read Offset & Status 26Ai.
  • the Read Act Buffer 26Ah toggles state according Read Status in Block mode to control Read Size selector 26Af to select SizeRegO or SizeRegl, and Read Address Selector 26Ag to select BaseRegO or BaseRegl .
  • the Read Act Buffer 26Ah is forced to zero to control the Read Size selector 26Af to select SizeRegO, and Read Address Selector 26Ag to select BaseRegO.
  • the Threshold is functional in the FIFO mode, and controls the Fill Offset & Status 26Ad and the Read Offset & Status 26Ai according to the low threshold (SizeRegl from a channel register block of the allocator 22) and the high threshold (BaseRegl from a channel register block of the allocator 22).
  • the Read Address is supplied to the Port A Address Selector 26C and the Fill Address is supplied to the Port B Address Selector 26D.
  • a receive interface channel e.g., 36A, 36C
  • the Fill Strobe signal (dual port RAM 18 write) comes from the arbitrator 24 and Read Strobe (dual port RAM 18 read) comes from the control unit 20 (IF Strobe).
  • the resulting Fill Address goes to the dual port RAM 18 Port B address selector 26D, while the Read Addr goes to the dual port RAM 18 Port A address selector 26C.
  • a transmit interface channel e.g., 36B, 36D
  • the Read Strobe comes from the IF arbitrator 24 and the Fill Strobe comes from the control unit 20 (IF Strobe).
  • the resulting Read Addr goes to the Port B address selector 26D, and the Fill Addr goes to the Port A address selector 26C.
  • FIG. 8 is a simplified block diagram of an embodiment of the DPMU 16 integrated within an ASIC 40, along with the CPU 12 and various interfaces, while Fig. 9 shows a portion of the ASIC 40 of Fig. 8 in greater detail, and also shows a plurality of different interface controls.
  • the CPU 12 may be a reduced instruction set computer (RISC) core, and the interfaces can be, by example, TI Serial Port interfaces 42 and 44,46 (with Ethernet MAC), CODEC interfaces 48, a UART interface 50, and an I 2 C bus interface 52.
  • the corresponding buffer controls are depicted in Fig. 9 as 42A, 44A, 48A, 50A and 52A.
  • the ASIC 40 includes the
  • the system memory 15, external to the ASIC 40 in this case, may be, by example, static RAM,
  • the interface control 56 provides a programming interface enabling a plurality of control registers for the interfaces 42-52 to be programmed.
  • Such programming can include, as is known in the art, the setting of interrupt conditions (e.g., buffer empty, buffer full, buffer overrun, etc.), various UART modes and baud rates, and various CODEC modes (e.g., A-law/ ⁇ -law, companded/linear mode, etc.).
  • interrupt conditions e.g., buffer empty, buffer full, buffer overrun, etc.
  • UART modes and baud rates e.g., various UART modes and baud rates
  • CODEC modes e.g., A-law/ ⁇ -law, companded/linear mode, etc.
  • Fig. 10 is a simplified block diagram showing the construction of an exemplary one of the interface units of Figs. 8 and 9, specifically the TISP interface 42.
  • the TISP 42 includes a CPU 12 programmable clock generator 43 A, receive controller 43B and transmit controller 43C, as well as receive and transmit functional blocks 43D and 43E, respectively.
  • the TISP 42 is programmable for using internal or external clocks, clock rates (e.g., 10, 5, 2.5 and 1.25 MHz), frame synchronization control and 8-bit or 16-bit data.
  • transmit and/or receive buffers are allocated in the DPMU 18, and the TISP 42 operates with the dual port RAM 18, as opposed to requiring programmed I/O with the CPU 12 or direct DMA transfer to or from the system memory 15.
  • a DMA controller could be implemented within the memory controller 15 to enable the DPMU. 18 to access the system memory 15 directly.
  • the ASIC 40 is interfaced with two peripherals, one with bursty traffic, such as one operating with data packet via an Ethernet transceiver 46, and the other peripheral with a simple
  • A-law audio code (CODEC 48).
  • the CPU 12 first sets up the Ethernet transceiver
  • the DPMU 16 with the desired operational modes, e.g., block mode, base addresses, the size of the blocks (e.g., the size of one packet) and the desired interrupts, so that the CPU 12 serves the corresponding data buffer in the dual port
  • desired operational modes e.g., block mode, base addresses, the size of the blocks (e.g., the size of one packet) and the desired interrupts, so that the CPU 12 serves the corresponding data buffer in the dual port
  • RAM 18 every time a data packet is received, and data is transmitted once a certain number of bytes of data are written to the buffer allocated in the dual port RAM 18.
  • the CPU 12 also allocates a portion of the dual port RAM 18 for the second interface for the audio CODEC 48 by setting that portion to operate in the FIFO mode. In this operating mode, the CPU 12 sets up the addresses of the base pointers, the size of the circular FIFO buffer, and the threshold to trigger the transmit and receive interrupts (e.g., buffer full, buffer half-full, etc.)
  • the audio sample is continuously taken at an 8 kHz rate for both the transmit and the receive streams. If the CPU 12 is required to simultaneously serve the Ethernet interface 46 (or some other data packet link) and the audio CODEC 48, without the use of the DPMU 16, it could easily miss one or more audio samples if a large data packet is being transmitted or received.
  • the CPU 12 can reconfigure the buffer registers so that the digital data buffer filled from the packet interface (e.g., the Ethernet interface 46) can be used as the transmit buffer for the audio CODEC interface 48.
  • the packet interface e.g., the Ethernet interface 46
  • Another benefit of the programmable buffer structure made possible by the DPMU 16 is that the space allocated for a first interface can be reused for a second interface if the first interface is currently not being used. This enables an efficient use and reuse of the buffer memory found in the dual port RAM 18.
  • Applications of the ASIC 40 include, but are not limited to, voice over IP (VoIP) peripherals, low power RF (e.g., Bluetooth) peripherals, cable modems, and a variety of embedded peripherals.
  • VoIP voice over IP
  • RF e.g., Bluetooth
  • the attached five page Appendix is provided to illustrate, using as an example the UART interface 50, the programming model employed by the DPMU 16.

Abstract

Disclosed is a programmable buffer circuit (16) for interfacing a CPU (12) to a plurality of channel interfaces (814). The buffer circuit includes a dual port memory (18) having a first port coupled to a CPU data bus and a second port coupled to a channel data bus that serves the plurality of channel interfaces. The buffer circuit further includes an arbitrator (24) for arbitrating access to the dual port memory by individual ones of the channel interfaces over the channel data bus; an address generator (26) for generating dual port memory addresses for reading and writing data using the CPU data bus and the channel data bus; and a control unit (20) and allocator (22) that are programmable by the CPU for specifying individual ones of buffer locations and sizes within the dual port memory for individual ones of the channel interfaces, and for enabling and disabling individual ones of the buffers.

Description

PROGRAMMABLE CPU/INTERFACE BUFFER STRUCTURE USING
DUAL PORT RAM
FIELD OF THE INVENTION:
This invention relates generally to digital data processing systems and methods and, more particularly, relates to data buffering circuits and methods for use in digital data processing systems.
BACKGROUND OF THE INVENTION:
It is common practice in the design of a data processing system with multiple interfaces, such as Ethernet, UART, CODEC, I2C Bus, etc., interfaces, to provide a data buffer, such as a first in/first out (FIFO) buffer, within each of the interface circuits. In this case data is transferred between system memory and the interface circuit buffers by the use of direct memory access (DMA) techniques, or by a central processor unit (CPU) performing read or write operations to remove data from the buffers or to store data in to the buffers. This latter process is sometimes referred to as "programmed I/O".
As can be appreciated, the use of programmed I/O consumes CPU bandwidth, and thus reduces the amount of time that the CPU can spend on other tasks. This results in a decrease of the effective MIPS (millions of instructions per second) of the CPU. The use of DMA can also be disruptive, as the additional loading of the system data bus can cause the CPU to incur wait states when it attempts to access a resource, such the system memory.
SUMMARY OF THE INVENTION
The foregoing and other problems are overcome by methods and apparatus in accordance with embodiments of this invention. Disclosed is a programmable buffer circuit for interfacing a CPU to a plurality of channel interfaces . The buffer circuit includes a dual port memory having a first port coupled to a CPU data bus and a second port coupled to a channel data bus that serves the plurality of channel interfaces. The buffer circuit further includes an arbitrator for arbitrating access to the dual port memory by individual ones of the channel interfaces over the channel data bus; an address generator for generating dual port memory addresses for reading and writing data using the CPU data bus and the channel data bus; and a control unit and allocator that are programmable by the CPU for specifying individual ones of buffer locations and sizes within the dual port memory for individual ones of the channel interfaces, and for selectively enabling buffers. The allocator has outputs coupled to the address generator for controlling the generation of addresses thereby depending on which channel interface is currently selected by the arbitrator for access to the dual port memory. The control unit is programmable for operating individual ones of the channel buffers in a block access mode or in a first in/first out (FIFO) access mode of operation.
In a preferred embodiment, at least the dual port memory, the CPU and the plurality of interface channels are contained within a common integrated circuit package, such as an ASIC. By example, one of the plurality of interface channels implements an audio CODEC, another one implements a serial data interface, and another one implements a packet data interface channel.
Individual ones of the plurality of interface channels contain a receive interface and a transmit interface, and the allocator includes a corresponding plurality of registers for specifying at least a starting address and a size for each of the receive interface and the transmit interface. The buffer circuit is also programmable for specifying that a receive buffer of one channel interface is to be used as a transmit buffer of another channel interface. BRIEF DESCRIPTION OF THE DRAWINGS
The above set forth and other features of the invention are made more apparent in the ensuing Detailed Description of the Invention when read in conjunction with the attached Drawings, wherein:
Fig. 1 is an overall block diagram of a data processing system constructed in accordance with the teachings of this invention to include a dual port memory unit
(DPMU);
Fig. 2 is a block diagram of the DPMU of Fig. 1;
Fig. 3 is a block diagram of the DPMU control unit shown in Fig. 2;
Fig. 4 is a block diagram of the DPMU allocator unit shown in Fig. 2;
Fig. 5 is a block diagram of the DPMU arbitrator unit shown in Fig. 2;
Fig. 6 is a block diagram of the DPMU address generator unit shown in Fig. 2;
Fig. 7 is a block diagram of one of the plurality of address generating circuits shown in Fig. 6;
Fig. 8 is a simplified block diagram of an embodiment of the DPMU integrated within an ASIC along with a CPU and various interfaces;
Fig. 9 shows a portion of the ASIC of Fig. 8 in greater detail, and shows a plurality of different types of interface units; and
Fig. 10 is a simplified block diagram showing the construction of one of the interface units of Fig. 9.
DETAILED DESCRIPTION OF THE INVENTION
Fig. 1 is an overall block diagram of a data processing system (DPS) 10 constructed in accordance with the teachings of this invention. The DPS 10 includes at least one CPU 12, a plurality of Interface (IF) units 14A, 14B,...,14C, referred to collectively as the IF 14, for coupling to external devices and buses, a dual port memory unit (DPMU) 16 that is constructed and operated in accordance with the teachings herein, a system memory control unit 13 and a system memory 15. While these various circuits and logical blocks can be provided as discrete components, in the presently preferred embodiment many or all of these components are integrated within an integrated circuit package, such as one or more Application Specific Integrated
Circuit (ASIC) packages, as will be discussed in detail below. Other types of technologies could be used as well for implementing and embodying these teachings, such as Field Programmable Gate Array (FPGA) and Complex Programmable Logic
Device (CPLD) technologies.
In Fig. 1 a plurality of buses are used for interconnecting the various components, including a CPU data in/out bus 12A (also referred to for simplicity as a CPU data bus), a CPU address/control bus 12B, an Interface data in/out bus 16A (also referred to for simplicity as an interface data bus or as an IF data bus) and an interface controls bus 16B or IF controls bus.
Fig.2 is a block diagram of the DPMU 16 of Fig. 1. The DPMU 18 includes a dual port 8k byte by 8 bit RAM 18 that, in the preferred embodiment, is configured as 4k bytes by 16 bits at the interface 14 side and as 2k bytes by 32 bits at the CPU 12 side. The CPU 12 can access the dual port RAM by byte, half word (16 bits) or words (32 bits). The dual port RAM 18 is configured through the use of various controls and other circuitry discussed below to provide a plurality of different buffer types and access modes. As an example, for a buffer assigned to a channel of an interface 14, the CPU 12 can access the buffer as a Sequential Access Memory (SAM) through a data register address, if the buffer is enabled.
The use of the dual port RAM 18 is preferred, as each interface 14 can access this memory without interfering with CPU 12 bus cycles . Locations within the dual port RAM 18 can be allocated to individuals ones of the IF 14 dynamically, with a programmable starting memory address and memory block size. Since all IF 14 data can be transferred between the interface and the dual port RAM 18, there is no need to transfer this data to the system memory 15, thereby improving the performance of the CPU 12. A block of dual port RAM memory 18 that is allocated to one of the IFs 14 can be operated in a block mode or in a FIFO mode wherein, by example, an associated one of the IF units 14 stores incoming data into the allocated block of dual port Ram 18, and the CPU 12 reads the stored data out in the first in, first out mode or, alternatively, the CPU 12 stores output data into the allocated block of dual port
Ram 18, and the associated one of the IF units 14 reads the stored data out of the allocated block in the first in, first out mode.
Other components shown in Fig.2 include a control unit 20, a buffer allocator 22, an interface (IF) request arbitrator 24, a dual port RAM 18 address generator 26, CPU 12 data out (DO) and data in (Dl) controls 28 and 30, respectively, connected to the data in and data out A ports, respectively of the dual port RAM 18, IF 14 data out (DO) and data in (Dl) controls 34 and 32, respectively, connected to the data in and data out B ports, respectively, of the dual port RAM 18, and a plurality of receive and transmit IF units 36A, 36B, 36C and 36D. In general, the buffer allocator 22 is used to set the dual port RAM 18 starting address and block size for each interface 14. The control unit 20 sets the operating mode, while the IF arbitrator 24 resolves IF requests for access to the dual port RAM 18 B data ports, and generates acknowledgments (ACKs) to both the Address Generator 26 and IFs 36. The address generator 26 generates the dual port RAM 18 address according to the buffer allocator 22 setup for a particular one of the IFs, and also automatically generates a dual port RAM 18 address for the CPU 12 side when operating in the buffer mode. In the buffer mode the CPU 12 simply reads/writes one location, and the address generator 26 automatically provides the correct address for reading out/writing into the next buffer location in the dual port RAM 18.
A description of these various functional blocks will now be provided.
Fig. 3 is a block diagram of the DPMU control unit 20 shown in Fig. 2. The control unit 20 includes a buffer enable and mode control block 20A that generates buffer mode and buffer enable output signals, an IF enable control block 20B that generates IF control output signals, a CPU-side Port A control block 20C that receives the buffer enable signal from the block 20 A, as well as I/O select, CPU R/W, low order CPU address bits A(l :0), and IF size signals, and outputs port A address control, port A R/W and port A data control signals. An IF strobe block 20D also receives the I/O select and CPU R/W signals and generates an IF strobe output signal. The control unit 20 performs the following functions: (a) interface function enable/disable; (b) buffer enable/disable and operational mode setting; and (c) the generation of interface data register read strobe signals (for a receive channel) and write strobe signals (for a transmit channel). The control unit 20 also generates CPU 12 side read/write strobe signals and CPU 12 address 12B and data bus 12A controls. If the
CPU 12 accesses an IF data register, and if the buffer for that IF channel is enabled, the data is read from/written into dual port RAM 18 through Port A within the allocated address space. The address bus of port A of the dual port RAM 18 is generated by the address generator 26, described below. The control unit 20 also provides control for the IF 14 side data bus 16 A.
Fig.4 is a block diagram of the DPMU allocator unit 22 shown in Fig.2. There are four registers in the allocator 22 for each IF channel. That is, there are four transmit channel registers 22 A: BaseRegO, BaseRegl, SizeRegO and SizeRegl and four receiver channel registers 22B: BaseRegO, BaseRegl, SizeRegO and SizeRegl.
When operating in the Block Mode, there are two independent buffers (BufferO and Buffer 1). In this case BaseRegO stores the starting address of BufferO, SizeRegO specifies the allocated BufferO size, BaseRegl stores the start address of Buffer 1 , and SizeRegl specifies the allocated Bufferl size. The address generator 26 uses BufferO or Bufferl based upon control settings and status.
When operating in FIFO Mode, there is only one buffer. BaseRegO stores the buffer's start address, and SizeRegO specifies the allocated buffer size. In this case BaseRegl functions as a Low Threshold Register, and SizeRegl functions as a High Threshold Register.
In either operational mode, outputs of the four registers for each channel are provided to the address generator 26. Fig.5 is a block diagram of the DPMU arbitrator unit 24 shown in Fig.2. Functional blocks of the arbitrator unit 24 includes a priority resolution circuit 24 A, a plurality of IF ACK selectors 24B to 24C, a read control circuit 24D and a write control circuit 24E. The priority resolution circuit 24A receives IF requests for access to the dual port RAM 18 and corresponding size inputs from the receive and transmit IF channels 36, as well as buffer enable signals from the control unit 20, and outputs
ACKs to the Address generator 26 and to the IF ACK selectors 24B, 24C. The dual port RAM 18 read and write control circuits 24D, 24E receive TX ACK and RX
ACK signals, respectively, in addition to a size ACK signal and the LSB of the dual port RAM 18 address (A0) from the address generator 26.
The IF request priority resolution circuit 24A may be implemented with a fixed priority, a rotating priority or a programmable priority. Fixed priority is the simplest to implement, but the least flexible.
The acknowledgments (ACKs) from the priority resolution circuit 24A directly drive the address generator circuit 26. If a buffer for an interface channel 36 is enabled (as indicated by the control unit 20), an ACK to the interface channel 36, via the appropriate one of the IF ACK selectors 24B, 24C, is generated by the priority resolution circuit 24 A, and the driving signal is the IF strobe signal generated by the control unit 20.
Fig. 6 is a block diagram of the DPMU address generator 26 shown in Fig. 2. The address generator 26 includes a plurality of address generating circuits 26A, 26B that feed either dual port RAM 18 port A read or write (Fill) addresses to a dual port RAM 18 port A address selector 26C (CPU 12 side) and that feed either dual port RAM 18 port B read or write (Fill) addresses to a dual port RAM 18 port B address selector 26D (IF 14 side). The Port A address selector 26C receives a buffer strobe signal from the control unit 20, and the Port B address selector 26D receives ACKs from the arbitrator 24. Fig.7 is a block diagram showing the construction of one of the plurality of address generating circuits 26A, 26B shown in Fig. 6. Each address generating circuit 26A,
26B receives corresponding outputs from transmit channel registers (e.g., 22A): i.e.,
BaseRegO, BaseRegl, SizeRegO and SizeRegl and the outputs from the associated receive channel registers (e.g., 22B): i.e., BaseRegO, BaseRegl, SizeRegO and
SizeRegl, provided by the allocator 22.
Each address generating circuit 26A, 26B includes a Fill Address generating circuit, a Read Address generating circuit and a Threshold control. The Fill Address generating circuit includes a Fill Size selector 26Aa that selects SizeRegO or SizeRegl from a channel register block of the allocator 22 according the state of Fill Act Buffer 26Ac, a Fill Address Selector 26Ab that selects BaseRegO or BaseRegl from a channel register block of the allocator 22 according the state of Fill Act Buffer 26Ac, and a Fill Offset & Status 26Ad that generates an offset according the size given from the Fill Size selector 26Aa and the operating mode. The Fill Address is the sum 26Ae of the selected base address from the Fill Address Selector 26Ab and the offset from Fill Offset & Status 26Ad. The Fill Act Buffer 26Ac toggles state according to the Fill Status in the Block mode to control the Fill Size selector 26Aa to select SizeRegO or SizeRegl , and to control the Fill Address Selector 26Ab to select BaseRegO or BaseRegl. The Fill Act Buffer 26Ac is forced to zero to control the Fill Size selector 26Aa to select SizeRegO, and Fill Address Selector 26 Ab to select BaseRegO.
The Read Address generating circuit includes a Read Size selector 26Af that selects SizeRegO or SizeRegl from a channel register block of the allocator 22 according the state of Read Act Buffer 26Ah, a Read Address Selector 26Ag that selects BaseRegO or BaseRegl from a channel register block of the allocator 22 according the state of the Read Act Buffer 26Ah, and a Read Offset & Status 26Ai that generates an offset according the size given from the Read Size selector 26Af and the operating mode. The Read Address is the sum 26Aj of selected base address from Read Address Selector 26Ag and the offset from Read Offset & Status 26Ai. The Read Act Buffer 26Ah toggles state according Read Status in Block mode to control Read Size selector 26Af to select SizeRegO or SizeRegl, and Read Address Selector 26Ag to select BaseRegO or BaseRegl . The Read Act Buffer 26Ah is forced to zero to control the Read Size selector 26Af to select SizeRegO, and Read Address Selector 26Ag to select BaseRegO.
The Threshold is functional in the FIFO mode, and controls the Fill Offset & Status 26Ad and the Read Offset & Status 26Ai according to the low threshold (SizeRegl from a channel register block of the allocator 22) and the high threshold (BaseRegl from a channel register block of the allocator 22).
For a receive channel, the Read Address is supplied to the Port A Address Selector 26C and the Fill Address is supplied to the Port B Address Selector 26D. For a transmit channel, the Read Address supplied to the Port B Address Selector 26D and the Fill Address supplied to the Port A Address Selector 26C.
For a receive interface channel (e.g., 36A, 36C), where input data from a receive IF channel is stored into the dual port RAM 18 and is read out by the CPU 12, the Fill Strobe signal (dual port RAM 18 write) comes from the arbitrator 24 and Read Strobe (dual port RAM 18 read) comes from the control unit 20 (IF Strobe). The resulting Fill Address (Addr) goes to the dual port RAM 18 Port B address selector 26D, while the Read Addr goes to the dual port RAM 18 Port A address selector 26C.
For a transmit interface channel (e.g., 36B, 36D), where input data from the CPU 12 is stored into the dual port RAM 18 and is read out by a transmit interface channel, the Read Strobe comes from the IF arbitrator 24 and the Fill Strobe comes from the control unit 20 (IF Strobe). The resulting Read Addr goes to the Port B address selector 26D, and the Fill Addr goes to the Port A address selector 26C.
If the CPU 12 accesses an interface data register, and the buffer is enabled for that IF channel, the generated address is used for the Port A address bus, otherwise the CPU-generated address is used. Fig. 8 is a simplified block diagram of an embodiment of the DPMU 16 integrated within an ASIC 40, along with the CPU 12 and various interfaces, while Fig. 9 shows a portion of the ASIC 40 of Fig. 8 in greater detail, and also shows a plurality of different interface controls. The CPU 12 may be a reduced instruction set computer (RISC) core, and the interfaces can be, by example, TI Serial Port interfaces 42 and 44,46 (with Ethernet MAC), CODEC interfaces 48, a UART interface 50, and an I2C bus interface 52. The corresponding buffer controls are depicted in Fig. 9 as 42A, 44A, 48A, 50A and 52A. The ASIC 40 includes the
DPMU 16, a CODEC conversion block 54, and an interface control block 56. A bootup control block 58 can be present, as may the memory interface 13. The system memory 15, external to the ASIC 40 in this case, may be, by example, static RAM,
Flash, or dynamic RAM. The interface control 56 provides a programming interface enabling a plurality of control registers for the interfaces 42-52 to be programmed.
Such programming can include, as is known in the art, the setting of interrupt conditions (e.g., buffer empty, buffer full, buffer overrun, etc.), various UART modes and baud rates, and various CODEC modes (e.g., A-law/μ-law, companded/linear mode, etc.).
Fig. 10 is a simplified block diagram showing the construction of an exemplary one of the interface units of Figs. 8 and 9, specifically the TISP interface 42. The TISP 42 includes a CPU 12 programmable clock generator 43 A, receive controller 43B and transmit controller 43C, as well as receive and transmit functional blocks 43D and 43E, respectively. The TISP 42 is programmable for using internal or external clocks, clock rates (e.g., 10, 5, 2.5 and 1.25 MHz), frame synchronization control and 8-bit or 16-bit data. In operation, transmit and/or receive buffers are allocated in the DPMU 18, and the TISP 42 operates with the dual port RAM 18, as opposed to requiring programmed I/O with the CPU 12 or direct DMA transfer to or from the system memory 15. However, a DMA controller could be implemented within the memory controller 15 to enable the DPMU. 18 to access the system memory 15 directly. As example of the use of the teachings of this invention, assume that the ASIC 40 is interfaced with two peripherals, one with bursty traffic, such as one operating with data packet via an Ethernet transceiver 46, and the other peripheral with a simple
A-law audio code (CODEC 48). The CPU 12 first sets up the Ethernet transceiver
46 of the DPMU 16 with the desired operational modes, e.g., block mode, base addresses, the size of the blocks (e.g., the size of one packet) and the desired interrupts, so that the CPU 12 serves the corresponding data buffer in the dual port
RAM 18 every time a data packet is received, and data is transmitted once a certain number of bytes of data are written to the buffer allocated in the dual port RAM 18.
The CPU 12 also allocates a portion of the dual port RAM 18 for the second interface for the audio CODEC 48 by setting that portion to operate in the FIFO mode. In this operating mode, the CPU 12 sets up the addresses of the base pointers, the size of the circular FIFO buffer, and the threshold to trigger the transmit and receive interrupts (e.g., buffer full, buffer half-full, etc.)
In a typical audio application, the audio sample is continuously taken at an 8 kHz rate for both the transmit and the receive streams. If the CPU 12 is required to simultaneously serve the Ethernet interface 46 (or some other data packet link) and the audio CODEC 48, without the use of the DPMU 16, it could easily miss one or more audio samples if a large data packet is being transmitted or received.
Furthermore, if a received data packet contains digital audio information ready for the CODEC, the CPU 12 can reconfigure the buffer registers so that the digital data buffer filled from the packet interface (e.g., the Ethernet interface 46) can be used as the transmit buffer for the audio CODEC interface 48.
Another benefit of the programmable buffer structure made possible by the DPMU 16 is that the space allocated for a first interface can be reused for a second interface if the first interface is currently not being used. This enables an efficient use and reuse of the buffer memory found in the dual port RAM 18. Applications of the ASIC 40 include, but are not limited to, voice over IP (VoIP) peripherals, low power RF (e.g., Bluetooth) peripherals, cable modems, and a variety of embedded peripherals.
The attached five page Appendix is provided to illustrate, using as an example the UART interface 50, the programming model employed by the DPMU 16.
The invention has been particularly shown and described with respect to preferred embodiments thereof, such as dual port memory size, interface types, bus widths and the like. However, it will be understood by those skilled in the art that changes in form and details maybe made therein, without departing from the scope and spirit of the invention.
APPENDIX
UART Interface Registers
Figure imgf000014_0001
.1.2. UART Configure Register (UartCfg)
Figure imgf000014_0002
1.1.3. UART Receive Buffer 0 Base Address Register (UartRxBaseO)
Figure imgf000014_0003
1.1.4. UART Receive Buffer 1 Base Address Register (UartRxBasel)
Figure imgf000015_0001
Figure imgf000016_0001
1.1.10. UART Receive Data Register (UartRxData)
Bit Name Read/ Reset Function Write Value 1-8 Padding -0 Data R UART receive data
1.1.11. UART Receive Interrupt Enable Register (UartRxlntEn)
Figure imgf000016_0002
1.1.12. UART Transmit Buffer 0 Base Address Register (UartTxBaseO)
Figure imgf000016_0003
1.1.13. UART Transmit Buffer 1 Base Address Register (UartTxBasel)
Bit Name Read/ Reset Function Write Value 5-11 Reserved. Read as all zero. 0-0 Base RAN UartCtrl.TxFifo=0: Specifies UART Transmit buffer 1 base address. Aligned to 16-byte boundaries
UartCtrl.TxFifo=1: low Threshold for FIFO mode.
1.1.14. UART Transmit Buffer 0 Size Register (UartTxBuffSizeO)
Bit Name Read/ Reset Function
Write Value
Figure imgf000017_0001
1.1.19. UART Transmit Data Register (UartTxData)
Figure imgf000018_0001
1.1.20. UART Transmit Interrupt Enable Register (UartTxlntEn)
Figure imgf000018_0002
1.1.21. UART Test Control Register (UartTestCtrl)
Figure imgf000018_0003

Claims

CLAIMSWhat is claimed is:
1. A programmable buffer circuit for interfacing a CPU to a plurality of channel interfaces, comprising:
a dual port memory having a first port coupled to a CPU data bus and a second port coupled to a channel data bus that serves said plurality of channel interfaces;
an arbitrator for arbitrating access to said dual port memory by individual ones of said channel interfaces over said channel data bus;
an address generator for generating dual port memory addresses for reading and writing data using said CPU data bus and said channel data bus; and
an allocator and control unit programmable by said CPU for specifying individual ones'of buffer locations and sizes within said dual port memory for individual ones of said channel interfaces, and for enabling individual ones of said buffers, said allocator having outputs coupled to said address generator for controlling the generation of addresses thereby depending on which channel interface is currently selected for access to said dual port memory.
2. A programmable buffer circuit as in claim 1, wherein said control unit is programmable for operating individual ones of channel buffers in a block access mode or in a first in/first out (FIFO) access mode of operation.
3. A programmable buffer circuit as in claim 1, wherein at least said dual port memory, said CPU and said plurality of interface channels are contained within a common integrated circuit package.
4. A programmable buffer circuit as in claim 1, wherein one of said plurality of interface channels is comprised of an audio CODEC.
5. A programmable buffer circuit as in claim 1, wherein one of said plurality of interface channels is comprised of a serial data interface.
6. A programmable buffer circuit as in claim 1, wherein one of said plurality of interface channels is comprised of a packet data interface channel.
7. A programmable buffer circuit as in claim 1, wherein individual ones of said plurality of interface channels are comprised of a receive interface and a transmit interface, and wherein said allocator comprises a corresponding plurality of registers for specifying at least a starting address and a size for each of of said receive interface and said transmit interface.
8. A programmable buffer circuit as in claim 1, wherein individual ones of said plurality of interface channels are comprised of a receive interface and a transmit interface, and wherein said buffer circuit is programmable for specifying a receive buffer of one channel interface to be a transmit buffer of another channel interface.
9. A method for operating a programmable buffer circuit for interfacing a CPU to a plurality of channel interfaces, comprising step of:
providing a dual port memory having a first port coupled to a CPU data bus and a second port coupled to a channel data bus that serves said plurality of channel interfaces;
programming a control unit for specifying individual ones of buffer locations and sizes within said dual port memory for individual ones of said channel interfaces; arbitrating for access to said dual port memory by individual ones of said channel interfaces over said channel data bus; and
generating dual port memory addresses for reading and writing data using said CPU data bus and said channel data bus, the generation of said addresses depending on which channel interface is currently selected for access to said dual port memory, and on the specified buffer location and size within said dual port memory for the selected one of said channel interfaces.
10. A method as in claim 9, wherein said step of programming further specifies for individual ones of channel buffers whether the channel buffer is operated in a block access mode or in a first in/first out (FIFO) access mode of operation.
11. A method as in claim 9, wherein at least said dual port memory, said CPU and said plurality of interface channels are contained within a common integrated circuit package.
12. A method as in claim 9, wherein one of said plurality of interface channels is comprised of an audio CODEC, and wherein another one of said plurality of interface channels is comprised of at least one of a serial data interface and a packet data interface.
13. A method as in claim 9, wherein individual ones of said plurality of interface channels are comprised of a receive interface and a transmit interface, and wherein said step of programming specifies at least a starting address and a size for each of said receive interface and said transmit interface.
14. A method as in claim 9, wherein individual ones of said plurality of interface channels are comprised of a receive interface and a transmit interface, and wherein said step of programming specifies a receive buffer of one channel interface to be a transmit buffer of another channel interface.
PCT/IB2001/001962 2001-03-30 2001-10-18 Programmable cpu/interface buffer structure using dual port ram WO2002079971A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/823,159 2001-03-30
US09/823,159 US7054986B2 (en) 2001-03-30 2001-03-30 Programmable CPU/interface buffer structure using dual port RAM

Publications (1)

Publication Number Publication Date
WO2002079971A1 true WO2002079971A1 (en) 2002-10-10

Family

ID=25237963

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2001/001962 WO2002079971A1 (en) 2001-03-30 2001-10-18 Programmable cpu/interface buffer structure using dual port ram

Country Status (2)

Country Link
US (1) US7054986B2 (en)
WO (1) WO2002079971A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2473914A (en) * 2009-09-25 2011-03-30 Intel Corp Buffering in media and pipelined processing components

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030229738A1 (en) * 2002-06-05 2003-12-11 Dactron Controller interface
KR100705568B1 (en) * 2004-02-09 2007-04-10 삼성전자주식회사 apparatus and method for processing SIP signaling in voice/data integration switching system
WO2007096712A1 (en) * 2006-02-20 2007-08-30 Freescale Semiconductor, Inc. A method and device for exchanging data using a virtual fifo data structure
US7653778B2 (en) 2006-05-08 2010-01-26 Siliconsystems, Inc. Systems and methods for measuring the useful life of solid-state storage devices
US8549236B2 (en) 2006-12-15 2013-10-01 Siliconsystems, Inc. Storage subsystem with multiple non-volatile memory arrays to protect against data losses
US7596643B2 (en) * 2007-02-07 2009-09-29 Siliconsystems, Inc. Storage subsystem with configurable buffer
US7818470B2 (en) * 2007-09-27 2010-10-19 Integrated Device Technology, Inc. Adaptive interrupt on serial rapid input/output (SRIO) endpoint
US7945716B2 (en) * 2007-09-27 2011-05-17 Integrated Device Technology, Inc. Serial buffer supporting virtual queue to physical memory mapping
US7805551B2 (en) * 2007-09-27 2010-09-28 Integrated Device Technology, Inc. Multi-function queue to support data offload, protocol translation and pass-through FIFO
US20090086750A1 (en) * 2007-09-27 2009-04-02 Integrated Device Technology, Inc. Non-Random Access Rapid I/O Endpoint In A Multi-Processor System
KR20090061247A (en) * 2007-12-11 2009-06-16 삼성전자주식회사 On screen display interface for digital broadcast receiving device
US8312190B2 (en) * 2008-03-06 2012-11-13 Integrated Device Technology, Inc. Protocol translation in a serial buffer
US20090225775A1 (en) * 2008-03-06 2009-09-10 Integrated Device Technology, Inc. Serial Buffer To Support Reliable Connection Between Rapid I/O End-Point And FPGA Lite-Weight Protocols
US8213448B2 (en) * 2008-03-06 2012-07-03 Integrated Device Technology, Inc. Method to support lossless real time data sampling and processing on rapid I/O end-point
US8312241B2 (en) * 2008-03-06 2012-11-13 Integrated Device Technology, Inc. Serial buffer to support request packets with out of order response packets
US8625621B2 (en) * 2008-03-06 2014-01-07 Integrated Device Technology, Inc. Method to support flexible data transport on serial protocols
US20090228733A1 (en) * 2008-03-06 2009-09-10 Integrated Device Technology, Inc. Power Management On sRIO Endpoint
DE102008046681B4 (en) * 2008-09-10 2011-04-14 Atmel Automotive Gmbh Circuit, method and use of a memory for transmitting and / or receiving in a radio network
JP5347836B2 (en) * 2009-08-25 2013-11-20 富士通株式会社 Communication apparatus and communication method
US8249099B2 (en) * 2009-08-27 2012-08-21 Texas Instruments Incorporated External memory data management with data regrouping and channel look ahead
US8190794B2 (en) * 2009-10-21 2012-05-29 Texas Instruments Incorporated Control function for memory based buffers
US9736086B1 (en) * 2011-04-29 2017-08-15 Altera Corporation Multi-function, multi-protocol FIFO for high-speed communication
US20170177435A1 (en) * 2015-12-16 2017-06-22 Cognitive Systems Corp. Sharing Memory Between Processors in a Wireless Sensor Device
CN110120922B (en) * 2019-05-14 2022-09-20 中核控制系统工程有限公司 FPGA-based data interaction network management system and method
CN111338856A (en) * 2020-02-21 2020-06-26 深圳震有科技股份有限公司 Serial port hardware flow control implementation method, intelligent terminal and storage medium
CN114490474A (en) * 2021-12-28 2022-05-13 武汉微创光电股份有限公司 System for realizing extension of multi-path UART (universal asynchronous receiver/transmitter) interface through CPLD (complex programmable logic device)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4839791A (en) * 1986-03-08 1989-06-13 Nec Corporation Input/output buffer system
EP0550163A1 (en) * 1991-12-30 1993-07-07 Sun Microsystems, Inc. Circuit architecture for supporting multiple-channel DMA operations
US5963499A (en) * 1998-02-05 1999-10-05 Cypress Semiconductor Corp. Cascadable multi-channel network memory with dynamic allocation

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5072420A (en) * 1989-03-16 1991-12-10 Western Digital Corporation FIFO control architecture and method for buffer memory access arbitration
US5388237A (en) * 1991-12-30 1995-02-07 Sun Microsystems, Inc. Method of and apparatus for interleaving multiple-channel DMA operations
US5797043A (en) * 1996-03-13 1998-08-18 Diamond Multimedia Systems, Inc. System for managing the transfer of data between FIFOs within pool memory and peripherals being programmable with identifications of the FIFOs
US5784649A (en) * 1996-03-13 1998-07-21 Diamond Multimedia Systems, Inc. Multi-threaded FIFO pool buffer and bus transfer control system
US6044225A (en) * 1996-03-13 2000-03-28 Diamond Multimedia Systems, Inc. Multiple parallel digital data stream channel controller
JP3488017B2 (en) * 1996-03-29 2004-01-19 富士通株式会社 Frame transmission / reception method and apparatus
US5977791A (en) * 1996-04-15 1999-11-02 Altera Corporation Embedded memory block with FIFO mode for programmable logic device
US6081852A (en) * 1996-04-26 2000-06-27 Texas Instruments Incorporated Packet data transferring system for autonomously operating a DMA by autonomous boot mode select signal wherein the DMA is enabled to at least one program control list
US6470409B1 (en) * 1996-11-26 2002-10-22 Xilinx Inc. Interface system having a programmable number of channels and methods of implementing same
US6226338B1 (en) * 1998-06-18 2001-05-01 Lsi Logic Corporation Multiple channel data communication buffer with single transmit and receive memories
US6122680A (en) * 1998-06-18 2000-09-19 Lsi Logic Corporation Multiple channel data communication buffer with separate single port transmit and receive memories having a unique channel for each communication port and with fixed arbitration
US6263390B1 (en) * 1998-08-18 2001-07-17 Ati International Srl Two-port memory to connect a microprocessor bus to multiple peripherals
US6330626B1 (en) * 1999-05-05 2001-12-11 Qlogic Corporation Systems and methods for a disk controller memory architecture
US6400635B1 (en) * 2000-03-15 2002-06-04 Altera Corporation Memory circuitry for programmable logic integrated circuit devices

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4839791A (en) * 1986-03-08 1989-06-13 Nec Corporation Input/output buffer system
EP0550163A1 (en) * 1991-12-30 1993-07-07 Sun Microsystems, Inc. Circuit architecture for supporting multiple-channel DMA operations
US5963499A (en) * 1998-02-05 1999-10-05 Cypress Semiconductor Corp. Cascadable multi-channel network memory with dynamic allocation

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2473914A (en) * 2009-09-25 2011-03-30 Intel Corp Buffering in media and pipelined processing components
GB2473914B (en) * 2009-09-25 2013-12-25 Intel Corp Buffering in media and pipelined processing components
US8738863B2 (en) 2009-09-25 2014-05-27 Intel Corporation Configurable multi-level buffering in media and pipelined processing components

Also Published As

Publication number Publication date
US20040225779A1 (en) 2004-11-11
US7054986B2 (en) 2006-05-30

Similar Documents

Publication Publication Date Title
US7054986B2 (en) Programmable CPU/interface buffer structure using dual port RAM
US7155541B2 (en) Tables with direct memory access descriptor lists for distributed direct memory access
US6526462B1 (en) Programmable multi-tasking memory management system
EP1059589B1 (en) Multi-channel DMA with scheduled ports
US6912610B2 (en) Hardware assisted firmware task scheduling and management
US4878166A (en) Direct memory access apparatus and methods for transferring data between buses having different performance characteristics
US7058735B2 (en) Method and apparatus for local and distributed data memory access (“DMA”) control
US7089344B1 (en) Integrated processor platform supporting wireless handheld multi-media devices
EP0321156B1 (en) Data transfer controller between two busses
US6687796B1 (en) Multi-channel DMA with request scheduling
US5317715A (en) Reduced instruction set computer system including apparatus and method for coupling a high performance RISC interface to a peripheral bus having different performance characteristics
US20020184453A1 (en) Data bus system including posted reads and writes
EP1535169B1 (en) Improved inter-processor communication system for communication between processors
EP2097828A2 (en) Dmac to handle transfers of unknown lengths
US7191262B2 (en) High-throughput UART interfaces
KR20010051991A (en) Flexible general-purpose input/output system
US6230215B1 (en) On-demand transfer engine
GB2377138A (en) Ring Bus Structure For System On Chip Integrated Circuits
US20040098530A1 (en) Flexible data transfer to and from external device of system-on-chip
US20040162924A1 (en) Apparatus and method for transmitting data by means of direct memory access medium
AU624745B2 (en) Packet/fast packet switch for voice and data
JP2003087338A (en) Data transmitter
JP2012150656A (en) Semiconductor device

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
NENP Non-entry into the national phase

Ref country code: JP