JPH0944399A - Arithmetic unit - Google Patents

Arithmetic unit

Info

Publication number
JPH0944399A
JPH0944399A JP7196518A JP19651895A JPH0944399A JP H0944399 A JPH0944399 A JP H0944399A JP 7196518 A JP7196518 A JP 7196518A JP 19651895 A JP19651895 A JP 19651895A JP H0944399 A JPH0944399 A JP H0944399A
Authority
JP
Japan
Prior art keywords
arithmetic unit
data
small
data memory
storage means
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.)
Pending
Application number
JP7196518A
Other languages
Japanese (ja)
Inventor
Hidetoshi Suzuki
木 秀 俊 鈴
Tomoaki Minamida
田 智 昭 南
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP7196518A priority Critical patent/JPH0944399A/en
Publication of JPH0944399A publication Critical patent/JPH0944399A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

PROBLEM TO BE SOLVED: To reduce the power consumption by incorporating a small-scale memory, where a linear prediction coefficient or the like is frequently held, in a chip besides a data memory. SOLUTION: With respect to voice encoding/decoding, data which is not accessed many time is held in a data memory 1. Data like the linear prediction coefficient which is accessed many time is held in a small-scale data memory 4. As the result, an operation part 5 accesses the small-scale data memory 4 when accessing the linear prediction coefficient at the time or operation, thus reducing the power consumption.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、データの記憶手段を持
つ演算装置、特に音声符復号化処理を行うディジタルシ
グナルプロセッサのような演算装置に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an arithmetic unit having data storage means, and more particularly to an arithmetic unit such as a digital signal processor for performing voice code decoding processing.

【0002】[0002]

【従来の技術】マイクロプロセッサやディジタルシグナ
ルプロセッサなどの演算装置では、ALU、乗算器、レ
ジスタなどを含む演算部と、データを保持するデータメ
モリとをバスで接続してデータのやりとりを行う。
2. Description of the Related Art In an arithmetic unit such as a microprocessor or a digital signal processor, an arithmetic unit including an ALU, a multiplier, a register and the like and a data memory holding data are connected by a bus to exchange data.

【0003】以下、従来の演算装置を図5を参照しなが
ら説明する。図5において、101はデータメモリであ
り、データを保持する。102はAバスであり、データ
メモリ101と後述する演算部104を接続する。10
3はBバスであり、データメモリ101と後述する演算
部104を接続する。104は演算部であり、Aバス1
02とBバス103のデータに対して演算を行う。
A conventional arithmetic unit will be described below with reference to FIG. In FIG. 5, 101 is a data memory, which holds data. Reference numeral 102 denotes an A bus, which connects the data memory 101 and a calculation unit 104 described later. 10
Reference numeral 3 is a B bus, which connects the data memory 101 and the arithmetic unit 104 described later. Reference numeral 104 denotes an arithmetic unit, which is an A bus 1
02 and the data of the B bus 103 are operated.

【0004】以上のように構成された演算装置は、以下
のように動作する。データメモリ101から1つまたは
2つのデータを読み出す。読み出されたそれぞれのデー
タをAバス102およびBバス103を介して演算部1
04に供給する。演算部104での演算結果は、Aバス
102またはBバス103を介してデータメモリ101
に格納される。
The arithmetic unit configured as described above operates as follows. One or two data is read from the data memory 101. The read data is processed by the arithmetic unit 1 via the A bus 102 and the B bus 103.
04. The calculation result in the calculation unit 104 is transferred to the data memory 101 via the A bus 102 or the B bus 103.
Stored in.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記従
来の演算装置では、どのようなデータに対しても同一の
データメモリにアクセスを行うため、どのデータにアク
セスしても消費電力が同一であり、消費電力を削減でき
ないという問題がある。一方、消費電力を削減するた
め、データメモリを小さな単位のブロックに分割し、ア
クセスするブロックのみ動作させるという手法がある。
この場合、小さな単位のブロックに分割することでデコ
ード段数が増加するため、デコード回路によりチップ面
積が増加し、チップの価格を高価にするという問題があ
る。また、デコード段数の増加は、アクセス速度(動作
速度)の向上が困難という問題を発生する。
However, in the above conventional arithmetic unit, since the same data memory is accessed for any data, the power consumption is the same regardless of which data is accessed. There is a problem that power consumption cannot be reduced. On the other hand, in order to reduce the power consumption, there is a method in which the data memory is divided into small blocks and only the blocks to be accessed are operated.
In this case, since the number of decoding stages is increased by dividing the block into small units, there is a problem that the chip area is increased by the decoding circuit and the cost of the chip is increased. Further, the increase in the number of decoding stages causes a problem that it is difficult to improve the access speed (operation speed).

