JPS636681A - Image memory control device - Google Patents

Image memory control device

Info

Publication number
JPS636681A
JPS636681A JP61150861A JP15086186A JPS636681A JP S636681 A JPS636681 A JP S636681A JP 61150861 A JP61150861 A JP 61150861A JP 15086186 A JP15086186 A JP 15086186A JP S636681 A JPS636681 A JP S636681A
Authority
JP
Japan
Prior art keywords
data
address
pixel
writing
column address
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
JP61150861A
Other languages
Japanese (ja)
Inventor
Shigeki Kamimura
神村 茂樹
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.)
Toshiba Corp
Toshiba AVE Co Ltd
Original Assignee
Toshiba Corp
Toshiba Audio Video Engineering 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 Toshiba Corp, Toshiba Audio Video Engineering Co Ltd filed Critical Toshiba Corp
Priority to JP61150861A priority Critical patent/JPS636681A/en
Publication of JPS636681A publication Critical patent/JPS636681A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Input (AREA)

Abstract

PURPOSE:To improve the writing efficiency of data by writing drawn data in al addresses of one picture element in one data writing cycle. CONSTITUTION:Address data for writing drawn data in an image memory 111 are outputted from a microprocessor 12. The lower 8 bits of the address data specify row addresses and the upper 8 bits specify line addresses. The line address data and row address data are applied to the memory 111 through an address switching circuit 14. The circuit 14 supplies the address data to the memory 111 as they are in the 1st writing mode, and in the 2nd writing mode, changes the value of a prescribed bit in the row address data. Consequently, all the row addresses in one picture element on a reference screen can be specified only in one data writing cycle.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) この発明は、画像メモリに対する描画データの書込みを
制御する画像メモリ制御Il装置にに関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial Application Field) The present invention relates to an image memory control device that controls writing of drawing data to an image memory.

(従来の技術) ビデオテックスシステムなどの画像通信システムにおい
ては、近年、画面の高品位化のために、画素密度の高密
化が図られている。例えば、ビデオテックスシステムに
おいては、列および行方向とも既存の画面(以下、標準
画面と記す)の2倍の画素密度をもつ高密画面が考えら
れている。
(Prior Art) In image communication systems such as Videotex systems, in recent years, efforts have been made to increase pixel density in order to improve screen quality. For example, in the Videotex system, a high-density screen is being considered that has twice the pixel density of an existing screen (hereinafter referred to as a standard screen) in both column and row directions.

ところで、このような高密画面と上記標準画面の並存を
考えた場合、両画面を表示可能な画像表示装置が必要に
なる。
By the way, when considering the coexistence of such a high-density screen and the above-mentioned standard screen, an image display device that can display both screens is required.

このような画像表示装置におけるデータ書込みを第12
図を参照しながら説明する。この第12図は、上記ビデ
オテックスシステムに於ける画面構成を示すものである
。図に於いて、dlおよびd2はそれぞれ高密画面およ
び標準画面の画素(論理画素)である。図示の場合、画
素d2の列方向および行方向のサイズX2.Y2はいず
れも、画素d1の列方向および行方向のサイズX1.Y
lの2倍である。
Data writing in such an image display device is
This will be explained with reference to the figures. FIG. 12 shows the screen configuration of the Videotex system. In the figure, dl and d2 are pixels (logical pixels) of the high-density screen and the standard screen, respectively. In the illustrated case, the size X2 of the pixel d2 in the column and row directions. Y2 is the size X1.Y2 of the pixel d1 in the column direction and the row direction. Y
It is twice l.

Yl、Xlによって規定される高密画面の画素d1は、
通常、物理画素サイズに設定される。したがって、高密
画面d1のデータ書込みにおいては、送られてきた論理
画素のデータをそのまま画像メモリに書込めば良い。こ
れに対し、標準画面のデータ書込みにおいては、その画
素d2の列方向のサイズ×1が高密画面のそれの2倍の
サイズをもつので、まず、送られてきた描画データを列
方向に2倍にする必要がある。次に、各画素の上位にあ
たる水平ラインの物理的2画素にマイクロプロセッサに
より、拡大された描画データを書込む。最後に、下位の
水平ラインにある物理的2画素にマイクロプロセッサに
より拡大された描画データを書込むようになっている。
The pixel d1 of the high-density screen defined by Yl and Xl is
Usually set to physical pixel size. Therefore, when writing data to the high-density screen d1, it is sufficient to write the sent logical pixel data as is into the image memory. On the other hand, when writing data to a standard screen, the size of pixel d2 in the column direction x 1 is twice the size of that of a high-density screen, so first, the drawing data sent is doubled in the column direction. It is necessary to Next, the microprocessor writes the enlarged drawing data into two physical pixels in the horizontal line above each pixel. Finally, the drawing data enlarged by the microprocessor is written into two physical pixels in the lower horizontal line.

