JPS58208981A - Address control circuit - Google Patents

Address control circuit

Info

Publication number
JPS58208981A
JPS58208981A JP9061782A JP9061782A JPS58208981A JP S58208981 A JPS58208981 A JP S58208981A JP 9061782 A JP9061782 A JP 9061782A JP 9061782 A JP9061782 A JP 9061782A JP S58208981 A JPS58208981 A JP S58208981A
Authority
JP
Japan
Prior art keywords
address
memory
control circuit
addresses
adder
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.)
Granted
Application number
JP9061782A
Other languages
Japanese (ja)
Other versions
JPS6260755B2 (en
Inventor
Hisao Ishizuka
石塚 久夫
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.)
NEC Corp
Original Assignee
NEC Corp
Nippon Electric 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 NEC Corp, Nippon Electric Co Ltd filed Critical NEC Corp
Priority to JP9061782A priority Critical patent/JPS58208981A/en
Publication of JPS58208981A publication Critical patent/JPS58208981A/en
Publication of JPS6260755B2 publication Critical patent/JPS6260755B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C8/00Arrangements for selecting an address in a digital store
    • G11C8/04Arrangements for selecting an address in a digital store using a sequential addressing device, e.g. shift register, counter

Landscapes

  • Engineering & Computer Science (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Complex Calculations (AREA)

Abstract

PURPOSE:To attain accessing of a memory with continuous addresses, addresses at intervals of (n), or their combinations, by counting the address at each addition for selecting a fixed adding value. CONSTITUTION:An address added and counted at an adder 7 is stored in an address register 4 for accessing a memory 1. This address is also impressed to an adder 7, where a fixed value of fixed value designating means 5 and 6 selected at a control circuit 3' is added, and the count of the next address is determined. Through the constitution above, the memory 1 is accessed with continuous addresses, addresses at intervals of (n) or their combinations, allowing to attain suitable access cycle.

Description

【発明の詳細な説明】 本発明は、メモリの°アドレス指定回路に関する。[Detailed description of the invention] The present invention relates to memory addressing circuits.

デジタル処理に於て、メモリに格納されたデータを、数
個おきに連続して取り出して処理することは多い。例え
ば、デジタル信号処理の代表例である高速フーリエ変換
が挙げられる。この場合、先むする処理ステップで、メ
モリに書き込まれたデータ1列に対して、次の処理ステ
ップでは、そのメモリの数個おきの番地の内容を次々と
読み出して演算する必要がある。一般にメモリのアドレ
ス指定手段は、単なるレジスタ又は、第1図に示すよう
なカウンタで構成される。第1図に於て、1はメモリ、
2はメモリ1のアドレス指定カウンタ、3はカウンタを
制御する制御回路である。カウンタは一般的には、」−
1のアップカウンタ又は、−1のダウンカウンタが用い
られる。
In digital processing, data stored in memory is often retrieved and processed every few pieces in succession. For example, fast Fourier transform is a typical example of digital signal processing. In this case, for one column of data written to the memory in the previous processing step, in the next processing step, it is necessary to successively read and calculate the contents of every few addresses in the memory. Memory addressing means generally consists of a simple register or a counter as shown in FIG. In Figure 1, 1 is memory;
2 is an address designation counter for the memory 1, and 3 is a control circuit for controlling the counter. The counter is generally
An up counter of 1 or a down counter of -1 is used.

単なるレジスタをアドレス指定手段とする場合、いかな
る順序でもメモリをアクセスすることは可能であるが、
メモリrアクセスするたびにアドレス値を前記レジスタ
に転送してやる必要がある。
When using simple registers as the addressing means, it is possible to access memory in any order, but
It is necessary to transfer the address value to the register each time the memory r is accessed.

デジタル処理に於ては、メモリの連続した番地を次々と
アクセスする場合は多く、アクセス毎にア・ドレス値を
転送する時間を省くために考案されたものが第1図に示
すよりなカウンタをアドレス指定手段に用いる方法であ
る。アドレス値を転送するかわりに、カウンタをインク
リメント(又はデクリメント)する1ビけで済み、アド
レス指定手段に単なるレジスタを用いる場合に比ベメモ
リのアクセスザイクルを短かくすることができ、処理の
高速化しく役立つのである。ところが、高速フーリエ変
換などで必要とされるように、メモリの数個(n個)お
きの番地内容を次々とアクセスする場合には、第1図の
構成では不適当である。それは、カウントの幅が1又は
−1に固定されているためで、カウンタ2に必要なn個
おきの値をメモリのアクセス毎に転送してやらなければ
ならないからである。メモリのアクセス命令実行時間と
、アドレスレジスタにデータを転送する命令の実行時間
とが等しいとすると、連続番地をアクセスする場合に比
べ、メモリのアクセス′サイクルは2倍になってしまう
のである。上述のことがらは、大量のデータを扱い、高
速処理が要求されるデジタル処理にとって大きな障害で
ある。
In digital processing, consecutive addresses in memory are often accessed one after another, and the counter shown in Figure 1 was devised to save time in transferring address values for each access. This method is used as an addressing means. Instead of transferring an address value, it only requires one bit to increment (or decrement) a counter, which shortens the memory access cycle compared to when a simple register is used as an addressing means, and speeds up processing. It's useful. However, when accessing the contents of every few (n) addresses in the memory one after another, as required in fast Fourier transform, the configuration shown in FIG. 1 is inappropriate. This is because the count width is fixed to 1 or -1, and every nth value necessary for the counter 2 must be transferred every time the memory is accessed. If the execution time of a memory access instruction is equal to the execution time of an instruction to transfer data to an address register, the memory access 'cycle will be twice as long as when accessing consecutive addresses. The above-mentioned problems are major obstacles to digital processing, which handles large amounts of data and requires high-speed processing.

本発明の目的は、前記の障害を除いたメモリのアドレス
制御回路を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a memory address control circuit that eliminates the above-mentioned problems.

本発明によれば、アドレスレジスタト、前記アドレスレ
ジスタを被加算値とし、複数の固定値を選択して加算値
とし前記アドレスレジスタに出力する加算器と、前記加
算器の加算値の選択と加算演算とを制御する制御回路と
を備えたアドレス制御回路が得られる。
According to the present invention, an address register, an adder that takes the address register as an augend and selects a plurality of fixed values and outputs them as addition values to the address register, and selection and addition of the addition values of the adder. An address control circuit is obtained, which includes an arithmetic operation and a control circuit that controls the operation.

次に、本発明の一実施例を図面を参照して説明する。第
2図は、本発明の一実施例を示す要部ブロック図である
。第2図に於て、1′はメモリ、4はアドレスレジスタ
、3′は制御回路、5.6は固定値指定手段、7は加算
器で3/の制御回路は加算器の入力5,6の選択と、加
算演算を制御する。
Next, one embodiment of the present invention will be described with reference to the drawings. FIG. 2 is a block diagram of main parts showing one embodiment of the present invention. In Figure 2, 1' is a memory, 4 is an address register, 3' is a control circuit, 5.6 is a fixed value specifying means, 7 is an adder, and the control circuit 3/ is the input 5, 6 of the adder. control the selection and addition operation.

例として、5,6で指定される加算値をそれぞれ、1、
n(nは整数)とする。制御回路3′によって、5の固
定値を選んで加算するようにすれば、メモリ1/の連続
した番地内容を次々とアクセスすることができる。又、
制−回路3′によって、6の固定値を選んで加算するよ
うにすればメモリ1′のn個飛びの番地内容を次々とア
クセスすることができる。以上のように、本実施例によ
れば、メモリの連続した番地内容を次々とアクセスでき
るとともに、n個飛びの番地内容をも次々とアクセス可
能である。しかも、連続した番地内容とn個飛びの番地
内容とを任意の組み合わせでアクセスでき、ハードウェ
アの増加に対して、その効果は大きい。
As an example, the addition values specified by 5 and 6 are respectively 1 and
n (n is an integer). If a fixed value of 5 is selected and added by the control circuit 3', the contents of consecutive addresses in the memory 1/ can be accessed one after another. or,
If a fixed value of 6 is selected and added by the control circuit 3', the contents of n addresses in the memory 1' can be successively accessed. As described above, according to this embodiment, the contents of consecutive addresses in the memory can be accessed one after another, and the contents of n addresses can also be accessed one after another. Moreover, the contents of consecutive addresses and the contents of n addresses can be accessed in any combination, which is highly effective against an increase in hardware.

尚、本実施例では、選択できる固定加算値を2つ設けた
が、これは3つ以上に拡張できることは明白である。
In this embodiment, two selectable fixed addition values are provided, but it is clear that this can be expanded to three or more.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は、従来のアドレス制御回路の要部ブロック図、
第2図は、本発明の一実施例を示しだ要部ブロック図で
ある。 1.1′・・・・・・メモ1ハ2・・・・・・アドレス
指定カウンタ、3.3’・・・・・・制御回路、4・・
・・・・アドレスレジスタ、5,6・・・・・・固定値
指定手段、7・・・・・・加算器。 阜2 目
FIG. 1 is a block diagram of the main parts of a conventional address control circuit.
FIG. 2 is a block diagram of essential parts showing one embodiment of the present invention. 1.1'...Memo 1c2...Address specification counter, 3.3'...Control circuit, 4...
... Address register, 5, 6 ... Fixed value specifying means, 7 ... Adder. 2nd step

Claims (1)

【特許請求の範囲】[Claims] メモリのアドレス制御回路に於て、アドレスレジスタト
、前記アドレスレジスタに複数の固定値を選択して前記
アドレスレジスタに出力する加算器と、前記加算器の加
算値の選択と加算演算とを制御する制御回路とを備え、
前記加算器の演算実行毎に、加算値を選択することによ
って前記アドレスレジスタの現内容と次の内容との増加
量を変化させることを特徴とするアドレス制御回路。
In the memory address control circuit, an address register, an adder that selects a plurality of fixed values in the address register and outputs them to the address register, and controls the selection of the addition value of the adder and the addition operation. Equipped with a control circuit,
An address control circuit characterized in that each time the adder executes an operation, the amount of increase between the current content and the next content of the address register is changed by selecting an addition value.
JP9061782A 1982-05-28 1982-05-28 Address control circuit Granted JPS58208981A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9061782A JPS58208981A (en) 1982-05-28 1982-05-28 Address control circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9061782A JPS58208981A (en) 1982-05-28 1982-05-28 Address control circuit

Publications (2)

Publication Number Publication Date
JPS58208981A true JPS58208981A (en) 1983-12-05
JPS6260755B2 JPS6260755B2 (en) 1987-12-17

Family

ID=14003445

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9061782A Granted JPS58208981A (en) 1982-05-28 1982-05-28 Address control circuit

Country Status (1)

Country Link
JP (1) JPS58208981A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0217358A2 (en) * 1985-10-02 1987-04-08 Siemens Nixdorf Informationssysteme Aktiengesellschaft Method and circuitry for the contents addressing of a memory
JPS6298440A (en) * 1985-09-30 1987-05-07 エスジーエス―トムソン マイクロエレクトロニクス インク. Programmable access memory
JPS62208146A (en) * 1986-03-04 1987-09-12 アドバンスト・マイクロ・デイバイシズ・インコ−ポレ−テツド Digital signal processor memory managing unit and method thereof
FR2605765A1 (en) * 1986-10-28 1988-04-29 Eurotechnique Sa METHOD FOR ADDRESSING A MEMORY AND ADDRESSING COUNTER FOR IMPLEMENTING THE METHOD
EP0447266A2 (en) * 1990-03-16 1991-09-18 Nec Corporation Circuit for generating an address of a random access memory

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5177141A (en) * 1974-12-27 1976-07-03 Nippon Electric Co
JPS5437644A (en) * 1977-08-31 1979-03-20 Toshiba Corp Information processing system
JPS5552581A (en) * 1978-10-11 1980-04-17 Advantest Corp Pattern generator

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5177141A (en) * 1974-12-27 1976-07-03 Nippon Electric Co
JPS5437644A (en) * 1977-08-31 1979-03-20 Toshiba Corp Information processing system
JPS5552581A (en) * 1978-10-11 1980-04-17 Advantest Corp Pattern generator

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6298440A (en) * 1985-09-30 1987-05-07 エスジーエス―トムソン マイクロエレクトロニクス インク. Programmable access memory
EP0217358A2 (en) * 1985-10-02 1987-04-08 Siemens Nixdorf Informationssysteme Aktiengesellschaft Method and circuitry for the contents addressing of a memory
JPS62208146A (en) * 1986-03-04 1987-09-12 アドバンスト・マイクロ・デイバイシズ・インコ−ポレ−テツド Digital signal processor memory managing unit and method thereof
FR2605765A1 (en) * 1986-10-28 1988-04-29 Eurotechnique Sa METHOD FOR ADDRESSING A MEMORY AND ADDRESSING COUNTER FOR IMPLEMENTING THE METHOD
EP0447266A2 (en) * 1990-03-16 1991-09-18 Nec Corporation Circuit for generating an address of a random access memory

Also Published As

Publication number Publication date
JPS6260755B2 (en) 1987-12-17

Similar Documents

Publication Publication Date Title
JPS6027964A (en) Memory access control circuit
JPS58208981A (en) Address control circuit
JPS6041769B2 (en) Addressing method
US4723258A (en) Counter circuit
US5708842A (en) Apparatus for changing coefficients utilized to perform a convolution operation having address generator which uses initial count number and up/down count inputs received from external
US5590302A (en) Device for generating structured addresses
JPS58217033A (en) Direct memory access controller
JPS6285383A (en) Vector processor
JPS6382530A (en) Semiconductor storage device
JPS6148174B2 (en)
JPS63136710A (en) Digital signal processing circuit
JPS62171052A (en) Memory structure
JPS6237429B2 (en)
JPH04225453A (en) Data processor
JP2576589B2 (en) Virtual storage access control method
JPS63142430A (en) Address generating system
JPS61250753A (en) Address expanding system
JPH0810443B2 (en) Memory control circuit
JPS6289158A (en) Address bus control system by plural processors
JPH0756805A (en) Memory access method
JPS62193311A (en) Relative addressing circuit
JPH10312356A (en) Data transfer device
JPH01263735A (en) Real register address preparing circuit
JPS60209837A (en) Microprogram controller
JPH01316826A (en) Register file address circuit