【0006】本発明は、上記従来の問題を解決するもの
であり、低消費電力で安価かつ高速動作が可能な演算装
置を提供することを目的とする。
An object of the present invention is to solve the above-mentioned conventional problems, and to provide an arithmetic unit which consumes low power and is inexpensive and capable of high-speed operation.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明の演算装置は、従来のデータメモリの他に頻
繁にアクセスする変数を保持する小規模なデータメモリ
を持ち、頻繁にアクセスする変数、例えば、音声符復号
化処理においては線形予測係数を小規模なデータメモリ
に保持するようにしたものである。
In order to achieve the above object, the arithmetic unit of the present invention has a small data memory for holding a frequently accessed variable, in addition to the conventional data memory, and frequently accessed. A variable, for example, a linear prediction coefficient in a voice coding / decoding process, is held in a small-scale data memory.

【0008】[0008]

【作用】本発明は、上記構成により、消費電力の大きな
通常のメモリの代わりに、消費電力の小さい小規模なメ
モリに頻繁にアクセスする変数を保持してこれにアクセ
スすることにより、例えば、音声符復号化処理で非常に
多数回アクセスする線形予測係数を小規模メモリに保持
しておくことにより、通常のメモリの動作回数を減少さ
せることができ、消費電力を削減することができる。
According to the present invention, by virtue of the above-described configuration, a variable that frequently accesses a small-scale memory with low power consumption is accessed instead of a normal memory with high power consumption. By holding a linear prediction coefficient that is accessed a very large number of times in the encoding / decoding process in a small-scale memory, it is possible to reduce the number of times the normal memory operates and reduce power consumption.

【0009】また、小規模なメモリは、ビルディングブ
ロック設計で発生するレイアウト上のデッドスペースに
配置できるため、チップ面積をそれほど増大させず、演
算装置を低コストで実現することができる。
Further, since a small-scale memory can be arranged in a dead space on the layout generated by the building block design, the chip area is not increased so much and the arithmetic unit can be realized at low cost.

【0010】さらに、通常のメモリを小規模なデータメ
モリに分割する手法に比べ、デコード段数の増加を抑え
られるため、高速動作可能な演算装置を提供することが
できる。
Further, as compared with the method of dividing a normal memory into a small-scale data memory, an increase in the number of decoding stages can be suppressed, so that it is possible to provide an arithmetic unit capable of operating at high speed.

【0011】したがって、本発明によれば、低消費電力
でかつ低価格・高速動作可能な演算装置を提供すること
ができる。
Therefore, according to the present invention, it is possible to provide a low power consumption, low cost, and high speed operation device.

【0012】[0012]

【実施例】以下、本発明の一実施例を、図面を参照しな
がら説明する。なお、以下の説明は、もっぱら本発明の
説明を目的としたものであって、本発明の内容を制限す
るものではない。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. It should be noted that the following description is solely for the purpose of explaining the present invention and does not limit the content of the present invention.

【0013】図1は本発明の一実施例における演算装置
を示す概略ブロック図である。図1において、1はデー
タメモリであり、データを保持する。2はAバスであ
り、データメモリ1と後述する演算部5を接続する。3
はBバスであり、データメモリ1と後述する演算部5を
接続する。4は小規模データメモリであり、頻繁にアク
セスするデータを保持する。5は演算部であり、Aバス
2とBバス3のデータに対して演算を行う。
FIG. 1 is a schematic block diagram showing an arithmetic unit in one embodiment of the present invention. In FIG. 1, reference numeral 1 is a data memory, which holds data. Reference numeral 2 denotes an A bus, which connects the data memory 1 and the arithmetic unit 5 described later. 3
Is a B bus, which connects the data memory 1 and the arithmetic unit 5 described later. Reference numeral 4 is a small-scale data memory, which holds frequently accessed data. Reference numeral 5 denotes an arithmetic unit, which performs arithmetic operations on the data on the A bus 2 and the B bus 3.