しかし、このようなデータ書込み方法では、標準画面専
用の装置で描画データを書込む場合に比べ、マイクロプ
ロセッサにおけるデータ転送処理が2倍になる上に、デ
ータ拡大処理が新たに必要になるため、専用の装置でデ
ータ書込みを行なう場合に比べ、多くの時間がかかって
しまう。その結果、描画データが^速で送られてくる場
合、描画データの書込み速度が、描画データの転送速度
より遅れ、リアルタイムのデータ書込みを行なうことが
できない。
However, with this data writing method, compared to writing drawing data using a device dedicated to standard screens, the data transfer processing in the microprocessor is doubled, and data enlargement processing is also required. This takes more time than writing data using a dedicated device. As a result, when the drawing data is sent at a high speed, the writing speed of the drawing data is slower than the transfer speed of the drawing data, and real-time data writing cannot be performed.

(発明が解決しようとする問題点) 以上述べたように、高密画面と標準画面を表示可能な画
像表示装置においては、従来、標準画面専用の装置に比
べ、標準画面のためのデータ書込みに多くの時間がかか
るという問題があった。
(Problems to be Solved by the Invention) As stated above, in image display devices capable of displaying a high-density screen and a standard screen, conventionally, compared to devices dedicated to the standard screen, data writing for the standard screen has been performed more frequently. There was a problem that it took a long time.

そこで、この発明は、高密画面と標準画面を表示可能な
画像表示装置であっても、標準画面のためのデータ書込
みを迅速に行なうことができる画像メモリ制御装置を提
供することを目的とする。
SUMMARY OF THE INVENTION An object of the present invention is to provide an image memory control device that can quickly write data for a standard screen even if the image display device is capable of displaying a high-density screen and a standard screen.

[発明の構成] (問題点を解決するための手段) 上記目的を達成するために、この発明は、1回のデータ
書込みサイクルで複数の列アドレスをアクセス可能な画
像メモリおよび1回のデータ書込みサイクルに1画素内
の全ての列アドレスを更新する手段を設けるようにした
ものである。
[Structure of the Invention] (Means for Solving the Problems) In order to achieve the above object, the present invention provides an image memory that can access a plurality of column addresses in one data writing cycle, and an image memory that can access a plurality of column addresses in one data writing cycle. A means is provided for updating all column addresses within one pixel in a cycle.

(作用) 上記構成によれば、1回のデータ書込みサイクルに、1
画素内の全てのアドレスに、描画データを書込むことが
できるので、データ書込み効率を高めることができる。
(Function) According to the above configuration, one
Since drawing data can be written to all addresses within a pixel, data writing efficiency can be improved.

(実施例) 以下、図面を参照しながらこの発明の一実施例を詳細に
説明する。
(Example) Hereinafter, an example of the present invention will be described in detail with reference to the drawings.

第1図は、一実施例の構成を示す回路図である。FIG. 1 is a circuit diagram showing the configuration of one embodiment.

図において、11はメモリ回路である。このメモリ回路
11を構成する画像メモリ111は、1回のデータ書込
みサイクルに、列アドレスを複数回アクセス可能な機能
、いわゆるベージモード機能をもつダイナミックRAM
である。また、この画像メモリは111は、描画データ
を書込むための110ポートと画像表示のために描画デ
ータを読出すためのシリアルボートをもつデュアルポー
トメモリである。
In the figure, 11 is a memory circuit. The image memory 111 constituting this memory circuit 11 is a dynamic RAM that has a so-called page mode function that allows column addresses to be accessed multiple times in one data write cycle.
It is. Further, this image memory 111 is a dual port memory having a 110 port for writing drawing data and a serial port for reading drawing data for image display.

