US7213127B2 - System for producing addresses for a digital signal processor - Google Patents

System for producing addresses for a digital signal processor Download PDF

Info

Publication number
US7213127B2
US7213127B2 US10/455,808 US45580803A US7213127B2 US 7213127 B2 US7213127 B2 US 7213127B2 US 45580803 A US45580803 A US 45580803A US 7213127 B2 US7213127 B2 US 7213127B2
Authority
US
United States
Prior art keywords
address
register
registers
code
predefined
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related, expires
Application number
US10/455,808
Other versions
US20040034758A1 (en
Inventor
Flavio Rampogna
Pierre-David Pfister
Jean-Marc Masgonty
Christian Piguet
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Centre Suisse dElectronique et Microtechnique SA CSEM
Original Assignee
Centre Suisse dElectronique et Microtechnique SA CSEM
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 Centre Suisse dElectronique et Microtechnique SA CSEM filed Critical Centre Suisse dElectronique et Microtechnique SA CSEM
Assigned to CSEM CENTRE SUISSE D'ELECTRONIQUE ET DE MICROTECHNIQUE SA -RECHERCHE ET DEVELOPPEMENT reassignment CSEM CENTRE SUISSE D'ELECTRONIQUE ET DE MICROTECHNIQUE SA -RECHERCHE ET DEVELOPPEMENT ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MASGONTY, JEAN-MARC, PFISTER, PIERRE-DAVID, PIGUET, CHRISTIAN, RAMPOGNA, FLAVIO
Publication of US20040034758A1 publication Critical patent/US20040034758A1/en
Application granted granted Critical
Publication of US7213127B2 publication Critical patent/US7213127B2/en
Adjusted expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/34Addressing or accessing the instruction operand or the result ; Formation of operand address; Addressing modes
    • G06F9/342Extension of operand address space
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30181Instruction operation extension or modification

Definitions

  • the present invention relates to a system for generating addresses for a digital signal processor (DSP) for accessing at least one memory associated with said processor.
  • DSP digital signal processor
  • DSP digital signal processor
  • addressing capabilities of the memories most typically used in current DSP rely on an address or index register, an offset register, and a modulo register.
  • a memory is addressed by means of an address register, and the value in the address register can be modified for each memory access by the value or values contained in the offset and/or modulo register(s).
  • DSP generally include two address generation systems that feed the arithmetic unit simultaneously and work with two separate memories. For example, two values can be multiplied and the result added to the value in an accumulator register by a call to only one program instruction.
  • An object of the invention is to provide a system for generating addresses that circumvents at least some of the limitations set out above and achieves flexibility in the choice of the algorithms that can be executed, using instructions much shorter than the instructions conventionally used in DSP.
  • the invention therefore provides a system for generating addresses for a digital signal processor adapted to execute a program whose program instructions include an address generation code for accessing at least one memory associated with said processor, which system includes:
  • a program instruction necessitates only a minimum number of bits for defining the address calculation operations, and the remainder of the instructions can be assigned to other functions.
  • FIG. 1 is a block diagram of the general architecture of a DSP in which the method according to the invention can be used.
  • FIG. 2 is a symbolic representation of some registers and sets of registers used in the FIG. 1 DSP.
  • FIGS. 3 and 4 show the distribution of the fields of some registers shown in FIG. 2
  • FIG. 5 is a block diagram of an address generation unit used in the FIG. 1 DSP.
  • FIGS. 6 to 8 are block diagrams similar to FIG. 5 showing the circulation of information in three specific address generation modes.
  • FIG. 1 shows one example of the overall architecture of a DSP 1 including an address generation system according to the invention.
  • the processor essentially comprises four functional units, namely:
  • a program sequencing unit (PSU) 2 which manages the extraction of program instructions from a program memory 3 , decodes instructions, executes branches, calls subroutines, program interrupts commanded externally and in transit on a bus 4 , etc. It communicates with a random access memory (hardware stack) 5 in which are stored return addresses (in particular of subroutines and exceptions) and loop states.
  • PSU program sequencing unit
  • An address generation and data management unit 6 also known as a data move unit (DMU), whose function and structure constitute the specific subject matter of the invention and which is described in detail later.
  • the DMU 6 communicates with two data memories 7 and 8 which it addresses and from which it extracts data.
  • the DPU 9 is adapted to execute as and when required algorithms for applications as varied as sound or picture analysis and calculation of matrices, vectors, etc.
  • a unit 11 for communicating with an external processor also known as a host and debug unit (HDU).
  • the HDU 11 can communicate with an external processor 12 , for example to load program instructions and/or data into the memories 3 , 7 and 8 via the processor 1 , or transfer parameters, or apply status checks regarding the execution of the algorithm in the processor 1 .
  • a software repair function can also be provided by way of the HDU 11 .
  • the processor 1 includes internal buses 13 and external buses 14 for communication between the units and peripherals just referred to. Operation is timed by a clock 15 .
  • the address generation unit 6 includes a data manipulation unit 16 formed by two groups of general application registers 16 a and 16 b (see also FIG. 2 ), which cooperate with the memories 7 and 8 , respectively, with which they can exchange data during execution of the program.
  • the general application registers 16 a and 16 b can also be used as temporary registers when transferring data between the units of the processor 1 and the memories 7 and 8 . They can also contain operands for the data processing unit 9 .
  • the processor 1 uses double addressing enabling parallel access to two values stored in memory or in the registers that are simultaneously applied to the registers and to the DPU 9 .
  • the two values can be multiplied together and the result of the multiplication can be transferred into an accumulator register in the data processing unit 9 .
  • the processor 1 includes the two data memories 7 and 8 , and the address generation unit consequently includes two address generation systems 17 and 18 working in parallel.
  • These systems also referred to as the X and Y address generation units (AGU) are designed in accordance with essential features of the invention.
  • an address generation unit in accordance with the invention can also be of benefit in a processor designed to use single addressing.
  • the systems 17 and 18 generate addresses for indirect access to their associated memory 7 or 8 via registers. As they have an identical structure, only the system 17 is described.
  • FIG. 2 shows that the system 17 includes five groups ax 0 w to ax 3 w and ix 0 w each of four registers.
  • the registers ax 0 w to ax 3 w each include:
  • the fifth group ix 0 w of registers includes four extended instruction registers ix 0 , ix 1 , ix 2 and ix 3 .
  • the registers of the sets 16 a and 16 b are respectively numbered from rx 0 to rx 7 or from ry 0 to ry 7 if they contain only one data word and from rx 0 w to rx 7 w or from ry 0 w to ry 7 w if they contain four data words at a time, the use of the number of words being optional (Is a function of the program) and depending on the algorithms to be executed by the processor 1 .
  • registers in the units 2 and 9 are also shown in FIG. 2 . However, as they are not directly relevant to the invention, they are not described in detail.
  • the width of the registers that have just been described corresponds to the width of the data words used in the processor 1 , a width of 24 bits being preferred, except for the configuration registers cx 0 to cx 3 , which preferably have a width of 20 bits.
  • Table 1 below shows one example of what one of the configuration registers cx 0 to cx 3 can contain and FIG. 3 shows the distribution of the fields and one example of the content of one such register, here referenced cx/yn to indicate that it is a configuration register n selected from the four configuration registers for the units X AGU and Y AGU, respectively.
  • FIG. 3 also shows that all the fields can be used in read/write mode. Writing can be executed by program instructions specifically provided for this purpose and whose function is to modify, as required, the content of the register concerned. Also, all locations of the register can be reset to the initial state at the value “0”.
  • a hexadecimal value C in the field PR 0 means that the address is determined by the sum of the content of the index register an and the value on from the associated offset register multiplied by the value % mn from the associated modulo register.
  • a hexadecimal value F of the field PRO means that the address is equal to the value of the index register an plus the content of the field OFFA.
  • FIG. 4 shows the distribution of the fields and one possible example of the content of the fields of one such register.
  • the extended instruction register shown in FIG. 4 is referenced ix/yn, signifying that it is a register n selected from the four extended instruction registers for the units X AGU and Y AGU, respectively.
  • FIG. 4 also indicates that all the fields can be read and written.
  • the configuration registers they can be written by program instructions specifically provided for this purpose and whose function is to modify the content of the register concerned, as and when required. Also, some locations of the register can be reset to the initial state to the value “0”. In the example described here, it is assumed that an extended instruction is defined on 24 bits.
  • FIG. 5 is a detailed diagram of the address generation unit 17 (X AGU), the address generation unit 18 (Y AGU) having the same structure. The latter is therefore not described in detail.
  • the program instruction coming from the sequencing unit 2 is assumed to be placed in a register 20 including a field into which the part of the instructions containing the address generation code CE used in the system according to the invention is loaded.
  • the register 20 can contain the remaining part PR of the instructions (not shown), which is generally much larger than the part for the address generation code CE, since an instruction can be defined on 32 bits in total, for example.
  • the address generation code CE comprises 6 bits numbered from b 1 to b 6 .
  • the address generation system 17 uses only six bits of an instruction.
  • the remaining part PR not assigned to address generation comprises two bits DRAG designating general application registers for selecting a general application register rx 0 to rx 3 or rx 0 w to rx 3 w (in the narrow or large version respectively) from a set of registers via a line 21 .
  • Two bits b 1 and b 2 of the address generation code CE are transferred over a line 25 to a multiplexer 22 which chooses, in dependence upon the value of these two bits, which of the four index or address registers ax 0 to ax 3 and their respective associated offset, modulo and configuration registers will be used to generate an address at a given time in the execution of the program.
  • the multiplexer 22 places the content of the selected registers into a temporary register 23 via a line 24 .
  • Two other bits b 3 and b 4 of the address generation code on a line 26 define operations that are executed for address calculations. The process initiated by these bits is explained later.
  • Another bit b 5 appearing on a line 27 defines the choice between a basic operation or a predefined operation, on the one hand, and an extended operation, on the other hand, all of these operations being implemented in a hardwired logic address calculation circuit 28 that applies these operations to the contents of the index registers and the associated offset and modulo registers selected by means of the multiplexer 22 and placed in the register 23 .
  • the address calculated in the circuit 28 is used directly to address the memory 7 .
  • a last bit b 6 of the address generation code appearing on a line 29 defines the choice between a predefined operation and an extended operation.
  • the value of the bits b 3 and b 4 also sets two multiplexers 31 and 32 .
  • the multiplexer 31 selects one of the three fields PRO, PR 1 and PR 2 defining predefined operations forming part of the content of a configuration register cx 0 to cx 3 , the codes of these fields being respectively transferred over the lines 33 , 34 and 35 .
  • the output of the multiplexer 31 constitutes one of the inputs of the multiplexer 30 .
  • the value of the bit b 5 is applied to the control input of the multiplexer 30 and to that of another multiplexer 36 of which it also constitutes one input.
  • the other input of this multiplexer receives the value of the bit b 6 , the latter also forming one input of the multiplexer 30 .
  • the multiplexer 32 selects the content of one of the extended instruction registers ix 0 to ix 3 in dependence upon the value of the bits b 3 and b 4 . That content is placed in a temporary register 37 which transfers it to a multiplexing and transcoding circuit 38 set by the output of the multiplexer 36 . This circuit forms the operation signal with which the address calculation circuit 28 has to work.
  • the bit from the field W (see table 1) of the configuration registers cx 0 to cx 3 is transferred via the register 23 and a line 39 to a circuit 40 for determining narrow or wide data words.
  • This circuit is connected to the general application registers and to the memory 7 .
  • the unit 17 can thus operate in three different modes, shown in FIGS. 6 , 7 and 8 , respectively: basic mode, predefined mode, extended mode. These operating modes are now examined in succession, the circulation of the various types of information being shown by a wide double line identified each time by a particular form of shading.
  • the operation code of the calculation performed in the calculation circuit 28 is contained directly in the address generation code of the program instruction. It consists of seven basic operations and the NOP (no operation) code defined by the bits b 3 , b 4 and b 6 .
  • the multiplexers 30 and 36 are then transparent to the value of these three bits under the control of the bit b 5 .
  • the operation code is applied to the multiplexing and transcoding circuit 38 which is also transparent to this code by applying the value of the bit b 5 .
  • the basic operation code is therefore applied to the calculation circuit 28 , which performs the calculation on the contents of the index, offset and modulo registers stored in the temporary register 23 at the time in question. These contents were selected by the values of the bits b 1 and b 2 setting the multiplexer 22 .
  • FIG. 7 shows the execution of an address calculation using a predefined operation code.
  • the multiplexing and transcoding circuit 38 is transparent to the input coming from the multiplexer 30 because of the value of the bit b 6 passing through the multiplexer 36 set by the value of the bit b 5 .
  • the value of the bits b 3 and b 4 chooses one of the predefined operations in the configuration register cxn selected by the multiplexer 22 and placed in the corresponding field of the temporary register 23 .
  • the corresponding code passes through the multiplexers 31 and 30 .
  • the multiplexing and transcoding circuit 38 is transparent for the content of the temporary register 37 in which the content of one of the extended registers ix 0 to ix 3 is placed via the multiplexer 32 .
  • the latter is set by the value of the bits b 3 and b 4 .
  • the transparency of the circuit 38 is assured by the value of the bit b 5 that transmits the value of the bit b 6 to the circuit 38 .
  • the address calculation circuit 28 works with the instruction defined in the selected extended register, using the codes specified by way of example in table 2 above.
  • each program instruction requires only six bits assigned a double function.
  • the bits b 3 , b 4 and b 6 are used to define the value of the operation code in the basic mode and to set multiplexers in the address generation system.
  • the more complex address calculation operations are defined using dedicated registers as the configuration and extended instruction registers, which makes the programming possibilities very flexible, despite the small number of bits in the program instruction defining the address generation code.
  • the contents of the registers in question can be replaced at any time by other contents as called for by the requirements of algorithm execution.

Abstract

A system for generating addresses for a digital signal processor in which the program instructions include a code for accessing a memory associated with said processor. An address calculation circuit calculates each access address to the memory on the basis of operation codes designated by the address generation code of one of the instructions and of the content of one address register selected from said address registers. Each address generation code defines an operation code to be sent to the calculation circuit. Each of the address registers is further associated with a configuration register designated at the same time as the address register by the address generation code, and each of the configuration registers contains a set of predefined operation codes, each adapted to command a predetermined calculation operation in the calculation circuit.

Description

FIELD OF THE INVENTION
The present invention relates to a system for generating addresses for a digital signal processor (DSP) for accessing at least one memory associated with said processor.
BACKGROUND OF THE INVENTION
The addressing of the data and coefficient memory or memories of DSP is of primary importance. For this reason, DSP include complex “automatic” address generation mechanisms that operate in parallel with mechanisms executing arithmetic operations. The addressing capabilities of the memories most typically used in current DSP rely on an address or index register, an offset register, and a modulo register. Thus a memory is addressed by means of an address register, and the value in the address register can be modified for each memory access by the value or values contained in the offset and/or modulo register(s).
Furthermore, DSP generally include two address generation systems that feed the arithmetic unit simultaneously and work with two separate memories. For example, two values can be multiplied and the result added to the value in an accumulator register by a call to only one program instruction.
However, this necessitates long instructions comprising a large number of bits, which makes the hardware costly.
    • Accordingly, an instruction must in particular specify:
    • the arithmetic operation to be executed,
    • in which register to place the result,
    • an addressing register appropriate for the memory,
    • the operation to be executed on the content of the addressing register,
    • the appropriate offset register,
    • the appropriate modulo register,
    • another addressing register appropriate for the memory,
    • the operation to be executed on the content of the other addressing register,
    • the offset register appropriate for the other addressing register, and
    • the modulo register appropriate for the other addressing register.
To avoid excessively large instructions, the capabilities of DSP must be limited to strictly what is required to execute a particular number of specific algorithms, thus ruling out flexible use of DSP. For example, imposition of the following limitations has to be accepted:
    • small number of arithmetic operations,
    • small number of storage registers,
    • small number of addressing registers,
    • small number of operations on the addressing registers, and
    • fixed selection of the offset and modulo registers associated with the addressing register in a way that cannot be modified.
An object of the invention is to provide a system for generating addresses that circumvents at least some of the limitations set out above and achieves flexibility in the choice of the algorithms that can be executed, using instructions much shorter than the instructions conventionally used in DSP.
SUMMARY OF THE INVENTION
The invention therefore provides a system for generating addresses for a digital signal processor adapted to execute a program whose program instructions include an address generation code for accessing at least one memory associated with said processor, which system includes:
    • a set of address registers each associated, if necessary, with an offset register and/or a modulo register,
    • an address calculation circuit which calculates each access address to said at least one memory on the basis of operation codes designated each time by the address generation code of said program instructions and the content of one address register selected from said address registers, and if necessary its associated registers,
    • each address generation code of each program instruction defining one of said operation codes to be sent to said address calculation circuit and designating the address register whose content must be subjected to a calculation operation, and
    • control means which selectively transfer the contents of said address registers and of said operation code to said address calculation circuit in dependence upon said address generation code.
wherein,
    • each address register of said address registers is further associated with a configuration register designated at the same time as said address register by said address generation code,
    • each of said configuration registers contains at least one set of predefined operation codes each adapted to control a predetermined calculation operation in said address calculation circuit, and
    • said control means are adapted to transfer selectively said predefined operation codes to said calculation means, in dependence upon the value of at least a first bit of said address generation code.
Thanks to these features, a program instruction necessitates only a minimum number of bits for defining the address calculation operations, and the remainder of the instructions can be assigned to other functions.
BRIEF DESCRIPTION OF THE DRAWINGS
Further features and advantages of the present invention will become apparent in the course of the following description, which is provided by way of example only and with reference to the accompanying drawings.
FIG. 1 is a block diagram of the general architecture of a DSP in which the method according to the invention can be used.
FIG. 2 is a symbolic representation of some registers and sets of registers used in the FIG. 1 DSP.
FIGS. 3 and 4 show the distribution of the fields of some registers shown in FIG. 2
FIG. 5 is a block diagram of an address generation unit used in the FIG. 1 DSP.
FIGS. 6 to 8 are block diagrams similar to FIG. 5 showing the circulation of information in three specific address generation modes.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
FIG. 1 shows one example of the overall architecture of a DSP 1 including an address generation system according to the invention. The processor essentially comprises four functional units, namely:
a) A program sequencing unit (PSU) 2 which manages the extraction of program instructions from a program memory 3, decodes instructions, executes branches, calls subroutines, program interrupts commanded externally and in transit on a bus 4, etc. It communicates with a random access memory (hardware stack) 5 in which are stored return addresses (in particular of subroutines and exceptions) and loop states.
b) An address generation and data management unit 6, also known as a data move unit (DMU), whose function and structure constitute the specific subject matter of the invention and which is described in detail later. The DMU 6 communicates with two data memories 7 and 8 which it addresses and from which it extracts data.
c) A data processing unit (DPU) 9 including in particular an arithmetic and logic unit (ALU) 10. The DPU 9 is adapted to execute as and when required algorithms for applications as varied as sound or picture analysis and calculation of matrices, vectors, etc.
d) A unit 11 for communicating with an external processor, also known as a host and debug unit (HDU). The HDU 11 can communicate with an external processor 12, for example to load program instructions and/or data into the memories 3, 7 and 8 via the processor 1, or transfer parameters, or apply status checks regarding the execution of the algorithm in the processor 1. A software repair function can also be provided by way of the HDU 11.
It should be noted that the units 2, 9 and 11 are familiar to the person skilled in the art and are not directly relevant to the invention. For this reason they are not described in more detail.
The processor 1 includes internal buses 13 and external buses 14 for communication between the units and peripherals just referred to. Operation is timed by a clock 15.
The address generation unit 6 includes a data manipulation unit 16 formed by two groups of general application registers 16 a and 16 b (see also FIG. 2), which cooperate with the memories 7 and 8, respectively, with which they can exchange data during execution of the program. The general application registers 16 a and 16 b can also be used as temporary registers when transferring data between the units of the processor 1 and the memories 7 and 8. They can also contain operands for the data processing unit 9.
In the embodiment described with reference to FIG. 1, and in a manner that is known in the art, the processor 1 uses double addressing enabling parallel access to two values stored in memory or in the registers that are simultaneously applied to the registers and to the DPU 9. For example, the two values can be multiplied together and the result of the multiplication can be transferred into an accumulator register in the data processing unit 9. It is for this reason that the processor 1 includes the two data memories 7 and 8, and the address generation unit consequently includes two address generation systems 17 and 18 working in parallel. These systems, also referred to as the X and Y address generation units (AGU) are designed in accordance with essential features of the invention. However, an address generation unit in accordance with the invention can also be of benefit in a processor designed to use single addressing.
The systems 17 and 18 generate addresses for indirect access to their associated memory 7 or 8 via registers. As they have an identical structure, only the system 17 is described.
FIG. 2 shows that the system 17 includes five groups ax0 w to ax3 w and ix0 w each of four registers. The registers ax0 w to ax3 w each include:
    • a base address register or index register ax0, ax1, ax2 and ax3 adapted to contain the data memory address that is accessed in the case of indirect access to the data memory 7,
    • an increment/decrement register or offset register ox0, ox1, ox2, ox3 containing the increment/decrement value for the basic address when the latter must be modified subsequently during execution of the program.
    • a modulo register mx0, mx1, mx2, mx3 for specifying a modulo value associated with an address modified subsequently when it is a question of indirectly addressing a data memory involving a subsequent address modification, and
    • a configuration register cx0, cx1, cx2 and cx3 for configuring indirect access to the data memory 7 for the corresponding indices.