【0014】以上のように構成された演算装置におい
て、データの演算を行う方法を説明する。頻繁にアクセ
スしないデータはデータメモリ1に保持する。例えば、
数回程度しかアクセスしない2データの読み出しが必要
な場合、データメモリ1からそれぞれのデータをAバス
2およびBバス3を介して演算部5に供給する。演算部
5ではその演算を行う。
A method of calculating data in the calculation device configured as described above will be described. Data that is not frequently accessed is held in the data memory 1. For example,
When it is necessary to read out two data that are accessed only a few times, each data is supplied from the data memory 1 to the arithmetic unit 5 via the A bus 2 and the B bus 3. The calculation unit 5 performs the calculation.

【0015】頻繁にアクセスする変数は、プログラムの
指示により、小規模データメモリ4に格納する。小規模
データメモリ4に格納されている変数への演算は、小規
模データメモリ4からBバス3を介して読み出し、演算
部5に格納する。この小規模データメモリ4へのアクセ
スのみが発生する場合は、データメモリ1の動作は停止
する。
Variables that are frequently accessed are stored in the small-scale data memory 4 according to the instructions of the program. The calculation to the variable stored in the small-scale data memory 4 is read from the small-scale data memory 4 via the B bus 3 and stored in the calculation unit 5. When only the access to the small-scale data memory 4 occurs, the operation of the data memory 1 is stopped.

【0016】次に、音声符号化処理での実施例を示す。
近年のディジタル移動体通信では、CELP符号化方式
が用いられることが多い。CELP符号化処理は以下の
手順に従って行われる。 入力音声に対し、線形予測分析を行う。 線形予測分析により計算された線形予測係数を小規模
データメモリ4に格納する。 小規模データメモリ4に格納されている線形予測係数
とデータメモリ1に格納されている音源コードブックの
情報とから音声を合成する。 合成した音声と入力音声との誤差が最も少なくなるコ
ードブックの情報を選択する。 線形予測係数とどのコードブックを選んだかという情
報を符号として送信する。
Next, an example of the voice encoding process will be described.
In recent digital mobile communications, the CELP coding method is often used. The CELP encoding process is performed according to the following procedure. Performs linear predictive analysis on input speech. The linear prediction coefficient calculated by the linear prediction analysis is stored in the small-scale data memory 4. Speech is synthesized from the linear prediction coefficient stored in the small-scale data memory 4 and the sound source codebook information stored in the data memory 1. The codebook information that minimizes the error between the synthesized voice and the input voice is selected. The linear prediction coefficient and information indicating which codebook is selected are transmitted as a code.

【0017】上記の〜の手順のうち、の手順
は、音源コードブックから読み出すデータを変えて何度
も行うため、非常に演算量が多い。また、これらのステ
ップにおいて、小規模データメモリ4に格納されている
線形予測係数は、どのコードブックデータを読み出すと
きにも共通にアクセスされるため、小規模データメモリ
4へのアクセス回数は非常に多くなる。つまり、消費電
流の多いデータメモリ1へのアクセス頻度を減少させる
ことができ、その結果、データメモリ1の動作回数が減
少し、消費電流が減少する。
Among the above procedures (1) to (5), the data read from the sound source codebook is changed many times, and therefore the number of operations is very large. Further, in these steps, the linear prediction coefficient stored in the small-scale data memory 4 is commonly accessed when reading out any codebook data, so the number of accesses to the small-scale data memory 4 is extremely large. Will increase. That is, it is possible to reduce the frequency of access to the data memory 1 that consumes a large amount of current, and as a result, the number of operations of the data memory 1 is reduced and the current consumption is reduced.

【0018】また、上記の実施例では、音声符号化処理
の実施例を述べたが、音声符号化処理以外にも多数回ア
クセスする変数がある場合には、それを小規模データメ
モリ4に保持することにより、消費電力を減少させる効
果がある。なお、本演算装置を組み込み用途に適用する
場合、実行するプログラムは組み込む時点で決まってお
り、多数回アクセスする変数もアルゴリズム的に分かっ
ていることが多い。
Further, in the above embodiment, the embodiment of the voice encoding process is described. However, if there is a variable to be accessed many times other than the voice encoding process, it is held in the small-scale data memory 4. This has the effect of reducing power consumption. When this arithmetic unit is applied to an embedded application, the program to be executed is determined at the time of incorporation, and variables that are accessed many times are often known algorithmically.