この画像メモリ111に書込むための描画データDO〜
D3は、マイクロプロセッサ12から出力される。この
描画データDO〜D3は、高密画面のデータ書込み時(
以下、第1の書込みモードと記す)は、そのまま画像メ
モリ111に与えられ、標準画面のデータ書込み時(以
下、第2の書込みモードと記す)は、データ変換回路1
3によって変換された後、画像メモリ111に与えられ
る。
Drawing data DO~ to be written into this image memory 111
D3 is output from the microprocessor 12. These drawing data DO to D3 are used when writing data for a high-density screen (
(hereinafter referred to as the first write mode) is applied to the image memory 111 as is, and when writing data for the standard screen (hereinafter referred to as the second write mode), the data conversion circuit 111
3 and then applied to the image memory 111.

上記描画データを画像メモリ111に書込むためのアド
レスデータWAO−WA15は、マイクロプロセッサ1
2から出力される。このアドレスデータWAO〜WA1
5の下位8ビツトは、列アドレスを指定し、上位8ビツ
トは行アドレスを指定する。行アドレスデータWA8〜
WA15および列アドレスデータWAO−WA7は、ア
ドレス切換え回路14を介して画像メモリ111に与え
られる。アドレス切換え回路14は第1の書込みモード
では、アドレスデータをそのまま画像メモリ111に供
給し、第2の書込みモードでは、詳細は後述するが、列
アドレスデータWAO〜WA7の所定ビットの値を変更
することにより、1回のデータ書込みサイクルに*単画
面の1画素内の全ての列アドレスを指定する。
Address data WAO-WA15 for writing the drawing data into the image memory 111 is provided by the microprocessor 1.
Output from 2. This address data WAO~WA1
The lower 8 bits of 5 specify the column address, and the higher 8 bits specify the row address. Row address data WA8~
WA15 and column address data WAO-WA7 are applied to image memory 111 via address switching circuit 14. In the first write mode, the address switching circuit 14 supplies the address data as is to the image memory 111, and in the second write mode, as will be described in detail later, changes the value of a predetermined bit of the column address data WAO to WA7. By doing this, all column addresses within one pixel on a single screen are specified in one data write cycle.

なお、15はデータ書込みのための各種タイミング信号
を発生するタイミング発生回路である。
Note that 15 is a timing generation circuit that generates various timing signals for data writing.

また、16は、画像メモリ111から画像表示のために
描画データを読み出すための各種タイミング信号を発生
する表示タイミング発生回路である。
Further, 16 is a display timing generation circuit that generates various timing signals for reading drawing data from the image memory 111 for image display.

ここで、第1図の構成および動作を第2図〜第11図を
参照しながら、さらに詳細に説明する。
Here, the configuration and operation of FIG. 1 will be explained in more detail with reference to FIGS. 2 to 11.

まず、アドレス切換え回路14の動作を説明する。First, the operation of the address switching circuit 14 will be explained.

画像メモリ111は表示構成で表わすと、第2図に示す
如く、水平、垂直のいずれの方向にも、512のドツト
をもつ。ここで、水平方向のアドレスに対して物理画素
は4ビツト分を対応させると、水平方向のアドレス数は
128必要となる。
In terms of display configuration, the image memory 111 has 512 dots in both horizontal and vertical directions, as shown in FIG. Here, if 4 bits of physical pixels are associated with a horizontal address, 128 addresses are required in the horizontal direction.

今、水平方向に列アドレス、垂直方向に行アドレスをと
るものとする。行アドレスデータは上記の如く、8ビツ
トであるから、2ライン単位で256の行アドレスが指
定されることになる。また、列アドレスデータも8ビツ
トであるから、2ライン内の256の列アドレスが指定
されることになる。
Now assume that column addresses are taken in the horizontal direction and row addresses are taken in the vertical direction. As mentioned above, since the row address data is 8 bits, 256 row addresses are specified in units of 2 lines. Furthermore, since the column address data is also 8 bits, 256 column addresses within 2 lines are specified.

ここで、1ライン目と2ライン目の水平座標の等しい2
つの列アドレスをみてみると、2ライン目の列アドレス
は、1ライン目の列アドレスに対して128を加えたも
のとなっている。したがって、列アドレスデータの最上
位ビットにrOJを立てれば、1ライン目の列アドレス
を指定することができ、[1]を立てれば、2ライン目
の列アドレスを指定することができる。これにより、1
ライン目の所定の列アドレスに描画データを書込んだ後
、列アドレスデータWAO−WA7の最上位ビットWA
7に「1」を立てることにより、水平座標が等しい2ラ
イン目の列アドレスに同じ描画データを書込むことがで
きる。
Here, the horizontal coordinates of the first line and the second line are equal 2
Looking at the two column addresses, the column address on the second line is the column address on the first line plus 128. Therefore, by setting rOJ to the most significant bit of column address data, the column address of the first line can be specified, and by setting [1], the column address of the second line can be specified. This results in 1
After writing the drawing data to a predetermined column address of the line, the most significant bit WA of the column address data WAO-WA7
By setting "1" to 7, the same drawing data can be written to the column address of the second line having the same horizontal coordinate.

また、列アドレスデータWA、O〜WA7の最下位ビッ
トWAOを変化させることにより、水平方向に連続した
2つの列アドレスを指定することができる。つまり、W
AOに「○」を立てれば、偶数アドレスを指定でき、「
1」を立てれば、奇数アドレスを指定できる。これによ
り、偶数アドレスに描画データを書込んだ後、最下位ビ
ットに「1」を立てることにより、水平方向に連続した
奇数アドレスに同一の描画データを書込むことができる
Further, by changing the least significant bit WAO of the column address data WA, O to WA7, two consecutive column addresses in the horizontal direction can be specified. In other words, W
If you set "○" in AO, you can specify an even number address and "
1”, you can specify an odd address. Thereby, by setting "1" to the least significant bit after writing drawing data to an even address, the same drawing data can be written to consecutive odd addresses in the horizontal direction.

以上から、列アドレスデータWAO〜WA7のビットW
AO,WA7の値の組合わせを切換えることにより、第
3図に示すように、4つの列アドレスを指定することが
できる。
From the above, bit W of column address data WAO to WA7
By switching the combination of values of AO and WA7, four column addresses can be specified as shown in FIG.

今、高密画面および標準画面として先の第12図に示す
ようなものを考えた場合、マイクロプロセッサ12から
は、高密画面および標準画面いずれの画面のデータ書込
み時であっても、2ラインを1行とするようなアドレス
指定を行なう行アドレスデータWA8〜WA15が出力
される。−方、列アドレスデータWAO−WA7として
は、第1の書込みモードでは、高密画面の1画素単位で
列アドレスを指定するものが出力される。
Now, if we consider the high-density screen and the standard screen as shown in FIG. Row address data WA8 to WA15 for specifying the address as a row is output. On the other hand, in the first write mode, column address data WAO-WA7 specifying a column address for each pixel on a high-density screen is output.

これに対し、第2の書込みモードの列アドレスデータW
AO−WA7としては、標準画面の1画素内に含まれる
4つの列アドレスのうち、予め定めた1つの列アドレス
、例えば、上位ラインの偶数アドレスを指定するものが
出力される。このような列アドレスデータWAO−WA
7を受ける先の第1図に示すアドレス切換え回路14は
、各データ書込みサイクルに、ビットWAO,WA7の
値を切換えることにより、該サイクル内に1画素内の4
つの列アドレスを指定する列アドレスデータWAO〜W
A7を出力する。これを第1図に従って説明すると次の
ようになる。マイクロプロセッサ12から出力される列
アドレスデータ〜VAO〜WA7のビットWA7および
WAOはそれぞれオア回路141.142に供給される
。各オア回路141.142にはさらに、書込みタイミ
ング発生回路15のパルス発生回路151から信号AC
HG1.ACHG2が供給されている。第1の書込みモ
ードにおいては、信号ACHGI。
On the other hand, the column address data W in the second write mode
The AO-WA 7 outputs one predetermined column address among the four column addresses included in one pixel of the standard screen, for example, one specifying an even-numbered address of the upper line. Such column address data WAO-WA
The address switching circuit 14 shown in FIG.
Column address data WAO~W specifying two column addresses
Output A7. This can be explained as follows according to FIG. Bits WA7 and WAO of column address data ~VAO~WA7 output from microprocessor 12 are supplied to OR circuits 141 and 142, respectively. Each OR circuit 141 and 142 further receives a signal AC from the pulse generation circuit 151 of the write timing generation circuit 15.
HG1. ACHG2 is supplied. In the first write mode, the signal ACHGI.

ACHG2はともに常に0である。したがって、この場
合は、ビットWA7.WAOのデータはそれぞれそのま
まオア回路141.142を通ってアドレスバッファ1
43に与えられる。−方、第2の書込みモードでは、信
号ACH01゜AC)−IG2は数表のように切換えら
れる。
Both ACHG2 are always 0. Therefore, in this case, bit WA7. The WAO data passes through OR circuits 141 and 142 as is, and is sent to address buffer 1.
43. On the other hand, in the second write mode, the signals ACH01°AC)-IG2 are switched as shown in the table.