The fifth group ix0 w of registers includes four extended instruction registers ix0, ix1, ix2 and ix3.
It will also be noted in FIG. 2 that the registers of the sets 16 a and 16 b are respectively numbered from rx0 to rx7 or from ry0 to ry7 if they contain only one data word and from rx0 w to rx7 w or from ry0 w to ry7 w if they contain four data words at a time, the use of the number of words being optional (Is a function of the program) and depending on the algorithms to be executed by the processor 1.
It should be noted that the registers in the units 2 and 9 are also shown in FIG. 2. However, as they are not directly relevant to the invention, they are not described in detail.
In a preferred embodiment of the invention, the width of the registers that have just been described corresponds to the width of the data words used in the processor 1, a width of 24 bits being preferred, except for the configuration registers cx0 to cx3, which preferably have a width of 20 bits.
Table 1 below shows one example of what one of the configuration registers cx0 to cx3 can contain and FIG. 3 shows the distribution of the fields and one example of the content of one such register, here referenced cx/yn to indicate that it is a configuration register n selected from the four configuration registers for the units X AGU and Y AGU, respectively. FIG. 3 also shows that all the fields can be used in read/write mode. Writing can be executed by program instructions specifically provided for this purpose and whose function is to modify, as required, the content of the register concerned. Also, all locations of the register can be reset to the initial state at the value “0”.
TABLE 1
BIT/
FIELD FUNCTION FIELD DESCRIPTION
PR0 Predefined 4 bits 0 an=an+1 (nma) 1 an=an−1 (nma)
operation 2 an=an+on (nma) 3 an=an−on (nma)
4 an=(an+on)%mn (nma) 5 an=(an−on)%mn (nma)
6 addr=an+on,an=an+on 7 an=an+OFFA (nma)
8 addr=an, an=an+1 9 addr=an−1, an=an−1
A addr=an, an=an+on B addr=an, an=an−on
C addr=an, an=(an+on)%mn D addr=an, an=(an−on)%mn
E addr=an F addr=an, an=an+OFFA
PR1 Predefined 4 bits 0 an=an+1 (nma) 1 an=(an+1)%mn (nma)
operation 2 an=an+on (nma) 3 an=(an+1)%mn+OFFA (nma)
4 an(an+on)%mn (nma) 5 an=(an+on)%mn+OFFA
(nma)
6 addr=an+on, an=an+on 7 an=(an+OFFA)%mn+1 (nma)
8 addr=an, an=an+1 9 addr=an, an=(an+1)%mn
A addr=an, an=an+on B addr=an,
an=(an+1)%mn+OFFA
C addr=an, an(an+on)%mn D addr=an,
an=(an+OFFA)%mn+1
E addr=an F addr=an,
an=(an+OFFA)%mn+1
PR2 Predefined 4 bits 0 an=an+1 (nma) 1 an=(an+1)%mn (nma)
operation 2 an=an+OFFA (nma) 3 an=(an+1)%mn+OFFA (nma)
4 an=(an+OFFA)%mn (nma) 5 an=(an+on)%mn+OFFA
(nma)
6 addr=an+OFFA, 7 an=(an+OFFA)%mn+1
an=an+OFFA (nma)
8 addr=an, an=an+1 9 addr=an; an=(an+1)%mn
A addr=an, an=an+OFFA B addr=an,
an=(an+1)%mn+OFFA
C addr=an, D addr=an,
an=(an+OFFA)%mn an=(an+on)%mn+OFFA
E addr=an F addr=an,
an=(an+OFFA)%mn+1
OFFA OFFset B 3 bits 0 1 1 2
Used only 2 3 3 4
with an 4 −4 5 −3
extended 6 −2 7 −1
operation
W Wide 1 bit 0 Narrow word 1 Wide word
memory
data
transfer
In table 1:
    • an is the content of the address register to be generated,
    • on is the offset register associated with the configuration register concerned,
    • % mn is the modulo register associated with the configuration register concerned, and
    • nma signifies “no memory access”.