【0019】従来、このような小規模メモリとしては、
キャッシュメモリがある(富田眞治ほか訳、「コンピュ
ータアーキテクチャ」、日経BP社、第8章など)。キ
ャッシュメモリは、プログラムで明示的にどのデータが
保持されているかを制御せず、ハードウェアを用いてど
のデータが保持されているかを管理している。このた
め、主記憶手段中の何番地のアドレスであるかという情
報を保持する記憶手段が必要である。このため、回路規
模が増大し、また、主記憶と同一のデータのコピーがキ
ャッシュメモリに保持されるため、同一のデータを2カ
所に持つこととなる。つまり、記憶手段に無駄が生じ
る。
Conventionally, as such a small scale memory,
There is a cache memory (Translated by Shinji Tomita et al., "Computer Architecture", Nikkei BP, Chapter 8, etc.). The cache memory does not explicitly control which data is held by the program, but manages which data is held using hardware. Therefore, it is necessary to have a storage means for holding information about the address of the main storage means. Therefore, the circuit scale is increased, and a copy of the same data as the main memory is held in the cache memory, so that the same data is held in two places. That is, the storage means is wasted.

【0020】これに対し、本実施例では、プログラムに
より小規模なデータメモリにデータを配置するため、主
記憶中の何番地のデータであるかという情報を持つ必要
がない。このため、回路規模が増大するという問題が生
じない。また、同一データを2カ所に持つことによる無
駄が生じない。
On the other hand, in the present embodiment, since the data is arranged in the small-scale data memory by the program, it is not necessary to have the information of the address of the main memory. Therefore, the problem that the circuit scale increases does not occur. In addition, there is no waste due to having the same data in two places.

【0021】他方、プログラムによりデータを配置する
小規模なデータメモリとして、レジスタがある。しか
し、レジスタの数は命令セットアーキテクチャにより規
定される。レジスタ数を増加させることは、命令セット
においてレジスタを指示するのに要するビット長が増加
し、命令語長が長くなるという問題がある。例えば、レ
ジスタ数が4つの場合は、レジスタを指示するのに要す
るビットは2ビットあればよいが、レジスタ数が8つの
場合は、レジスタを指示するのに要するビットが3ビッ
ト必要となる。
On the other hand, there is a register as a small-scale data memory in which data is arranged by a program. However, the number of registers is defined by the instruction set architecture. Increasing the number of registers has a problem that the bit length required to instruct the registers in the instruction set increases and the instruction word length increases. For example, when the number of registers is four, the number of bits required to instruct the register is two, but when the number of registers is eight, three bits are required to instruct the register.

【0022】本実施例では、小規模データメモリは、命
令セットアーキテクチャ上、メモリとして扱われてい
る。このため、命令セットアーキテクチャに対する変更
は必要とせず、レジスタ数の増加による命令語長の増加
の問題も発生しない。一方、命令セットアーキテクチャ
上メモリとして扱うと、アドレッシングの能力が低下す
るという問題が生ずることがある。しかし、小規模デー
タメモリへのアクセスは連続した配列としてアクセスす
ることが多いため、ポインタによるアドレッシングを行
っても、ポストインクリメント、ポストデクリメントに
よる修飾がうまく動作するためアドレッシング能力の不
足による演算能力の低下は生じない。
In this embodiment, the small-scale data memory is treated as a memory because of the instruction set architecture. Therefore, there is no need to change the instruction set architecture, and the problem of an increase in instruction word length due to an increase in the number of registers does not occur. On the other hand, if it is handled as a memory in the instruction set architecture, there is a problem that the addressing ability is lowered. However, since small-scale data memory is often accessed as a continuous array, post-increment and post-decrement modifications work well even if addressing by pointers is performed, resulting in a decrease in computing capacity due to insufficient addressing capacity. Does not occur.