この信号ACHG1.ACHG2の値の変化により、オ
ア回路141.142の出力値が変化し、1論理画素に
対応する4つの列アドレスが指定される。
This signal ACHG1. As the value of ACHG2 changes, the output values of OR circuits 141 and 142 change, and four column addresses corresponding to one logical pixel are designated.

上述したアドレスデータWA○〜WA7およびWA−W
Al 5は、それぞれパルス発生回路151から出力さ
れるゲート信号cOLWおよびROWWに従って、アド
レスバッファ143および144を通り、画像メモリ1
11に与えられる。
The above address data WA○ to WA7 and WA-W
Al 5 passes through address buffers 143 and 144 in accordance with gate signals cOLW and ROWW output from pulse generation circuit 151, respectively, and is stored in image memory 1.
given to 11.

次に、高密画面と標準画面のデータ書込み動作をそれぞ
れ第4図、第5図を参照しながら説明する。
Next, data writing operations for the high-density screen and the standard screen will be explained with reference to FIGS. 4 and 5, respectively.

第1の書込みモードでは、第4図に示す如く、信号AC
HG1.ACHG2は常にOである。また、列アドレス
ストローブ信号CA S Wは1回しか出力されない。
In the first write mode, as shown in FIG.
HG1. ACHG2 is always O. Further, the column address strobe signal CA SW is output only once.

したがって、この場合は、各データ書込みサイクルに1
回だけ、データ書込みがなされる。
Therefore, in this case, one
Data is written only once.

第2の書込みモードでは、第5図に示す如く、1回のデ
ータ書込みサイクルに列アドレスストローブ信号CA 
S Wが4回出力される。信号ACHG1は、列アドレ
スストローブ信号CASWの最初および3回目の出力タ
イミングで012回目および4回目の出力タイミングで
1となる。−方、信号△CHG2は最初および2回目の
出力タイミングでは0.3回目および最後の出力タイミ
ングでは1となる。したがって、1回のデータ書込みサ
イクルに、標準画面の1論理画素に対応する4つの列ア
ドレスが、1ライン目の偶数アドレス→2ライン目の偶
数アドレス→1ライン目の奇数アドレス→2ライン目の
奇数アドレスの順で指定される。
In the second write mode, as shown in FIG. 5, the column address strobe signal CA
SW is output 4 times. The signal ACHG1 becomes 1 at the first and third output timings of the column address strobe signal CASW, and at the 012th and fourth output timings. - On the other hand, the signal ΔCHG2 becomes 0 at the first and second output timings, and 1 at the third and last output timings. Therefore, in one data write cycle, four column addresses corresponding to one logical pixel on the standard screen are written as follows: 1st line even address → 2nd line even address → 1st line odd address → 2nd line Specified in order of odd addresses.

なお、パルス発生回路151は上述した各種信号RA 
S W 、 CA S W 、 ROW W 、 G 
OL M 。
Note that the pulse generation circuit 151 receives the various signals RA mentioned above.
S W , CA S W , ROW W , G
OL M.