The following examples will facilitate reading table 1.
A hexadecimal value C in the field PR0 means that the address is determined by the sum of the content of the index register an and the value on from the associated offset register multiplied by the value % mn from the associated modulo register. A hexadecimal value F of the field PRO means that the address is equal to the value of the index register an plus the content of the field OFFA.
Table 2 below sets out an example of what one of the extended instruction registers ix0 to ix3 can contain, and FIG. 4 shows the distribution of the fields and one possible example of the content of the fields of one such register. In a similar manner to FIG. 3, the extended instruction register shown in FIG. 4 is referenced ix/yn, signifying that it is a register n selected from the four extended instruction registers for the units X AGU and Y AGU, respectively. FIG. 4 also indicates that all the fields can be read and written. As for the configuration registers, they can be written by program instructions specifically provided for this purpose and whose function is to modify the content of the register concerned, as and when required. Also, some locations of the register can be reset to the initial state to the value “0”. In the example described here, it is assumed that an extended instruction is defined on 24 bits.
TABLE 2
FIELD FUNCTION BITS DESCRIPTION
PREAD Generate 3 bits 0 addr=ax|yn 1 addr=ax|yn+OFFB
premodified 2 addr=ax|yn+MR1 3 addr=ax|yn−MR1
address for 4 addrMSB=ax|ynMSB 5 addr=ax|yn+OR
access to current addrLSB=shr(ax|ynLSB)
memory: part of LSB=log2(MR)>addrLSB(MR)=0
the instruction 6 addr=ax|yn−OR 7
POSAD1 Generate 4 bits 0 RES1=ax|yn+MR1 1 RES1=ax|yn−MR1
postmodified 2 RES1=ax|yn+OR 3 RES1=ax|yn−OR
address; 4 RES1=ax|yn+MR2 5 RES1=ax|yn−MR2
First part of 6 RES1=ax|yn+OFFB 7 “0”
the extended 8 RES1=(ax|yn+OR)%MR1 9 RES1=(ax|yn−OR)%MR1
instruction A RES1=(ax|yn+OFFB)%MR1 B addrMSB=ax|ynMSB,
addrLSB=0
LSB=log2(MR)
C RES1=(ax|yn+1)%MR1 D RES1=(ax|yn−1)%MR1
E ax|yn+RCS F OR+RCS
POSAD2 Generate 4 bits 0 RES2=RES1+1 1 RES2=RES1−1
postmodified 2 RES2=RES1+OFFB 3 RES2=RES1+MR2
address; 4 RES2=RES1−MR2 5 RES2=RES1+2*MR2
Second part of 6 RES2= (MR1,#IMM4) 7 RES2=(MR2,#IMM4)
the extended 8 RES2= (RES1,#IMM4) 9 RES2=(OR,#IMM4)
instruction A RES2=AR B RES2=OR
C RES2=MR2 D RES2=OR+MR2
E RES2=OR+OFFB F RES2=MR2+OFFB
POSTR1 Destination 2 bits 0 1 ax|yn=RES1
register for 2 OR=RES1 3 MR2=RES1
POSAD2-RES2
POSTR2 Destination 2 bits 0 MR1=RES2 1 ax|yn=RES2
register for 2 OR+RES2 3 MR2=RES2
POSAD2-RES2
OR Offset register 2 bits 0 ox|y0 1 ox|y1
ox/yn 2 ox|y2 3 ox|y3
MR1\2 Modulo register 2 bits 0 mx|y0 1 mx|y1
mx/yn 2 mx|y2 3 mx|y3
OFFB Offset 7 bits 0 1 1 2
(−64 . . . +64) 2 3 3 4
4 −4 5 −3
6 −2 7 −1
RCR Selection of radix 2 bits 0 radix−2 1 radix−4
of inverse remainder 2 Reserved 3 Reserved
RCS Dimension of 3 bits 0 Dimension of interval 24/24 1 Dimension of interval 25/28
inverse 2 Dimension of interval 26/28 3 Dimension of interval 27/210
remainder 4 Dimension of interval 28/212 5 Dimension of interval 29/214
interval 6 Dimension of interval 210/216 7 Dimension of interval 211/218
radix−2/radix−4

Table 2 is read in the same way as table 1, RES 1 and RES 2 respectively signifying “result 1” and “result 2”.
FIG. 5 is a detailed diagram of the address generation unit 17 (X AGU), the address generation unit 18 (Y AGU) having the same structure. The latter is therefore not described in detail.
The program instruction coming from the sequencing unit 2 is assumed to be placed in a register 20 including a field into which the part of the instructions containing the address generation code CE used in the system according to the invention is loaded. Of course, the register 20 can contain the remaining part PR of the instructions (not shown), which is generally much larger than the part for the address generation code CE, since an instruction can be defined on 32 bits in total, for example. In the example described here, the address generation code CE comprises 6 bits numbered from b1 to b6. Thus the address generation system 17 uses only six bits of an instruction.
In each instruction, the remaining part PR not assigned to address generation comprises two bits DRAG designating general application registers for selecting a general application register rx0 to rx3 or rx0 w to rx3 w (in the narrow or large version respectively) from a set of registers via a line 21.
Two bits b1 and b2 of the address generation code CE are transferred over a line 25 to a multiplexer 22 which chooses, in dependence upon the value of these two bits, which of the four index or address registers ax0 to ax3 and their respective associated offset, modulo and configuration registers will be used to generate an address at a given time in the execution of the program. The multiplexer 22 places the content of the selected registers into a temporary register 23 via a line 24.
Two other bits b3 and b4 of the address generation code on a line 26 define operations that are executed for address calculations. The process initiated by these bits is explained later.
Another bit b5 appearing on a line 27 defines the choice between a basic operation or a predefined operation, on the one hand, and an extended operation, on the other hand, all of these operations being implemented in a hardwired logic address calculation circuit 28 that applies these operations to the contents of the index registers and the associated offset and modulo registers selected by means of the multiplexer 22 and placed in the register 23. The address calculated in the circuit 28 is used directly to address the memory 7.
Finally, a last bit b6 of the address generation code appearing on a line 29 defines the choice between a predefined operation and an extended operation.
The value of the bits b3 and b4 also sets two multiplexers 31 and 32. The multiplexer 31 selects one of the three fields PRO, PR1 and PR2 defining predefined operations forming part of the content of a configuration register cx0 to cx3, the codes of these fields being respectively transferred over the lines 33, 34 and 35. The output of the multiplexer 31 constitutes one of the inputs of the multiplexer 30.
The value of the bit b5 is applied to the control input of the multiplexer 30 and to that of another multiplexer 36 of which it also constitutes one input. The other input of this multiplexer receives the value of the bit b6, the latter also forming one input of the multiplexer 30.
The multiplexer 32 selects the content of one of the extended instruction registers ix0 to ix3 in dependence upon the value of the bits b3 and b4. That content is placed in a temporary register 37 which transfers it to a multiplexing and transcoding circuit 38 set by the output of the multiplexer 36. This circuit forms the operation signal with which the address calculation circuit 28 has to work.
The bit from the field W (see table 1) of the configuration registers cx0 to cx3 is transferred via the register 23 and a line 39 to a circuit 40 for determining narrow or wide data words. This circuit is connected to the general application registers and to the memory 7.
The unit 17 can thus operate in three different modes, shown in FIGS. 6, 7 and 8, respectively: basic mode, predefined mode, extended mode. These operating modes are now examined in succession, the circulation of the various types of information being shown by a wide double line identified each time by a particular form of shading.
In the basic mode (FIG. 6), the operation code of the calculation performed in the calculation circuit 28 is contained directly in the address generation code of the program instruction. It consists of seven basic operations and the NOP (no operation) code defined by the bits b3, b4 and b6. The multiplexers 30 and 36 are then transparent to the value of these three bits under the control of the bit b5. The operation code is applied to the multiplexing and transcoding circuit 38 which is also transparent to this code by applying the value of the bit b5. The basic operation code is therefore applied to the calculation circuit 28, which performs the calculation on the contents of the index, offset and modulo registers stored in the temporary register 23 at the time in question. These contents were selected by the values of the bits b1 and b2 setting the multiplexer 22.
FIG. 7 shows the execution of an address calculation using a predefined operation code. In this case, the multiplexing and transcoding circuit 38 is transparent to the input coming from the multiplexer 30 because of the value of the bit b6 passing through the multiplexer 36 set by the value of the bit b5.
The value of the bits b3 and b4 chooses one of the predefined operations in the configuration register cxn selected by the multiplexer 22 and placed in the corresponding field of the temporary register 23. The corresponding code passes through the multiplexers 31 and 30.
In the case of FIG. 8, the multiplexing and transcoding circuit 38 is transparent for the content of the temporary register 37 in which the content of one of the extended registers ix0 to ix3 is placed via the multiplexer 32. The latter is set by the value of the bits b3 and b4. As in FIG. 7, the transparency of the circuit 38 is assured by the value of the bit b5 that transmits the value of the bit b6 to the circuit 38.
Under the above conditions, the address calculation circuit 28 works with the instruction defined in the selected extended register, using the codes specified by way of example in table 2 above.
Thus to define the address generation code CE, each program instruction requires only six bits assigned a double function. For example, the bits b3, b4 and b6 are used to define the value of the operation code in the basic mode and to set multiplexers in the address generation system. The more complex address calculation operations are defined using dedicated registers as the configuration and extended instruction registers, which makes the programming possibilities very flexible, despite the small number of bits in the program instruction defining the address generation code. It should also be noted that the contents of the registers in question can be replaced at any time by other contents as called for by the requirements of algorithm execution.

Claims (22)

1. A system for generating addresses for a digital signal processor adapted to execute a program whose program instructions each include an address generation code for accessing at least one memory associated with said processor, said system comprising:
a set of address registers;
an address calculation circuit which calculates each access address to said at least one memory on the basis of at least one operation code designated by the address generation code of one of said program instructions and the content of one address register selected from said set of address registers, said address calculation circuit being configurable to perform a plurality of predetermined calculation operations in response to a plurality of predefined operation codes;
said address generation code defining said operation code to be sent to said address calculation circuit and designating the address register whose content must be subjected to a calculation operation; and
a control component which selectively transfers to said address calculation circuit the contents of said address register designated by said address generation code and of said at least one operation code defined by said address generation code;
each address register of said set of address registers being further associated with a respective configuration register designated by said address generation code at the same time as said address register;
each of said configuration registers containing at least one set of predefined operation codes each adapted to control one of said plurality of predetermined calculation operations in said address calculation circuit; and
said system being adapted to select a mode of transmission of the contents of said designated address register and of said at least one defined operation code to said address calculation circuit from several transmission modes that include a predefined mode, said control component in said predefined mode transferring to said address calculation circuit said designated address register and at least one predefined operation code of said set of predefined operation codes contained in the respective configuration register associated with said designated address register, said at least one predefined operation code being selected from said set of predefined operation codes by said control component in dependence upon the value of at least a first bit of said address generation code.
2. The system claimed in claim 1 wherein each configuration register comprises a plurality of fields each containing a set of predefined operation codes.
3. The system claimed in claim 2 wherein each configuration register comprises three fields each containing a set of predefined operation codes and wherein said predefined operation codes are defined on four bits.
4. The system claimed in claim 1, further including a set of extended instruction registers for selectively executing complex address calculation operations in said address calculation circuit, said control component being adapted, in dependence upon a second predetermined bit of said address generation code, to transfer to said address calculation circuit either said at least one predefined operation code contained in said respective configuration register associated with said designated address register to execute a predefined address calculation operation according to said predefined mode, or the content of one of said extended instruction registers to execute a complex calculation operation defined by that content according to an extended transmission mode of said transmission modes, said control component further being adapted, in dependence upon at least a third predetermined bit of said program instructions, to designate one of said extended instruction registers of said set of extended instruction registers to transfer a content thereof to said address calculation circuit for execution of a complex calculation operation according to the extended transmission mode.
5. The system claimed in claim 4, wherein each configuration register comprises a plurality of fields each containing a set of predefined operation codes and wherein said first and third bits of said address generation code occupy the same position in said program instruction and are used to designate, in dependence upon the value of said second bit, either respective fields of said configuration registers or a respective extended instruction register in said set of extended instruction registers.
6. The system claimed in claim 1, wherein said control component is adapted to select an address operation code designating a plurality of frequent calculation operations during the execution of said program in dependence upon the value of at least a fourth bit of said address generation code applied to said address calculation circuit.
7. The system claimed in claim 6 wherein said frequent calculation operations are defined by said first or third bit and said second bit.
8. The system claimed in claim 5 wherein said address generation code contains two bits for selecting said configuration registers and said extended instruction registers.
9. The system claimed in claim 1, for use in a digital signal processor adapted to operate selectively in a narrow data word mode or a wide data word mode, which data words can be stored temporarily in a set of general application registers, wherein each of said configuration registers includes a field defining one or the other of said data word modes.
10. A digital signal processor including an address generation system as claimed in claim 1.
11. A system f or generating addresses for a digital signal processor adapted to execute a program whose program instructions each include an address generation code for accessing at least one memory associated with said processor, said system comprising:
a set of address registers;
an address calculation circuit which calculates each access address to said at least one memory on the basis of at least one operation code designated by the address generation code of one of said program instructions and the content of one address register selected from said set of address registers on the basis of said address generation code, said address calculation circuit being configurable to perform a plurality of predetermined calculation operations in response to a plurality of predefined operation codes;
a control component which selectively transfers to said address calculation circuit the contents of said address register designated by said address generation code and said at least one operation code defined by said address generation code;
each address register of said set of address registers being further associated with a respective configuration register designated by said address generation code at the same time as said address register;
each of said configuration registers containing at least one set of predefined operation codes each adapted to control one of said plurality of predetermined calculation operations in said address calculation circuit; and
said system being adapted to select a mode of transmission of the contents of said designated address register and of said at least one defined operation code to said address calculation circuit from several transmission modes that include a basic mode and a predefined mode, said control component in said basic mode transferring to said address calculation circuit said designated address register and said at least one operation code defined by said address generation code, said control component in said predefined mode transferring to said address calculation circuit said designated address register and at least one predefined operation code of said set of predefined operation codes contained in the respective configuration register associated with said designated address register, said at least one predefined operation code being selected from said set of predefined operation codes by said control component in dependence upon the value of at least a first bit of said address generation code.
12. The system claimed in claim 11, further including a set of extended instruction registers for selectively executing complex address calculation operations in said address calculation circuit, said control component being adapted, in dependence upon a second predetermined bit of said address generation code, to transfer to said address calculation circuit either said at least one predefined operation code contained in said respective configuration register associated with said designated address register to execute a predefined address calculation operation according to said predefined mode, or the content of one of said extended instruction registers to execute a complex calculation operation defined by that content according to an extended transmission mode of said transmission modes.
13. The system claimed in claim 12, wherein said control component is further adapted, in dependence upon at least a third predetermined bit of said program instructions, to designate one of said extended instruction registers of said set of extended instruction registers to transfer a content thereof to said address calculation circuit for execution of a complex calculation operation according to the extended transmission mode.
14. The system claimed in claim 12, wherein each configuration register comprises a plurality of fields each containing a set of predefined operation codes and wherein said first and third bits of said address generation code occupy the same position in said program instruction and are used to designate, in dependence upon the value of said second bit, either respective fields of said configuration registers or a respective extended instruction register in said set of extended instruction registers.
15. A system for generating addresses for a digital signal processor adapted to execute a program whose program instructions each include an address generation code for accessing at least one memory associated with said processor, said system comprising:
a set of address registers, each of said address registers having an associated configuration register designated by said address generation code;
an address calculation circuit which calculates each access address to said at least one memory on the basis of at least one operation code at least partly defined by the address generation code of one of said program instructions and the content of one address register selected from said set of address registers on the basis of said address generation code, said address calculation circuit being configurable to perform a plurality of predetermined calculation operations in response to a plurality of predefined operation codes;
a control component which selectively transfers to said address calculation circuit the contents of said address register designated by said address generation code and said at least one operation code;
each of said configuration registers containing at least one set of predefined operation codes each adapted to control one of said plurality of predetermined calculation operations in said address calculation circuit; and
said system being adapted to select a mode of transmission of the contents of said designated address register and of said at least one operation code to said address calculation circuit from a plurality of transmission modes that include a basic mode in which said control component transfers the content of said designated address register and said at least one operation code as defined only by said address generation code to said address calculation circuit, and at least one complex mode in which said control component transfers the content of said designated address register and in which a content of dedicated registers are used to fully define the operation code.
16. The system claimed in claim 15, wherein said complex mode includes a predefined mode in which at least one of said predefined operation codes within said set of predefined operation codes contained in the respective configuration register associated with said designated address register is selected by said control component in dependence upon the value of at least a first bit of said address generation code.
17. The system claimed in claim 16, wherein said system further includes a set of extended instruction registers and said complex mode includes an extended mode in which said set of extended instruction registers are used to fully define said operation code for execution of calculation operations in said address calculation circuit, said control component being adapted, in dependence upon a second predetermined bit of said address generation code, to transfer to said address calculation circuit either said at least one predefined operation code contained in said respective configuration register associated with said designated address register to execute a predefined address calculation operation according to said predefined mode, or the content of one of said extended instruction registers to execute a complex calculation operation defined by said content according to said extended transmission mode.
18. The system claimed in claim 17, wherein said control component is further configured, in dependence upon at least a third predetermined bit of said program instructions, to designate one of said extended instruction registers of said set of extended instruction registers to transfer a content thereof to said address calculation circuit for execution of a complex calculation operation according to the extended transmission mode.
19. The system claimed in claim 18, wherein each configuration register comprises a plurality of fields each containing a set of predefined operation codes and wherein said first and third bits of said address generation code occupy the same position in said program instruction and are used to designate, in dependence upon the value of said second bit, either respective fields of said configuration registers or a respective extended instruction register in the set of extended instruction registers.
20. The system claimed in claim 14, wherein said system includes a set of extended instruction registers and said complex mode includes an extended mode in which said set of extended instruction registers are used to fully define said operation code for execution of complex address calculation operations in said address calculation circuit.
21. The system claimed in claim 1, wherein said plurality of predetermined calculation operations includes addition and multiplication operations.
22. The system claimed in claim 1, wherein said plurality of predetermined calculation operations includes addition and subtraction operations.
US10/455,808 2002-06-06 2003-06-06 System for producing addresses for a digital signal processor Expired - Fee Related US7213127B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP02291405.5 2002-06-06
EP02291405A EP1369774A1 (en) 2002-06-06 2002-06-06 Device for elaborating adresses for a digital signal processor

Publications (2)

Publication Number Publication Date
US20040034758A1 US20040034758A1 (en) 2004-02-19
US7213127B2 true US7213127B2 (en) 2007-05-01

Family

ID=29433216

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/455,808 Expired - Fee Related US7213127B2 (en) 2002-06-06 2003-06-06 System for producing addresses for a digital signal processor

Country Status (2)

Country Link
US (1) US7213127B2 (en)
EP (1) EP1369774A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7877571B2 (en) * 2007-11-20 2011-01-25 Qualcomm, Incorporated System and method of determining an address of an element within a table
US9304899B1 (en) * 2012-08-24 2016-04-05 Altera Corporation Network interface circuitry with flexible memory addressing capabilities

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5450553A (en) * 1990-06-15 1995-09-12 Kabushiki Kaisha Toshiba Digital signal processor including address generation by execute/stop instruction designated
US5678037A (en) * 1994-09-16 1997-10-14 Vlsi Technology, Inc. Hardware graphics accelerator system and method therefor
US5918252A (en) * 1995-02-14 1999-06-29 Winbond Electronics Corporation Apparatus and method for generating a modulo address
US5918253A (en) * 1994-01-28 1999-06-29 Ricoh Company, Ltd. Memory address generator
US6038584A (en) 1989-11-17 2000-03-14 Texas Instruments Incorporated Synchronized MIMD multi-processing system and method of operation
US6105126A (en) * 1998-04-30 2000-08-15 International Business Machines Corporation Address bit decoding for same adder circuitry for RXE instruction format with same XBD location as RX format and dis-jointed extended operation code
US6163836A (en) * 1997-08-01 2000-12-19 Micron Technology, Inc. Processor with programmable addressing modes
US6209076B1 (en) * 1997-11-18 2001-03-27 Intrinsity, Inc. Method and apparatus for two-stage address generation
WO2001098893A1 (en) 2000-06-19 2001-12-27 Koninklijke Philips Electronics Nv Generation of memory addresses utilizing scheme registers
US6363469B1 (en) * 1998-07-13 2002-03-26 Matsushita Electric Industrial Co., Ltd. Address generation apparatus
US6401196B1 (en) * 1998-06-19 2002-06-04 Motorola, Inc. Data processor system having branch control and method thereof
US6453405B1 (en) * 2000-02-18 2002-09-17 Texas Instruments Incorporated Microprocessor with non-aligned circular addressing
US6457115B1 (en) * 2000-06-15 2002-09-24 Advanced Micro Devices, Inc. Apparatus and method for generating 64 bit addresses using a 32 bit adder
US6539467B1 (en) * 1999-11-15 2003-03-25 Texas Instruments Incorporated Microprocessor with non-aligned memory access
US6567910B2 (en) * 1998-02-13 2003-05-20 Texas Instruments Incorporated Digital signal processing unit with emulation circuitry and debug interrupt enable register indicating serviceable time-critical interrupts during real-time emulation mode
US6647484B1 (en) * 2000-09-19 2003-11-11 3 Dsp Corporation Transpose address mode in general purpose DSP processor

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6038584A (en) 1989-11-17 2000-03-14 Texas Instruments Incorporated Synchronized MIMD multi-processing system and method of operation
US5450553A (en) * 1990-06-15 1995-09-12 Kabushiki Kaisha Toshiba Digital signal processor including address generation by execute/stop instruction designated
US5918253A (en) * 1994-01-28 1999-06-29 Ricoh Company, Ltd. Memory address generator
US5678037A (en) * 1994-09-16 1997-10-14 Vlsi Technology, Inc. Hardware graphics accelerator system and method therefor
US5918252A (en) * 1995-02-14 1999-06-29 Winbond Electronics Corporation Apparatus and method for generating a modulo address
US6163836A (en) * 1997-08-01 2000-12-19 Micron Technology, Inc. Processor with programmable addressing modes
US6209076B1 (en) * 1997-11-18 2001-03-27 Intrinsity, Inc. Method and apparatus for two-stage address generation
US6567910B2 (en) * 1998-02-13 2003-05-20 Texas Instruments Incorporated Digital signal processing unit with emulation circuitry and debug interrupt enable register indicating serviceable time-critical interrupts during real-time emulation mode
US6105126A (en) * 1998-04-30 2000-08-15 International Business Machines Corporation Address bit decoding for same adder circuitry for RXE instruction format with same XBD location as RX format and dis-jointed extended operation code
US6401196B1 (en) * 1998-06-19 2002-06-04 Motorola, Inc. Data processor system having branch control and method thereof
US6363469B1 (en) * 1998-07-13 2002-03-26 Matsushita Electric Industrial Co., Ltd. Address generation apparatus
US6539467B1 (en) * 1999-11-15 2003-03-25 Texas Instruments Incorporated Microprocessor with non-aligned memory access
US6453405B1 (en) * 2000-02-18 2002-09-17 Texas Instruments Incorporated Microprocessor with non-aligned circular addressing
US6457115B1 (en) * 2000-06-15 2002-09-24 Advanced Micro Devices, Inc. Apparatus and method for generating 64 bit addresses using a 32 bit adder
US6463518B1 (en) * 2000-06-19 2002-10-08 Philips Electronics No. America Corp. Generation of memory addresses for accessing a memory utilizing scheme registers
WO2001098893A1 (en) 2000-06-19 2001-12-27 Koninklijke Philips Electronics Nv Generation of memory addresses utilizing scheme registers
US6647484B1 (en) * 2000-09-19 2003-11-11 3 Dsp Corporation Transpose address mode in general purpose DSP processor

Also Published As

Publication number Publication date
EP1369774A1 (en) 2003-12-10
US20040034758A1 (en) 2004-02-19

Similar Documents

Publication Publication Date Title
US11183225B2 (en) Memories and methods for performing vector atomic memory operations with mask control and variable data length and data unit size
US5832290A (en) Apparatus, systems and method for improving memory bandwidth utilization in vector processing systems
US4314333A (en) Data processor
US3778776A (en) Electronic computer comprising a plurality of general purpose registers and having a dynamic relocation capability
JP2014505916A (en) Method and apparatus for moving data from a SIMD register file to a general purpose register file
JPH1011289A (en) Instruction number expansion method in parallel processor, and parallel processors
US4136383A (en) Microprogrammed, multipurpose processor having controllable execution speed
US20220237041A1 (en) Parallel processing system performing in-memory processing
JPH0414385B2 (en)
US4460972A (en) Single chip microcomputer selectively operable in response to instructions stored on the computer chip or in response to instructions stored external to the chip
KR100765567B1 (en) Data processor with an arithmetic logic unit and a stack
US5109497A (en) Arithmetic element controller for controlling data, control and micro store memories
US7213127B2 (en) System for producing addresses for a digital signal processor
US3245047A (en) Selective data transfer apparatus
JP2620519B2 (en) Operation processing system and method
CN114489791A (en) Processor device, instruction execution method thereof and computing equipment
JP2002215606A (en) Data processor
JP2006506727A (en) VLIW with copy register file
EP0020972B1 (en) Program controlled microprocessing apparatus
US6519692B1 (en) Method for updating a pointer to access a memory address in a DSP
US5590302A (en) Device for generating structured addresses
JP2941583B2 (en) Data processing device
KR20010072490A (en) Data processor comprising a register stack
JP2918570B2 (en) Central processing unit
JPS6225334A (en) Instruction processing system

Legal Events

Date Code Title Description
AS Assignment

Owner name: CSEM CENTRE SUISSE D'ELECTRONIQUE ET DE MICROTECHN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RAMPOGNA, FLAVIO;PFISTER, PIERRE-DAVID;MASGONTY, JEAN-MARC;AND OTHERS;REEL/FRAME:014540/0712

Effective date: 20030611

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20190501