【0023】次に、本実施例のレイアウト設計について
説明する。大規模LSIの設計は、ビルディングブロッ
ク方式で行うことが多い。ビルディングブロック方式
は、個々の形の異なるブロックを組み上げることで設計
を行う方式である(菅野卓雄監修、ULSI設計技術、
電子情報通信学会 など)。一般には、それぞれのブロ
ックは矩形になるように設計を行い、VLSIのチップ
外形も矩形となる。このため、ビルディングブロック方
式の設計では、それぞれの機能ブロックの形状からデッ
ドスペースが発生することがある。メモリ部、データパ
ス部分などでは、データの基本演算長により縦横比が決
定されてしまうことがあるためである。
Next, the layout design of this embodiment will be described. A large-scale LSI is often designed by a building block method. The building block method is a method of designing by building blocks of different shapes (supervised by Takuo Sugano, ULSI design technology,
IEICE etc.). In general, each block is designed to have a rectangular shape, and the VLSI chip outer shape also has a rectangular shape. Therefore, in the design of the building block method, a dead space may occur due to the shape of each functional block. This is because the aspect ratio may be determined by the basic operation length of data in the memory section, the data path section, and the like.

【0024】また、前述したメモリ部やデータパス部の
他にもレイアウト設計済みのプロセッサコアや機能ブロ
ックを1つのブロックとして用いてビルディングブロッ
ク設計を行うことがある。このときも上記と同様にブロ
ックの縦横比を変更することができないため、デッドス
ペースが発生することがある。
In addition to the above-mentioned memory section and data path section, a building block may be designed by using a layout-designed processor core or functional block as one block. At this time as well, since it is not possible to change the aspect ratio of the block as described above, a dead space may occur.

【0025】図2はディジタル信号処理プロセッサのチ
ップ上のレイアウト図である。データメモリ1、命令メ
モリ5a、命令デコーダ・演算部5bから構成されてお
り、右上方のデッドスペースの部分に小規模データメモ
リ4を配置してある。このようなデッドスペースに小規
模なメモリ4を搭載することで、チップ面積の増加を防
ぐことができる。
FIG. 2 is a layout diagram on the chip of the digital signal processor. It is composed of a data memory 1, an instruction memory 5a, and an instruction decoder / operation unit 5b, and a small-scale data memory 4 is arranged in the upper right dead space. By mounting a small-scale memory 4 in such a dead space, it is possible to prevent an increase in chip area.

【0026】次に、本発明の第2の実施例について説明
する。図3は本発明の第2の実施例における演算装置を
示す概略ブロック図である。前述の第1の実施例の説明
で用いたものと同じ部分には同一の符号を符している。
図3において、1はデータメモリであり、データを保持
する。2はAバスであり、データメモリ1と後述する演
算部5を接続する。3はBバスであり、データメモリ1
と後述する演算部5を接続する。4は小規模データメモ
リであり、データを保持する。5は演算部であり、Aバ
ス2とBバス3のデータに対して演算を行う。6はCバ
スであり、小規模データメモリ4と演算部5を接続す
る。7はスイッチであり、Bバス3とCバス6とを分離
または接続する。
Next, a second embodiment of the present invention will be described. FIG. 3 is a schematic block diagram showing an arithmetic unit according to the second embodiment of the present invention. The same parts as those used in the description of the first embodiment described above are designated by the same reference numerals.
In FIG. 3, reference numeral 1 is a data memory, which holds data. Reference numeral 2 denotes an A bus, which connects the data memory 1 and the arithmetic unit 5 described later. 3 is a B bus, and data memory 1
And a calculation unit 5 described later are connected. A small data memory 4 holds data. Reference numeral 5 denotes an arithmetic unit, which performs arithmetic operations on the data on the A bus 2 and the B bus 3. A C bus 6 connects the small-scale data memory 4 and the arithmetic unit 5. A switch 7 separates or connects the B bus 3 and the C bus 6.

【0027】以上のように構成された演算装置におい
て、データの演算を行う方法を説明する。データメモリ
1から2つのデータを読み出す場合は、以下のように動
作する。一方のデータは、Aバス2を介して読み出す。
他方のデータは、Bバス3、スイッチ7、Cバス6を介
し演算部5に供給する。なお、このときスイッチ7は接
続している。演算部5では、それぞれのデータに対し、
演算を行う。
A method for calculating data in the arithmetic unit configured as described above will be described. When reading two pieces of data from the data memory 1, it operates as follows. One of the data is read out via the A bus 2.
The other data is supplied to the arithmetic unit 5 via the B bus 3, the switch 7 and the C bus 6. At this time, the switch 7 is connected. In the calculation unit 5, for each data,
Perform the operation.