ACHGl、ACHG2やライトパルス〜■を、基本ク
ロックCP、マイクロプロセッサ12かう与tらnるモ
ード指定信号 およびライト信号WRに従って発生する。信号WMOD
1 、WMOD2がいずれもOのときは、第1の書込み
モードが指定され、いずれも1のときは、第2の書込み
モードが指定される。信号WMOD1がO,WMOD2
が1のときは、第6図に示すように、1回のデータ書込
みサイクルに、水平座標が同じ2つの列アドレスに描画
データを書込むことによって垂直方向に描画データを書
込むモード(以下、第3のモードと記す)が設定される
。つまり、この実施例では、標準画面の書込みモードと
して、水平、垂直いずれの方向にもデータ書込みを行な
う第2の書込みモードの他に、垂直方向にだけデータ書
込みを行なう第3のモードを設定できるようになってい
る。これら2つのモードは上述したように画像メモリ1
11をページモードでアクセスすることにより実行され
る。
ACHG1, ACHG2, and write pulses ~1 are generated according to the basic clock CP, a mode designation signal supplied from the microprocessor 12, and a write signal WR. Signal WMOD
When 1 and WMOD2 are both O, the first write mode is designated, and when both are 1, the second write mode is designated. Signal WMOD1 is O, WMOD2
When is 1, as shown in FIG. 6, a mode (hereinafter referred to as (referred to as the third mode) is set. In other words, in this embodiment, in addition to the second write mode in which data is written in both horizontal and vertical directions, a third mode in which data is written only in the vertical direction can be set as the standard screen write mode. It looks like this. These two modes are as described above.
11 in page mode.

この場合、パルス発生回路151はマイクロプロセッサ
12にウェイト信号WAITを与え、データ書込みサイ
クル期間を第1の書込みモードのそれよりも引伸ばす。
In this case, pulse generation circuit 151 provides wait signal WAIT to microprocessor 12 to extend the data write cycle period over that of the first write mode.

次にデータ変換回路13の動作について設定する。Next, the operation of the data conversion circuit 13 will be set.

マイクロプロセッサ12から出力される4ビツトの描画
データDo−D3はデータセレクタ131およびデータ
バッファ132に与えられる。
4-bit drawing data Do-D3 outputted from the microprocessor 12 is given to a data selector 131 and a data buffer 132.

データセレクタ131は、上記信号AC)−IG2がO
のときは、入力データの下位2ビツトD○。
The data selector 131 selects when the signal AC)-IG2 is O
When , the lower 2 bits of input data are D○.

Dlをそれぞれ出力Y1.Y2として選択し、1のとき
は、上位2ビツトをそれぞれ出力Y1.Y2として選択
する。出力Y1は、4ビツト入力のデータバッファ13
3の下位2ビツトとして、又出力Y2は上位2ビツトの
データとして与えられる。したがって、第8図に示すよ
うに、信号ACHG2がOのときは、描画データの下位
2ビツトが4ビツトのデータに変換され、1のときは、
上位2ビツトが4ビツトのデータに拡大される。
Dl respectively output Y1. Y2 is selected, and when it is 1, the upper 2 bits are output respectively as Y1. Select as Y2. Output Y1 is a 4-bit input data buffer 13.
The output Y2 is given as the lower two bits of Y3, and the output Y2 is given as the upper two bits of data. Therefore, as shown in FIG. 8, when the signal ACHG2 is O, the lower 2 bits of the drawing data are converted to 4-bit data, and when it is 1,
The upper 2 bits are expanded to 4 bits of data.

この変換された描画データは、上記モード指定信号WM
ODIが1のとき、つまり、第2の書込みモードのとき
、データバッファ133を通って画像メモリ111に与
えられる。−方、信号WMOD1が○の場合、つまり、
第1.3の書込みモードの場合は、マイクロプロセッサ
12がら出力される描画データがデータバッファ132
を通って画像メモリ111に与えられる。
This converted drawing data is the mode designation signal WM
When ODI is 1, that is, in the second write mode, the data is applied to the image memory 111 through the data buffer 133. - On the other hand, if the signal WMOD1 is ○, that is,
In the case of write mode 1.3, the drawing data output from the microprocessor 12 is stored in the data buffer 132.
It is applied to the image memory 111 through the.

以上この発明の一実施例の主要部を説明したが、第1図
では、さらに画像表示の為に、画像メモリ111から描
画データを読み出すための構成も示されている。そこで
、以下この読出し構成を簡単に説明する。この読出しの
為のアドレスデータRAO〜R△15は、表示タイミン
グ発生回路16で作られ、メモリ回路11のアドレスセ
レクタ112に与えられる。このアドレスセレクタ11
2は、表示タイミング発生回路16から出力される切換
え信号REFに従って上記書込み用のアドレスデータW
AO〜WA15およ′び読出し用のアドレスデータRA
O−RA15のどちらか一方を画像メモリ111に与え
る。また、上記アドレスデータRAO〜RA15を画像
メモーリ111に取込むためのアドレスストローブ信号
RASR。
Although the main parts of one embodiment of the present invention have been described above, FIG. 1 also shows a configuration for reading drawing data from the image memory 111 for image display. Therefore, this reading configuration will be briefly explained below. Address data RAO to RΔ15 for this readout is generated by the display timing generation circuit 16 and applied to the address selector 112 of the memory circuit 11. This address selector 11
2 is the write address data W according to the switching signal REF output from the display timing generation circuit 16.
AO to WA15 and read address data RA
Either one of the O-RAs 15 is given to the image memory 111. Also, an address strobe signal RASR for loading the address data RAO to RA15 into the image memory 111.

CASRも表示タイミング発生回路16で作られ、メモ
リ制御l信号セレクタ152に与えられる。このセレク
タ152も上記切換え信号REFに従って上記書込み用
のアドレスストローブ信号RAS〜V、CASliよび
続出し用のアドレスストローブ信号RASR,CASR
のどちらか一方を画像メモリ111に与える。上記続出
し用のアドレスデータRASR,CASRによつ・て指
定されるアドレスから読み出された描画データは、表示
タイミング発生回路16から出力されるロードパルスL
Dに従って、並列/直列変換回路113にロードされる
。このデータは、高密画面の数画素分の並列データであ
り、上記基本クロックCPに従って、1画素単位の直列
データに変換される。
CASR is also generated by the display timing generation circuit 16 and provided to the memory control l signal selector 152. This selector 152 also outputs the write address strobe signals RAS~V, CASli and the successive write address strobe signals RASR, CASR in accordance with the switching signal REF.
Either one of them is given to the image memory 111. The drawing data read from the address specified by the address data RASR and CASR for successive printing is processed by the load pulse L output from the display timing generation circuit 16.
D is loaded into the parallel/serial conversion circuit 113. This data is parallel data for several pixels on a high-density screen, and is converted into serial data for each pixel in accordance with the basic clock CP.

ここで、画像メモリ111に対するデータ書込みとこの
メモリ111からのデータ読出しとの関係を説明する。
Here, the relationship between data writing to the image memory 111 and data reading from this memory 111 will be explained.

例えば、画像メモリ111を256にピット(64にワ
ード×4ビット)のメモリセルアレイからなるRAMボ
ートと256.ワード×4ビットのデータレジスタから
なるシリアルポートを有するダイナミックRAMで構成
する場合、第8図に示すような64にワード×4ビット
のメモリセルアレイから256ワード×4ビツトのデー
タをデータレジスタに転送するデータ転送サイクルとい
う動作により、表示では、データ転送処理を2水平走査
に1回行なえば良い。したがって、1回データ転送処理
を行なうと、次のデータ転送サイクルまでの時間をリフ
レッシュと書き込みに費やすことができる。表示期間と
書込みサイクルとの関係を第9図に示すが、書込みサイ
クルとリフレッシュ期間以外のところであれば、どこに
でも設定することができる。このため、書込みサイクル
期間の設定は非常に容易である。
For example, the image memory 111 is connected to a RAM boat consisting of a memory cell array of 256 pits (64 words x 4 bits) and 256 . When configured with a dynamic RAM having a serial port consisting of a word x 4 bit data register, 256 words x 4 bits of data are transferred from a 64 word x 4 bit memory cell array to the data register as shown in Figure 8. Due to the operation called data transfer cycle, data transfer processing only needs to be performed once every two horizontal scans for display. Therefore, when data transfer processing is performed once, the time until the next data transfer cycle can be spent on refreshing and writing. The relationship between the display period and the write cycle is shown in FIG. 9, but it can be set anywhere other than the write cycle and refresh period. Therefore, setting the write cycle period is very easy.

上記のようにして256ワード×4ビツトのデータレジ
スタに転送された描画データの読出しは、第10図に示
すようなりロックSCに従って4ビツトパラレルに行わ
れる。この読み出し出力は、ロードパルスLDに従って
、並列/直列変換回路113にロードされ、この回路1
13より基本クロックCPに従って1ビツトずつ直列に
読出される。
The drawing data transferred to the 256 word x 4 bit data register as described above is read out in 4 bits in parallel according to the lock SC as shown in FIG. This readout output is loaded into the parallel/serial conversion circuit 113 according to the load pulse LD, and this circuit 1
13, one bit at a time is serially read out in accordance with the basic clock CP.

以上述べたように、この実施例では、ベージモードでア
クセス可能な画像メモリ111を設け、1回のデータ書
込みサイクルに列アドレスを4回アクセスするようにな
っている。具体的には、初めの2回のアクセスタイミン
グで上下の偶数アドレスをアクセスし、後の2回のアク
セスタイミングで上下の奇数アドレスをアクセスするよ
うになっている。
As described above, in this embodiment, an image memory 111 that can be accessed in page mode is provided, and a column address is accessed four times in one data write cycle. Specifically, the upper and lower even addresses are accessed in the first two access timings, and the upper and lower odd addresses are accessed in the latter two access timings.

このような構成によれば、1回のデータ書込みサイクル
で標準画面における1論理画素分のデータ書込みを行な
うことができるので、第11図からも明らかな如く、標
準画面専用の装置とほぼ同じ速さで描画データを書込む
ことができる。したがって、データ転送速度が早くなっ
ても、リアルタイムのデータ書込みを実行することがで
きる。
With this configuration, it is possible to write data for one logical pixel on the standard screen in one data writing cycle, so as is clear from FIG. You can write drawing data with Therefore, even if the data transfer speed increases, real-time data writing can be performed.