【0028】頻繁にアクセスする変数は、小規模データ
メモリ4に格納する。小規模データメモリ4に格納され
ている変数は、小規模データメモリ4からCバス6を介
して読み出す。小規模データメモリ4にアクセスすると
きには、スイッチ7は分離する。この結果、小規模デー
タメモリ4から演算部5への接続時のバスの容量が減少
する。
Variables that are frequently accessed are stored in the small data memory 4. The variables stored in the small-scale data memory 4 are read from the small-scale data memory 4 via the C bus 6. When accessing the small-scale data memory 4, the switch 7 is separated. As a result, the capacity of the bus when connecting the small-scale data memory 4 to the arithmetic unit 5 is reduced.

【0029】CMOS回路の消費電力は容量に比例す
る。このため、本実施例では、小規模データメモリ4か
ら演算部5への接続時にバスの容量が減少するため、消
費電力が削減できる。
The power consumption of the CMOS circuit is proportional to the capacity. Therefore, in the present embodiment, the bus capacity is reduced when the small-scale data memory 4 is connected to the arithmetic unit 5, so that the power consumption can be reduced.

【0030】スイッチ7としては、図4に示すようなパ
ストランジスタ構造(a)または、バッファ構造(b)
が考えられるが、特に限定するものではない。
The switch 7 has a pass transistor structure (a) as shown in FIG. 4 or a buffer structure (b).
However, it is not particularly limited.

【0031】[0031]

【発明の効果】以上説明したように、本発明によれば、
線形予測係数のような頻繁にアクセスするデータを小規
模なメモリに格納するため、低消費電力な演算装置を提
供することができる。また、小規模なメモリの付加は、
大規模データメモリの演算ブロックを小さくすることで
低消費電流にする手法よりも、デコード段数の増加を少
なくて済ますことができるため、高速動作に適してい
る。また、VLSIのチップ上のレイアウト上のデッド
スペースに配置することで、チップ面積の増大を防ぐこ
とができるため、コストの上昇を防ぐことができる。
As described above, according to the present invention,
Since frequently accessed data such as a linear prediction coefficient is stored in a small-scale memory, it is possible to provide an arithmetic unit with low power consumption. Also, adding a small memory,
This method is suitable for high-speed operation because it requires less increase in the number of decoding stages than the method of reducing the current consumption by reducing the operation block of the large-scale data memory. Further, by arranging in a dead space on the layout of the VLSI chip, it is possible to prevent the increase of the chip area, so that it is possible to prevent the cost increase.

【0032】このように、本発明によれば、低消費電力
でかつ、高速動作、低コストな演算装置を提供すること
ができる。
As described above, according to the present invention, it is possible to provide a low power consumption, high speed operation, and low cost arithmetic unit.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の第1の実施例における演算装置を示す
概略ブロック図
FIG. 1 is a schematic block diagram showing an arithmetic unit according to a first embodiment of the present invention.

【図2】本発明の第1の実施例における演算装置のレイ
アウトを示す平面図
FIG. 2 is a plan view showing the layout of the arithmetic unit according to the first embodiment of the present invention.

【図3】本発明の第2の実施例における演算装置を示す
概略ブロック図
FIG. 3 is a schematic block diagram showing an arithmetic unit according to a second embodiment of the present invention.

【図4】本発明の第2の実施例におけるスイッチの構造
を示す回路図
FIG. 4 is a circuit diagram showing a switch structure according to a second embodiment of the present invention.

【図5】従来の演算装置を示す概略ブロック図FIG. 5 is a schematic block diagram showing a conventional arithmetic unit.

【符号の説明】[Explanation of symbols]

1 データメモリ 2 Aバス 3 Bバス 4 小規模データメモリ 5 演算部 6 Cバス 7 スイッチ 1 data memory 2 A bus 3 B bus 4 small-scale data memory 5 arithmetic unit 6 C bus 7 switch

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 データ記憶手段と演算手段とをバスで接
続した演算装置において、前記データ記憶手段よりも小
さな容量の記憶手段を前記バスに接続して前記データ記
憶手段と同一チップ上に搭載した演算装置。
1. An arithmetic unit in which a data storage means and an arithmetic means are connected by a bus, and a storage means having a capacity smaller than that of the data storage means is connected to the bus and mounted on the same chip as the data storage means. Arithmetic unit.
【請求項2】 小さな容量の記憶手段に、頻繁にアクセ
スするデータをプログラムの管理のもとでアーキテクチ
ャ的にメモリ空間に保持することを特徴とする請求項1
記載の演算装置。
2. The small-capacity storage means holds frequently accessed data in an architectural memory space under the control of a program.
The arithmetic unit according to the above.
【請求項3】 音声符復号化処理で頻繁にアクセスする
線形予測係数を小さな容量の記憶手段に保持することを
特徴とする請求項1記載の演算装置。
3. The arithmetic unit according to claim 1, wherein a linear prediction coefficient that is frequently accessed in the voice codec processing is held in a storage means having a small capacity.
【請求項4】 データ記憶手段と小さな容量の記憶手段
との間にスイッチを設け、小さな容量の記憶手段とデー
タ記憶手段の間を分離可能にした請求項1記載の演算装
置。
4. The arithmetic unit according to claim 1, wherein a switch is provided between the data storage means and the storage means having a small capacity so that the storage means having a small capacity and the data storage means can be separated from each other.
【請求項5】 小さな容量の記憶手段に、頻繁にアクセ
スするデータをプログラムの管理のもとでアーキテクチ
ャ的にメモリ空間に保持することを特徴とする請求項4
記載の演算装置。
5. A storage means having a small capacity, wherein frequently accessed data is architecturally held in a memory space under the control of a program.
The arithmetic unit according to the above.
【請求項6】 音声符復号化処理で頻繁にアクセスする
線形予測係数を小さな容量の記憶手段に保持することを
特徴とする請求項4記載の演算装置。
6. The arithmetic unit according to claim 4, wherein a linear prediction coefficient that is frequently accessed in the voice codec processing is held in a storage means having a small capacity.
JP7196518A 1995-08-01 1995-08-01 Arithmetic unit Pending JPH0944399A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7196518A JPH0944399A (en) 1995-08-01 1995-08-01 Arithmetic unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7196518A JPH0944399A (en) 1995-08-01 1995-08-01 Arithmetic unit

Publications (1)

Publication Number Publication Date
JPH0944399A true JPH0944399A (en) 1997-02-14

Family

ID=16359079

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7196518A Pending JPH0944399A (en) 1995-08-01 1995-08-01 Arithmetic unit

Country Status (1)

Country Link
JP (1) JPH0944399A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7080215B2 (en) 2002-04-26 2006-07-18 Fujitsu Limited Multiprocessor system with local memory which mirrors a shaped memory
JP2012008747A (en) * 2010-06-24 2012-01-12 Nec Corp Integration device, memory allocation method and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7080215B2 (en) 2002-04-26 2006-07-18 Fujitsu Limited Multiprocessor system with local memory which mirrors a shaped memory
JP2012008747A (en) * 2010-06-24 2012-01-12 Nec Corp Integration device, memory allocation method and program

Similar Documents

Publication Publication Date Title
EP0507209A2 (en) A data processor with concurrent independent static and dynamic masking of operand information
EP0213843A2 (en) Digital processor control
EP0507208A2 (en) A data processing system with combined static and dynamic masking of information in an operand
JP2003044352A (en) Data processor
EP1269328B1 (en) System having a configurable cache/sram memory
EP0507210B1 (en) A data processing system for performing square operations with improved speed and a method therefor
US4402043A (en) Microprocessor with compressed control ROM
JPH0395629A (en) Data processor
KR100972160B1 (en) Data access program instruction encoding
JP2006099232A (en) Semiconductor signal processor
JPH0944399A (en) Arithmetic unit
US6249858B1 (en) Information processing apparatus having a CPU and an auxiliary arithmetic unit for achieving high-speed operation
Shiraishi et al. A 1.8 V 36 mW DSP for the half-rate speech CODEC
KR940009377B1 (en) Information processing apparatus
JP4404373B2 (en) Semiconductor integrated circuit
EP0232797B1 (en) Pseudo-microprogramming in microprocessor with compressed control rom and with strip layout of busses, alu and registers
JP3511529B2 (en) Complex arithmetic processing unit
KR100336743B1 (en) Processing circuit for data
EP1374062A2 (en) Memory control system with incrementer for generating spectulative addresses
JPH0721017A (en) Semiconductor device
JPH0241770B2 (en)
JP2522562B2 (en) Programmable controller
JPH1019988A (en) Semiconductor integrated circuit device
JPH05334074A (en) Microprocessor
JP2000148477A (en) Method and mechanism for address calculation