また、この実施例では、1画素分のデータを書込むのに
、マイクロプロセッサ12は、1論理画素に対応する4
つの列アドレスの1つだけを出力すればよい。したがっ
て、この実施例によれば、マイクロプロセッサ12にお
けるアドレス発生処理を従来の1/4にすることができ
る。
Further, in this embodiment, in order to write data for one pixel, the microprocessor 12 writes four pixels corresponding to one logical pixel.
It is only necessary to output one of the two column addresses. Therefore, according to this embodiment, the address generation process in the microprocessor 12 can be reduced to 1/4 of the conventional one.

なお、以上の説明では、1つの列アドレスに対して物理
画素4ドツト分を対応させる場合を説明したが、1つの
列アドレスに対して物理画素1ドツト分を対応させる場
合は、1ビツト分のデータを4つのアドレスに書込めば
よいので、上述したデータ変換回路13は不要である。
In addition, in the above explanation, the case where 4 physical pixel dots correspond to one column address was explained, but when 1 physical pixel dot corresponds to one column address, 1 bit corresponds to 4 dots. Since it is sufficient to write data to four addresses, the data conversion circuit 13 described above is unnecessary.

また、画像メモリ111としてデータレジスタ内蔵のメ
モリを説明したが、各データ書込みサイクルにおけるベ
ージモードのアクセスタイムだけ表示用の描画データを
格納できるレジスタをメモリに接続するようにしてもよ
い。
Furthermore, although a memory with a built-in data register has been described as the image memory 111, a register capable of storing display drawing data for the page mode access time in each data write cycle may be connected to the memory.

また、列アドレスデータの更新は、オア回路ではなく、
エフシフルーシブオア回路を使って行なってもよい。
Also, updating column address data is not an OR circuit, but
It may also be done using an F-Sifluous OR circuit.

さらに、この発明は、標準画面の1論理画素内における
高密画面の1論理画素の数が、水平、垂直のいずれの方
向にも2つであるようなシステム以外システムのデータ
書込みにも適用できることは勿論である。
Furthermore, the present invention can be applied to data writing in systems other than systems in which the number of logical pixels on a high-density screen within one logical pixel on a standard screen is two in either the horizontal or vertical direction. Of course.

[発明の効果コ この発明によれば、画素サイズが異なる複数の画面に兼
用される画像メモリ1i11 @装置において、画素サ
イズが大きい画面のデータ書込み効率の向上を図ること
ができる。
[Effects of the Invention] According to the present invention, in an image memory 1i11@ device that is used for a plurality of screens having different pixel sizes, it is possible to improve the data writing efficiency for screens having large pixel sizes.

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

第1図はこの発明の一実施例の構成を示す回路図、第2
図乃至第11図は第1図の動作を説明するための図、第
12図は従来の問題を説明するための図である。 11・・・メモリ回、12・・・マイクロプロセッサ。 13・・・データ拡大回路、14・・・アドレス切換え
回路、15・・・書込みタイミング発生回路、111・
・・画像メモリ。 出願人代理人 弁理士 鈴び武彦 □木工方向 第2図 。 第3図 (+l第2のモード   (WMQD=1)(2)第1
.第3のモード  (WMOD=O)第7図  ゛ lll 第8図
FIG. 1 is a circuit diagram showing the configuration of an embodiment of the present invention, and FIG.
11 are diagrams for explaining the operation of FIG. 1, and FIG. 12 is a diagram for explaining the conventional problem. 11...Memory times, 12...Microprocessor. 13...Data expansion circuit, 14...Address switching circuit, 15...Write timing generation circuit, 111...
...Image memory. Applicant's representative Patent attorney Takehiko Suzubi Woodworking direction diagram 2. Figure 3 (+l second mode (WMQD=1) (2) first mode
.. Third mode (WMOD=O) Fig. 7 ゛llll Fig. 8

Claims (2)

【特許請求の範囲】[Claims] (1)1回のデータ書込みサイクルに、列アドレスを複
数回アクセス可能な画像メモリと、 行方向および列方向にそれぞれ複数の第1の画素を含ん
だ第2の画素単位で、上記画像メモリに描画データを書
込むための行アドレスデータを発生する行アドレス発生
手段と、 上記第2の画素上で予め定めた位置にある上記第1の画
素の列アドレスデータを、第2の画素ごとに発生する列
アドレス発生手段と、 この列アドレス発生手段から出力される列アドレスデー
タの下位および上位の所定ビットの値を各データ書込み
サイクルに切換えることにより、該データ書込みサイク
ルに、該当する第2の画素に対応する列アドレスデータ
を全て発生するアドレスデータ切換え手段と、 描画データを発生する描画データ発生手段と、この描画
データ発生手段から出力される描画データを、上記行ア
ドレス発生手段から出力される行アドレスデータおよび
上記アドレスデータ切換え手段から出力される列アドレ
スデータによつて指定されるアドレスに書込むデータ書
込み手段とを具備した画像メモリ制御装置。
(1) An image memory whose column address can be accessed multiple times in one data write cycle, and a second pixel unit that includes a plurality of first pixels in each of the row and column directions. a row address generating means for generating row address data for writing drawing data; and generating column address data for the first pixel located at a predetermined position on the second pixel for each second pixel. By switching the values of the lower and upper predetermined bits of the column address data output from the column address generating means in each data write cycle, the corresponding second pixel is generated in the data write cycle. address data switching means that generates all column address data corresponding to the column address data; a drawing data generating means that generates drawing data; An image memory control device comprising address data and data writing means for writing to an address designated by the column address data output from the address data switching means.
(2)1回のデータ書込みサイクルに、列アドレスを複
数回アクセス可能な画像メモリと、 行方向および列方向にそれぞれ複数の第1の画素を含ん
だ第2の画素単位で、上記画像メモリに描画データを書
込むための行アドレスデータを発生する行アドレス発生
手段と、 上記第2の画素上で予め定めた位置にある上記第1の画
素の列アドレスデータを、第2の画素ごとに発生する列
アドレス発生手段と、 この列アドレス発生手段から出力される列アドレスデー
タの下位および上位の所定ビットの値を各データ書込み
サイクルに切換えることにより、該データ書込みサイク
ルに、該当する第2の画素に対応する列アドレスデータ
を全て発生するアドレスデータ切換え手段と、 上記第1の画素用の描画データを発生する描画データ発
生手段と、 この描画データ発生手段から出力される描画データを第
2の画素用の描画データに変換する描画データ変換手段
と、 この描画データ変換手段から出力される上記第2の画素
用の描画データを、上記行アドレス発生手段から出力さ
れる行アドレスデータおよび上記アドレスデータ切換え
手段から出力される列アドレスデータによって指定され
るアドレスに書込むデータ書込み手段とを具備した画像
メモリ制御装置。
(2) An image memory whose column address can be accessed multiple times in one data write cycle, and a second pixel unit that includes a plurality of first pixels in the row direction and column direction, respectively, to the image memory. a row address generating means for generating row address data for writing drawing data; and generating column address data for the first pixel located at a predetermined position on the second pixel for each second pixel. By switching the values of the lower and upper predetermined bits of the column address data output from the column address generating means in each data write cycle, the corresponding second pixel is generated in the data write cycle. address data switching means for generating all the column address data corresponding to the first pixel; a drawing data generating means for generating drawing data for the first pixel; and drawing data output from the drawing data generating means for the second pixel. a drawing data converting means for converting the drawing data for the second pixel output from the drawing data converting means into the row address data output from the row address generating means and the address data. An image memory control device comprising data writing means for writing to an address specified by column address data output from the means.
JP61150861A 1986-06-27 1986-06-27 Image memory control device Pending JPS636681A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61150861A JPS636681A (en) 1986-06-27 1986-06-27 Image memory control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61150861A JPS636681A (en) 1986-06-27 1986-06-27 Image memory control device

Publications (1)

Publication Number Publication Date
JPS636681A true JPS636681A (en) 1988-01-12

Family

ID=15505982

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61150861A Pending JPS636681A (en) 1986-06-27 1986-06-27 Image memory control device

Country Status (1)

Country Link
JP (1) JPS636681A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01265348A (en) * 1988-04-18 1989-10-23 Hitachi Ltd Graphic processor
JPH07306805A (en) * 1994-05-10 1995-11-21 Nec Corp Image memory device
JP2008171631A (en) * 2007-01-10 2008-07-24 Shindengen Electric Mfg Co Ltd Connection terminal

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01265348A (en) * 1988-04-18 1989-10-23 Hitachi Ltd Graphic processor
JPH07306805A (en) * 1994-05-10 1995-11-21 Nec Corp Image memory device
JP2008171631A (en) * 2007-01-10 2008-07-24 Shindengen Electric Mfg Co Ltd Connection terminal

Similar Documents

Publication Publication Date Title
US4644502A (en) Semiconductor memory device typically used as a video ram
JPH0636311B2 (en) Dual port VRAM memory
US5404448A (en) Multi-pixel access memory system
JP3489228B2 (en) Image storage device
US4591845A (en) Character and graphic signal generating apparatus
JP2007213055A (en) Method of transferring frame data using synchronous dynamic random access memory, method of transferring frame data to source driver, and timing control module
JPS5823373A (en) Picture memory device
US6560686B1 (en) Memory device with variable bank partition architecture
JPS636681A (en) Image memory control device
US6389521B1 (en) Data transfer control of a video memory having a multi-divisional random access memory and a multi-divisional serial access memory
JPH0782747B2 (en) Memory array having random access port and serial access port
US5068648A (en) Display controller having a function of controlling various display memories
JPS60124764A (en) Direct memory access controller
US5097256A (en) Method of generating a cursor
JP3288327B2 (en) Video memory circuit
US5185724A (en) Image memory
US5309560A (en) Data selection device
JP3002951B2 (en) Image data storage controller
JP2853636B2 (en) Dual-port image semiconductor memory device
JPH09106374A (en) Image memory device
JPH1027130A (en) Picture processor and its processing method
JPS62127975A (en) Picture memory controller
JPH05113768A (en) Frame memory circuit
JP2961733B2 (en) Image memory device
JPH0316037B2 (en)