JPH0997211A - Bus controller and information processor provided with the same - Google Patents

Bus controller and information processor provided with the same

Info

Publication number
JPH0997211A
JPH0997211A JP25270995A JP25270995A JPH0997211A JP H0997211 A JPH0997211 A JP H0997211A JP 25270995 A JP25270995 A JP 25270995A JP 25270995 A JP25270995 A JP 25270995A JP H0997211 A JPH0997211 A JP H0997211A
Authority
JP
Japan
Prior art keywords
data
byte
arrangement order
area
address space
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
JP25270995A
Other languages
Japanese (ja)
Inventor
Hideyo Tsuruta
英世 鶴田
Toru Kakiage
透 書上
Yuji Kamiyama
祐史 神山
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 JP25270995A priority Critical patent/JPH0997211A/en
Publication of JPH0997211A publication Critical patent/JPH0997211A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To enable a high-speed data transfer and the simultaneous processing of both endian by judging the endian by seeing the higher-order bits of an address, and switching the endian of data corresponding to a byte aligner. SOLUTION: In the address map of 32 bits, the area to be allocated to the external space is bisected for two pieces of endian data. When performing access to the external space, an address space discriminator 112 judges which area of endian is accessed, every time of access by seeing higher-order 3 bits A31-A29 of 32-bit addresses A31-A0. The information on this endian is transmitted to a byte aligner 111. Based on three kinds of information on external data bus width, endian and the length of transfer data, this byte aligner 111 selects any path required for transfer so as to rearrange the order of bytes.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、情報処理装置におい
て、二通りのバイト並び順形式で表現されたデータを同
等に処理できるバス制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a bus control device capable of equally processing data represented in two types of byte arrangement order in an information processing device.

【0002】[0002]

【従来の技術】いわゆるマイコン(マイクロコンピュー
タ,マイクロプロセッサ,マイクロコントローラを含
む)は処理するデータの形式により、上位バイトを高い
アドレスに置くバイト並び順形式(以下、リトルエンデ
ィアンと呼ぶ)と上位バイトを低いアドレスに置くバイ
ト並び順形式(以下、ビッグエンディアンと呼ぶ)の2
種類に大別できる。エンディアンにはビット単位のエン
ディアン(ビット極性)とバイト単位のエンディアン
(バイト極性)の2通りの意味があるが、本明細書中で
単にエンディアンと言えばバイト単位のエンディアンを
指す。
2. Description of the Related Art So-called microcomputers (including microcomputers, microprocessors, and microcontrollers) use a byte arrangement order format (hereinafter referred to as little endian) in which the upper byte is placed at a higher address depending on the format of data to be processed and the upper byte. Byte arrangement order format (hereinafter called big endian) to be placed at a low address 2
It can be roughly divided into types. The endian has two meanings, that is, an endian in a bit unit (bit polarity) and an endian in a byte unit (byte polarity). In the present specification, simply saying “endian” means an endian in a byte unit.

【0003】マイコンは、暗黙にリトルまたはビッグい
ずれかのエンディアンで機能することを想定する。現在
利用されているほとんどの32ビット以上のマイコンは、
暗黙のエンディアンと異なる方のエンディアンデータも
処理できるように何らかのエンディアン切り替え機能を
持つ。主なエンディアン切り替え方式として、次のよう
な例が実現されている。
Microcomputers implicitly assume to work in either little or big endian. Most 32-bit or more microcontrollers currently in use
It has some endian switching function so that the endian data different from the implicit endian can be processed. The following examples have been realized as main endian switching methods.

【0004】・プログラム状態語(PSW)中のモードビッ
トへ書き込む方法 ・外部制御端子(信号)の値を切替える方法 ・アドレス空間を判定する方法 また、主なバイト並べ換え方式として、次のような例が
実現されている。
The method of writing to the mode bit in the program status word (PSW) The method of switching the value of the external control terminal (signal) The method of determining the address space Further, as the main byte rearrangement method, the following example Has been realized.

【0005】・バイト並べ換え命令によりソフトウェア
で交換する方法 ・アドレスの下位ビットを反転させる方法 ・バイトアライナーで並べ換える方法 従来例のバス制御装置を含むシステムの構成を説明す
る。図9,図10,図11は、それぞれ第1,2,3従
来例のバス制御装置を含むシステム構成図を示す。従来
例は必ずしも32ビットのマイコンではないが、以下では
32ビットマイコンに統一して説明する。同図において、
32ビットマイコン901,1001,1101は、シス
テム全体を制御する。バス制御装置902,1002,
1102は、マイコンと外部バスとのインターフェイス
である。CPUコア903,1003,1103は、マイ
コン901,1001,1101の核として汎用的なプ
ログラム処理を行う。これらは、リトルエンディアンデ
ータのみを処理できるとする。内蔵命令メモリ904,
1004,1104は、CPUコア903,1003,1
103が処理する命令を格納する。内蔵データRAM90
5,1005,1105は、CPUコア903,100
3,1103から高速にアクセスできる作業用のデータ
を格納する。DMAコントローラ(DMAC)906,100
6,1106は、CPUコア903,1003,1103
と独立にDMA処理を制御する。32ビットの外部アドレス
バス907,1007,1107は、アドレスデータを
転送する。32ビットの外部データバス908,100
8,1108は、1バイトから4バイトのデータを転送
する。ビッグエンディアン入出力装置909,100
9,1109は、インターフェイスがビッグエンディア
ン形式である周辺機器である。これらは、外部メモリ空
間にアドレスを割り当てられ、CPUコア903,100
3,1103から外部メモリと同様にアクセスできる。
特にビッグエンディアン入出力装置909は、外部メモ
リ空間のビッグエンディアン領域に置かれる。外部メモ
リ910,1010,1110は、通常DRAMなどであ
る。バイトアライナー911,1011,1111は、
データのバイト順を入れ替える。バイトアライナー91
1,1011は、リトルエンディアンのみに対応するデ
ータ転送パスを持つ。バイトアライナー1111は、両
エンディアンに対応するデータ転送パスを持ち、データ
のエンディアンを他方のエンディアンに変換できる。ア
ドレス空間判定器912は、アドレスの一部のビットを
見てアドレス空間を判定し、更に他のビットを見ていず
れのエンディアン領域をアクセスするかを判定する。ア
ドレス下位ビット反転器913,1013は、ビッグエ
ンディアン空間をアクセスする場合アドレスの下位2ビ
ットを反転させる。
A method of exchanging with software by a byte rearrangement instruction A method of inverting the lower bits of an address A method of rearranging with a byte aligner A configuration of a system including a conventional bus controller will be described. 9, 10, and 11 are system configuration diagrams including the bus control devices of the first, second, and third conventional examples, respectively. The conventional example is not necessarily a 32-bit microcomputer, but in the following
The description will be given for all 32-bit microcomputers. In the figure,
32-bit microcomputers 901, 1001, 1101 control the entire system. Bus control devices 902, 1002
1102 is an interface between the microcomputer and the external bus. The CPU cores 903, 1003, 1103 perform general-purpose program processing as the core of the microcomputers 901, 1001, 1101. It is assumed that these can process only little endian data. Built-in instruction memory 904
1004 and 1104 are CPU cores 903, 1003 and 1
The instruction to be processed by 103 is stored. Built-in data RAM 90
5,1005,1105 are CPU cores 903,100
Stores work data that can be accessed at high speed from 3, 1103. DMA controller (DMAC) 906,100
6, 1106 are CPU cores 903, 1003, 1103
And control DMA processing independently. 32-bit external address buses 907, 1007, 1107 transfer address data. 32-bit external data bus 908, 100
8, 1108 transfers 1 to 4 bytes of data. Big endian input / output device 909,100
Reference numerals 9 and 1109 denote peripheral devices whose interfaces are in big endian format. These are assigned addresses in the external memory space, and CPU cores 903, 100
3, 1103 can be accessed in the same manner as the external memory.
In particular, the big endian input / output device 909 is placed in the big endian area of the external memory space. The external memories 910, 1010, 1110 are typically DRAM or the like. Bite aligners 911, 1011 and 1111 are
Swap the byte order of the data. Bite aligner 91
1, 1011 have a data transfer path corresponding to only little endian. The byte aligner 1111 has a data transfer path corresponding to both endians, and can convert the endian of data to the other endian. The address space determiner 912 determines the address space by observing a part of bits of the address, and further determines which endian area to access by observing another bit. The address lower bit invertors 913 and 1013 invert the lower two bits of the address when accessing the big endian space.

【0006】外部のビッグエンディアン入出力装置また
は外部メモリにCPUコア903,1003,1103が
アクセスする場合について、三つの従来例のバス制御装
置を含むシステムの動作を説明する。 (1)第1従来例 ・アドレスを見て、アドレス空間判定器912でアクセ
スするデータのエンディアンを判定する。 ・ビッグエンディアン領域と判定したら、アドレス下位
ビット反転器913で外部アドレス出力の下位2ビット
を反転する。さもなければ、反転しない。 ・CPUコア903、あるいはDMAC906は、バイト単位
で外部空間とデータを入出力する。 (2)第2従来例 ・リセット後に、CPUコア1003中のPSW中のモードビ
ットにソフトウェアでエンディアンモードを書き込む。 ・ビッグエンディアンモードならば、アドレス下位ビッ
ト反転器1013で外部アドレス出力の下位2ビットを
反転する。さもなければ、反転しない。 ・CPUコア1003、あるいはDMAC1006は、バイト
単位で外部空間とデータを入出力する。 (3)第3従来例 ・リセット後に、CPUコア1103中のPSW中のモードビ
ットにソフトウェアでエンディアンモードを書き込む。 ・バイトアライナー1111は、エンディアンモードで
指定されたエンディアンに対応する転送パスを選択し、
エンディアンを変換しながらデータを入出力する。
When the CPU cores 903, 1003, 1103 access an external big endian input / output device or an external memory, the operation of the system including the three bus control devices of the conventional example will be described. (1) First conventional example-The address space determiner 912 determines the endian of the data to be accessed by looking at the address. When it is determined to be a big endian area, the address lower bit inverting unit 913 inverts the lower 2 bits of the external address output. Otherwise, do not flip. The CPU core 903 or the DMAC 906 inputs / outputs data to / from the external space in byte units. (2) Second conventional example-After reset, the endian mode is written by software to the mode bit in the PSW in the CPU core 1003. In the big endian mode, the address lower bit inverter 1013 inverts the lower 2 bits of the external address output. Otherwise, do not flip. The CPU core 1003 or the DMAC 1006 inputs / outputs data to / from the external space in byte units. (3) Third conventional example-After reset, the endian mode is written by software to the mode bit in the PSW in the CPU core 1103. -The byte aligner 1111 selects the transfer path corresponding to the endian specified in the endian mode,
Input and output data while converting endian.

【0007】ビッグエンディアン入出力装置909,1
009,1109として、例えばCD-ROMドライブなどが
具体的に挙げられる。CD-ROMドライブでは、媒体のCD-R
OMのフォーマットがビッグエンディアンとして規定され
ている。逆にリトルエンディアン入出力装置としては、
インテル社のX86系マイクロプロセッサを使用するパソ
コンや、それを組み込んだ周辺機器が挙げられる。この
ように、周辺機器毎にエンディアンがばらばらであるた
め、一つのシステム中で異なるエンディアンの装置が混
在することがある。エンディアンにかかわらず、システ
ム中の両エンディアンデータをひとつのマイコンで同時
に処理することが求められている。
Big endian input / output device 909, 1
Specific examples of 009 and 1109 include a CD-ROM drive and the like. CD-ROM drive, media CD-R
The OM format is specified as big endian. Conversely, as a little endian input / output device,
A personal computer that uses Intel's X86 microprocessor and peripheral devices that incorporate it can be mentioned. In this way, since the endian is different for each peripheral device, devices of different endian may coexist in one system. Regardless of the endian, it is required to process both endian data in the system by one microcomputer at the same time.

【0008】[0008]

【発明が解決しようとする課題】第1と第2従来例で
は、ビッグエンディアンデータの転送の場合、1バイ
ト、2バイト、4バイトいずれのデータでもバイト単位に
転送せねばならないので転送速度が遅い。また、反転さ
れるアドレス下位2ビットの出力タイミングが遅れる。
第2と第3従来例では、一つのシステム中で二つのエン
ディアンが両立しないため両エンディアンのデータを同
時に処理できないし、データのエンディアンを変換する
こともできない。実際には、リセット直後にしかエンデ
ィアンモードを変更できない仕様としているマイコンが
多い。
In the first and second conventional examples, when transferring big endian data, any one byte, two bytes, or four bytes of data must be transferred in byte units, so the transfer speed is slow. . Also, the output timing of the lower 2 bits of the inverted address is delayed.
In the second and third conventional examples, since two endians are not compatible in one system, data of both endians cannot be processed at the same time, and the endian of the data cannot be converted. In reality, many microcomputers have a specification that the endian mode can be changed only immediately after reset.

【0009】本発明はかかる点に鑑み、本発明は一つの
システム中で二つのエンディアンが両立し、しかも異な
るエンディアンのデータを処理する場合でも転送速度を
落とさない新規のバス制御装置を提供することを目的と
する。
In view of the above points, the present invention provides a new bus control device in which two endians are compatible in one system and the transfer speed is not reduced even when processing data of different endians. With the goal.

【0010】[0010]

【課題を解決するための手段】上記の課題を解決するた
め、本発明のバス制御装置は、アドレスの上位ビットを
見てアクセスするデータ領域がリトルとビッグいずれの
エンディアン領域にあるかを識別するアドレス空間判定
手段と、データ転送時に前記アドレス空間判定手段にお
いて外部データアドレス空間のリトルエンディアン領域
に対しアクセスすると判定した場合、リトルエンディア
ンのバイト並び順を保存するパスを通し、一方外部デー
タアドレス空間のビッグエンディアン領域に対しアクセ
スすると判定した場合、内部のリトルエンディアン形式
と外部のビッグエンディアン形式との間でバイト順を並
べ替えて互いに変換するパスを通すバイト並べ替え手段
を備える。
In order to solve the above problems, the bus control device of the present invention discriminates whether the data area to be accessed is in the little endian area or the big endian area by looking at the upper bits of the address. If the address space determining means and the address space determining means at the time of data transfer determine to access the little endian area of the external data address space, they pass through a path storing the byte order of the little endian, while the external data address space When it is determined that the big endian area is accessed, a byte rearrangement means for rearranging the byte order between the internal little endian format and the external big endian format and passing through a path for mutual conversion is provided.

【0011】[0011]

【作用】本発明のバス制御装置は前記の構成により、内
部においてデータをリトルエンディアン形式で処理し、
外部データアドレス空間をリトルエンディアン形式でデ
ータを格納するリトルエンディアン領域とビッグエンデ
ィアン形式でデータを格納するビッグエンディアン領域
とに分け、リトルエンディアンのデータや外部入出力装
置は、システム中のリトルエンディアン領域にあらかじ
め割り当て、ビッグエンディアンのデータや外部入出力
装置は、システム中のビッグエンディアン領域にあらか
じめ割り当てる。
With the above configuration, the bus control device of the present invention internally processes data in little endian format,
The external data address space is divided into a little endian area that stores data in little endian format and a big endian area that stores data in big endian format, and little endian data and external I / O devices are stored in the little endian area in the system. Pre-allocated, big-endian data and external I / O devices are pre-allocated to the big-endian area in the system.

【0012】外部にデータアクセスする場合、アドレス
空間判定手段でデータアドレスの上位ビットに基づきど
のデータ空間にあるかを識別する。更に、データアドレ
ス中の他の1ビットに基づきいずれのエンディアンのデ
ータであるかを識別する。
When accessing data to the outside, the address space determining means identifies which data space the data space is based on the upper bits of the data address. Further, the endian of the data is identified based on the other 1 bit in the data address.

【0013】リトルエンディアンデータをアクセスする
場合、バイトアライナーでデータ長に応じて通常の整列
(アラインメント)処理を施した後、入出力する。ビッ
グエンディアンデータをロードする場合、バイトアライ
ナーでデータ長に応じて通常のアラインメント処理を施
すと同時に、データのバイト順をリトルエンディアンの
順序に並べ替え、リトルエンディアンデータに変換して
入力する。内部のリトルエンディアンデータをビッグエ
ンディアン領域にストアする場合、バイトアライナーで
データ長に応じて通常のアラインメント処理を施すと同
時に、データのバイト順をビッグエンディアンの順序に
並べ替え、ビッグエンディアンデータに変換して出力す
る。
When accessing little endian data, a byte aligner performs an ordinary alignment process according to the data length, and then inputs / outputs. When loading big endian data, the byte aligner performs normal alignment processing according to the data length, rearranges the byte order of the data to little endian order, converts it to little endian data, and inputs it. When storing internal little endian data in the big endian area, the byte aligner performs normal alignment processing according to the data length, rearranges the byte order of the data to big endian order, and converts it to big endian data. Output.

【0014】[0014]

【実施例】以下の説明中で、右側に表示されるバイトは
左側のバイトより下位である。また、ビット単位の並び
はリトルエンディアンであるとする。メモリ上にあるデ
ータは、その語長境界にアラインメントされたアドレス
に置かれるものとする。本実施例のバス制御装置を含む
システムは、外部32または16または8ビットバスをサポ
ートするものとする。
DESCRIPTION OF THE PREFERRED EMBODIMENTS In the following description, the bytes displayed on the right are lower than the bytes on the left. The bit-wise arrangement is assumed to be little endian. The data in the memory shall be placed at the address aligned to the word length boundary. The system including the bus controller of this embodiment shall support an external 32 or 16 or 8 bit bus.

【0015】まず、バイト極性に関連するメモリのアド
レシングとバスインターフェイスについて説明する。4
バイトのデータLを次のように1バイトのa,b,c,dの並び
で表現する。 L = (a b c d) ここでaが最上位バイト、dが最下位バイトである。外部
データバス幅が8ビットである場合、リトルエンディア
ンでは、メモリにLは図8(a)のように格納される。
ビッグエンディアンでは、メモリにLは図8(b)のよ
うに格納される。外部データバス幅が16ビット及び32ビ
ットである場合、リトルエンディアンではメモリにLは
それぞれ図8の(c)と(d)のように格納される。図
中、左側のバイトが外部データバスの上位バイトに接続
されるとする。ビッグエンディアンでは、外部メモリと
システムバスとの物理的な接続方式の違いを反映して、
Lを格納するメモリモデルにいくつかの形式が考えられ
る。ここでは外部データバス幅が16ビット及び32ビット
である場合、Lは物理的にメモリにそれぞれ図8の
(e)と(f)のように格納されるものとする。つま
り、ビッグエンディアン入出力装置の高位側の(低いア
ドレスの)バイトが、16または32ビットのシステムバス
の高位側の(リトルエンディアンにおける高いアドレス
の)バイトに対応するように接続されるものとする。
First, the memory addressing and the bus interface related to the byte polarity will be described. Four
Byte data L is expressed as a sequence of 1 byte a, b, c, d as follows. L = (abcd) where a is the most significant byte and d is the least significant byte. When the external data bus width is 8 bits, L is stored in the memory as shown in FIG. 8A in little endian.
In big endian, L is stored in the memory as shown in FIG. When the external data bus width is 16 bits and 32 bits, L is stored in the memory in little endian as shown in (c) and (d) of FIG. 8, respectively. In the figure, it is assumed that the left byte is connected to the upper byte of the external data bus. In big endian, reflecting the difference in the physical connection method between the external memory and the system bus,
There are several possible formats for the memory model that stores L. Here, when the external data bus width is 16 bits and 32 bits, it is assumed that L is physically stored in the memory as shown in (e) and (f) of FIG. That is, the high-order (low-address) byte of a big-endian I / O device shall be connected to correspond to the high-order (high-address in little-endian) byte of a 16- or 32-bit system bus. .

【0016】本実施例のシステム構成を説明する。図1
は、実施例のバス制御装置を含むシステム構成図を示
す。同図において、101から112は、従来例の対応
する構成要素と同等の役割を持つ。CPUコア103はリ
トルエンディアンデータのみを処理できるように設計さ
れているものとする。
The system configuration of this embodiment will be described. FIG.
FIG. 3 shows a system configuration diagram including a bus control device of the embodiment. In the figure, 101 to 112 have the same roles as the corresponding constituent elements of the conventional example. The CPU core 103 is designed to be able to process only little endian data.

【0017】本実施例のシステムにおいて、図7に示す
ように、32ビットのアドレスマップの内、外部空間に割
り当てる領域を二つのエンディアンデータ用に二分す
る。図7(a)と図7(b)は、それぞれ32ビットマイ
コン101が命令メモリを内蔵する動作モード(メモリ
拡張モード)と、内蔵しない動作モード(プロセッサモ
ード)におけるアドレスマップの一例である。外部空間
をアクセスする際、アドレス空間判定器112は32ビッ
トアドレスA31〜A0の上位3ビットA31〜A29を見て、いず
れのエンディアンの領域にアクセスしているかをアクセ
スの度に判定する。具体的には、A31とA30を見て内部ま
たは外部メモリのいずれにアクセスするかを判定し、外
部メモリ空間へのアクセスの場合、更にA29を見て、ビ
ッグあるいはリトルエンディアンいずれの領域にアクセ
スするかを判定する。但し、同図に示すように内部メモ
リ空間と命令メモリ空間と外部I/O空間は、リトルエン
ディアンデータのみを格納するものとする。従ってアド
レス(A31,A30,..,A0)にアクセスする場合、そのアドレ
スがビッグエンディアン領域にあることを示す論理BER
は、 BER=EXT・(A31・A30・A29)+PROC・(A31・A30・A29+A31
・A30・A29) である。ここで、EXTとPROCはそれぞれメモリ拡張モー
ドとプロセッサモードを示す論理であり、変数の上線は
論理反転を表わす。BERが真ならばビッグエンディアン
領域と、偽ならばリトルエンディアン領域と判断する。
In the system of the present embodiment, as shown in FIG. 7, the area allocated to the external space in the 32-bit address map is divided into two areas for two endian data. 7A and 7B are examples of address maps in an operation mode in which the 32-bit microcomputer 101 has an instruction memory (memory expansion mode) and an operation mode in which the 32-bit microcomputer 101 does not have an instruction memory (processor mode). When accessing the external space, the address space determiner 112 looks at the upper 3 bits A31 to A29 of the 32-bit address A31 to A0 and determines which endian area is being accessed each time. Specifically, it determines whether to access the internal or external memory by looking at A31 and A30. When accessing the external memory space, further looking at A29, access either the big or little endian area. To determine. However, as shown in the figure, the internal memory space, instruction memory space, and external I / O space store only little endian data. Therefore, when accessing the address (A31, A30, .., A0), the logical BER indicating that the address is in the big endian area
Is BER = EXT ・ (A31 ・ A30 ・ A29) + PROC ・ (A31 ・ A30 ・ A29 + A31
・ A30 ・ A29). Here, EXT and PROC are logics indicating the memory expansion mode and the processor mode, respectively, and the upper line of the variable represents the logic inversion. If the BER is true, it is judged as the big endian area, and if it is false, it is judged as the little endian area.

【0018】エンディアンに関する情報はバイトアライ
ナー111に伝えられる。バイトアライナー111は、
外部データバス幅,エンディアン,転送データの長さの
三つの情報に基づき、転送に必要なパスを選択すること
によりバイト順を並べ変える。図2〜図4にこれら三つ
の情報と選択されるバイトアライナー111のバイト並
べ替えパスとの関係を示す。同図において、BCBUSはCPU
コア103との間を接続する内部バスであり、EXBUSは
外部データバス108との間を接続する内部バスであ
る。矢印付き実線で示される一本のパスの幅は、1バイ
ト即ち8ビットである。外部データバス幅が8,16,32ビ
ットである場合、それぞれ図2,図3,図4に示され
る。各々について、外部のデータがリトル,ビッグエン
ディアンである場合、それぞれ(a),(b)に示され
る。更に各々について、転送するデータ長が4,2,1バ
イトである場合に必要なパスが示される。図2〜図4の
中で、転送にかかるサイクル数と、何番目のサイクルに
どのパスを通るかに関し、丸で囲んだ数字で示す。本実
施例では、転送路が転送するデータ幅より狭い場合、常
に低いアドレスにあるバイトから先に転送するものとす
る。ここで付した数字は、転送するデータが4バイト境
界アドレスに整列されている場合に対応する。丸で囲ん
だ数字を付されていないパスは、4バイト境界に整列さ
れていない場合に使われる。
Information about the endian is transmitted to the byte aligner 111. Bite aligner 111
The byte order is rearranged by selecting the path required for the transfer based on the external data bus width, endian, and the length of transfer data. 2 to 4 show the relationship between these three pieces of information and the byte rearrangement path of the selected byte aligner 111. In the figure, BCBUS is the CPU
EXBUS is an internal bus that connects to the core 103, and EXBUS is an internal bus that connects to the external data bus 108. The width of one path indicated by a solid line with an arrow is 1 byte, that is, 8 bits. When the external data bus width is 8, 16 and 32 bits, it is shown in FIGS. 2, 3 and 4, respectively. When the external data is little and big endian for each, it is shown in (a) and (b), respectively. Furthermore, for each of them, the path required when the data length to be transferred is 4, 2, or 1 byte is shown. In FIGS. 2 to 4, the number of cycles required for transfer and the number of cycles and the path to be taken are shown by the numbers enclosed in circles. In the present embodiment, if the data width of the transfer path is narrower than the transferred data width, the bytes at the lower addresses are always transferred first. The numbers given here correspond to the case where the data to be transferred is aligned on a 4-byte boundary address. Circled unnumbered paths are used when they are not aligned on a 4-byte boundary.

【0019】図5に、図2〜図4に示されたアライナー
パスを外部バス幅毎にまとめた。図5(a),(b),
(c)は、それぞれ図2,図3,図4をまとめたもので
ある。図5(d)はそれらをすべてまとめ、最終的に本
実施例のバイトアライナー111に必要なすべてのパス
を示す。(表1)に、外部データバスサイズとサポート
するエンディアン毎に、本実施例において必要となるバ
イトアライナー111の転送パスの本数を掲げる。
FIG. 5 shows the aligner paths shown in FIGS. 2 to 4 for each external bus width. 5 (a), (b),
(C) is a compilation of FIGS. 2, 3, and 4, respectively. FIG. 5 (d) summarizes all of them, and finally shows all the paths necessary for the byte aligner 111 of this embodiment. Table 1 shows the number of transfer paths of the byte aligner 111 required in this embodiment for each external data bus size and each supported endian.

【0020】[0020]

【表1】 [Table 1]

【0021】CPUコア103内部には別のバイトアライ
ナーが設けられる。このバイトアライナーは、8ビット
と16ビットのデータアクセス時に内部32ビットのデータ
パスとの間で整合をとる働きをする。このバイトアライ
ナーの動作は、エンディアンと外部データバスサイズに
依存しない。データをロードする場合、データの長さが
8ビットないし16ビットであれば、データを32ビット幅
の右詰めの位置に配置する。データをストアする場合、
データの長さが8ビットないし16ビットであれば、内部
レジスタ内で右詰めされたデータをアドレスに従って32
ビット幅内の適当な位置に配置する。CPUコア103内
部のバイトアライナーのバイト並べ替え操作用のパス構
成を(図6)に示す。データ長が4,2,1バイトである
場合、それぞれ(図6)の(a),(b),(c)にバ
イトアライナーのパスを示す。(図6)(d)にそれら
をまとめ、CPUコア103内部のバイトアライナーに必
要なすべてのパスを示す。CPUコア103内部のバイト
アライナーでは、8本の8ビットパスが必要である。
Another byte aligner is provided inside the CPU core 103. This byte aligner serves to match the internal 32-bit data path when accessing 8-bit and 16-bit data. The operation of this byte aligner is independent of endian and external data bus size. If you load the data,
If it is 8 bits to 16 bits, the data is placed in a right-justified position with a width of 32 bits. When storing data,
If the data length is 8 to 16 bits, the right-justified data in the internal register is
Place it at an appropriate position within the bit width. The path configuration for the byte rearrangement operation of the byte aligner inside the CPU core 103 is shown in FIG. When the data length is 4, 2 or 1 byte, the path of the byte aligner is shown in (a), (b) and (c) of (Fig. 6), respectively. (FIG. 6) (d) summarizes them and shows all paths necessary for the byte aligner inside the CPU core 103. The byte aligner inside the CPU core 103 requires eight 8-bit paths.

【0022】本実施例の動作を以下に説明する。本実施
例は、CPUコア103内部のレジスタと外部との間でリ
トルまたはビッグエンディアンデータを転送することが
できる。また、外部のビッグエンディアンデータをCPU
コア103内部のレジスタに転送した後に、外部のリト
ルエンディアン領域に転送することにより、ビッグエン
ディアンデータをリトルエンディアンデータに変換でき
る。逆も同様である。DMAの場合でも同様のデータ処理
が可能である。以下、(表2)に示すようにデータ転送
を場合分けし、それぞれについて動作の流れを記述す
る。
The operation of this embodiment will be described below. In this embodiment, little or big endian data can be transferred between the register inside the CPU core 103 and the outside. Also, external big-endian data can be
The big endian data can be converted into the little endian data by transferring to the register inside the core 103 and then to the outside little endian area. The reverse is also true. Similar data processing is possible even in the case of DMA. Hereinafter, as shown in (Table 2), the data transfer is divided into cases, and the operation flow is described for each case.

【0023】[0023]

【表2】 [Table 2]

【0024】(1)リトルエンディアンデータのロード 外部のリトルエンディアンデータをリトルエンディアン
領域からフェッチし、バイトアライナー111を経由し
てバイト順を並べ変えずにCPUコア103内部のレジス
タに格納する。 (2)リトルエンディアン領域へのストア CPUコア103内部のレジスタ中のデータを読み出し、
バイトアライナー111を経由してバイト順を並べ変え
ずに外部のリトルエンディアン領域に格納する。 (3)ビッグエンディアンデータのロード 外部のビッグエンディアンデータをビッグエンディアン
領域からフェッチする。バイトアライナー111で外部
データバス幅とデータ長に応じてバイト並べ替え操作を
行うことにより、ビッグエンディアンデータをリトルエ
ンディアンデータに変換する。変換されたデータをCPU
コア103内部のレジスタに格納する。 (4)ビッグエンディアン領域へのストア CPUコア103内部のレジスタ中のデータを読み出す。
バイトアライナー111でバイト並べ替え操作を行うこ
とにより、(3)と逆にリトルエンディアンデータをビ
ッグエンディアンデータに変換する。変換されたデータ
を指定された外部のビッグエンディアン領域に格納す
る。 (5)リトルエンディアン領域からリトルエンディアン
領域へのDMA転送 上記(1)の要領でリトルエンディアンデータをロード
し、DMAC106内部のレジスタに一旦格納する。続い
て、上記(2)の要領でDMAC106内部のレジスタ内の
データをストアする。DMAC106内部でのデータ形式
は、常にリトルエンディアンとする。 (6)ビッグエンディアン領域からリトルエンディアン
領域へのDMA転送 上記(3)の要領でビッグエンディアンデータをロード
し、DMAC106内部のレジスタに一旦格納する。続い
て、上記(2)の要領でDMAC106内部のレジスタ内の
データをストアする。 (7)リトルエンディアン領域からビッグエンディアン
領域へのDMA転送 上記(1)の要領でリトルエンディアンデータをロード
し、DMAC106内部のレジスタに一旦格納する。続い
て、上記(4)の要領でDMAC106内部のレジスタ内の
データをストアする。 (8)ビッグエンディアン領域からビッグエンディアン
領域へのDMA転送 上記(3)の要領でビッグエンディアンデータをロード
し、DMAC106内部のレジスタに一旦格納する。続い
て、上記(4)の要領でDMAC106内部のレジスタ内の
データをストアする。
(1) Loading little endian data External little endian data is fetched from the little endian area and stored in a register inside the CPU core 103 via the byte aligner 111 without rearranging the byte order. (2) Store to little endian area Read the data in the register inside CPU core 103,
The data is stored in the external little endian area via the byte aligner 111 without rearranging the byte order. (3) Loading big endian data Fetch external big endian data from the big endian area. The byte aligner 111 performs byte rearrangement operation according to the external data bus width and the data length to convert big endian data into little endian data. Converted data to CPU
It is stored in a register inside the core 103. (4) Store to big endian area Read the data in the register inside the CPU core 103.
By performing the byte rearrangement operation by the byte aligner 111, the little endian data is converted into the big endian data, contrary to (3). Store the converted data in the specified external big-endian area. (5) DMA transfer from little endian area to little endian area Little endian data is loaded as in (1) above and temporarily stored in a register inside DMAC 106. Subsequently, the data in the register inside the DMAC 106 is stored as in the above (2). The data format inside the DMAC 106 is always little endian. (6) DMA transfer from big-endian area to little-endian area Big-endian data is loaded as described in (3) above and temporarily stored in a register inside DMAC 106. Subsequently, the data in the register inside the DMAC 106 is stored as in the above (2). (7) DMA transfer from little endian area to big endian area Little endian data is loaded as described in (1) above and is temporarily stored in a register inside DMAC 106. Then, the data in the register inside the DMAC 106 is stored as in the above (4). (8) DMA transfer from big-endian area to big-endian area Load big-endian data as in (3) above and temporarily store it in a register inside DMAC 106. Then, the data in the register inside the DMAC 106 is stored as in the above (4).

【0025】本実施例によれば、最大3ビットのアドレ
スをデコードしてアクセスすべきデータ領域のエンディ
アンを高速に判定し、更にバイト単位のパスを切り替え
てバイト順を高速に並べ替えることが可能となる。従っ
て、パイプライン制御されるマイコンのデータ転送サイ
クルを伸ばすことなく、データ転送毎のエンディアン切
り替え機能をマイコンに付加することができる。
According to this embodiment, the endian of the data area to be accessed can be determined at high speed by decoding the address of up to 3 bits, and the byte order can be rearranged at high speed by switching the byte unit path. Becomes Therefore, the endian switching function for each data transfer can be added to the microcomputer without extending the data transfer cycle of the pipeline-controlled microcomputer.

【0026】なお本実施例において、ビッグエンディア
ンのみに対応するCPUコアにリトルエンディアンデータ
を扱わせる場合でも、アライナーパスを変更すれば同じ
システム構成が適用できる。実施例の記述中でビッグと
リトルを入れ換えても、本発明は同様に有効である。ビ
ッグエンディアンの外部バス構成が異なる場合でも、ア
ライナーパスを変更すれば同じシステム構成が適用でき
る。
In this embodiment, the same system configuration can be applied by changing the aligner path even when the little endian data is handled by the CPU core corresponding to only big endian. Even if the big and the little are interchanged in the description of the embodiment, the present invention is equally effective. Even if the big-endian external bus configuration is different, the same system configuration can be applied by changing the aligner path.

【0027】[0027]

【発明の効果】従来は、アドレス出力の下位2ビットを
反転させてバイト単位でデータを転送することによりエ
ンディアンを交換するため、データ転送性能が劣化して
いた。またエンディアンを状態フラグ中のモードビット
や端子の値で切り替えるため、いずれか一方のエンディ
アンのデータしか処理できなかった。本発明のバス制御
装置によれば、アドレスの上位ビットを見てエンディア
ンを判定し、かつバイトアライナーによりデータのエン
ディアンを切り替えることにより、エンディアンによら
ない高速なデータ転送と両方のエンディアンデータの同
時処理が可能になる。
According to the prior art, since the endian is exchanged by inverting the lower 2 bits of the address output and transferring the data in byte units, the data transfer performance is deteriorated. Also, because the endian is switched by the mode bit in the status flag or the value of the pin, only the data of either endian can be processed. According to the bus control device of the present invention, the endian is determined by looking at the upper bits of the address, and the endian of the data is switched by the byte aligner, whereby high-speed data transfer independent of endian and simultaneous processing of both endian data are performed. Will be possible.

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

【図1】実施例のバス制御装置を含むシステム構成図FIG. 1 is a system configuration diagram including a bus control device according to an embodiment.

【図2】バス制御装置内のバイトアライナー111のパ
ス構成を示す図
FIG. 2 is a diagram showing a path configuration of a byte aligner 111 in a bus control device.

【図3】バス制御装置内のバイトアライナー111のパ
ス構成を示す図
FIG. 3 is a diagram showing a path configuration of a byte aligner 111 in the bus control device.

【図4】バス制御装置内のバイトアライナー111のパ
ス構成を示す図
FIG. 4 is a diagram showing a path configuration of a byte aligner 111 in the bus control device.

【図5】外部バス幅毎のバイトアライナー111のパス
構成のまとめを示す図
FIG. 5 is a diagram showing a summary of path configurations of the byte aligner 111 for each external bus width.

【図6】CPUコア内のバイトアライナーのパス構成を示
す図
FIG. 6 is a diagram showing a path configuration of a byte aligner in the CPU core.

【図7】エンディアンを識別するためのアドレス空間の
領域分割を示す図
FIG. 7 is a diagram showing area division of an address space for identifying endian.

【図8】外部バスと外部メモリモデルの概念図FIG. 8 is a conceptual diagram of an external bus and an external memory model.

【図9】第1従来例のバス制御装置を含むシステム構成
FIG. 9 is a system configuration diagram including a bus control device of a first conventional example.

【図10】第2従来例のバス制御装置を含むシステム構
成図
FIG. 10 is a system configuration diagram including a bus control device of a second conventional example.

【図11】第3従来例のバス制御装置を含むシステム構
成図
FIG. 11 is a system configuration diagram including a bus control device of a third conventional example.

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

101 32ビットマイコン 102 バス制御装置 103 CPUコア 104 内蔵命令メモリ 105 内蔵データRAM 106 DMAコントローラ(DMAC) 107 外部アドレスバス 108 外部データバス 109 ビッグエンディアン入出力装置 110 外部メモリ 111 バイトアライナー 112 アドレス空間判定器 101 32-bit microcomputer 102 Bus controller 103 CPU core 104 Built-in instruction memory 105 Built-in data RAM 106 DMA controller (DMAC) 107 External address bus 108 External data bus 109 Big endian I / O device 110 External memory 111 Byte aligner 112 Address space determiner

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】データアドレス空間を第1のバイト並び順
形式でデータを格納する第1のバイト並び順領域と第2
のバイト並び順形式でデータを格納する第2のバイト並
び順領域とに分け、アドレスの特定のビットに基づいて
アクセスするデータ領域が第1と第2いずれのバイト並
び順領域にあるかを識別するアドレス空間判定手段と、
データ転送時に前記アドレス空間判定手段において第1
のバイト並び順領域に対しアクセスすると判定した場合
受け取った第1のバイト並び順のデータを同じバイト並
び順で入出力し、前記アドレス空間判定手段において第
2のバイト並び順領域に対しアクセスすると判定した場
合第1のバイト並び順形式と第2のバイト並び順形式と
の間でバイト順を並べ替えて変換し入出力するバイト並
べ替え手段を備えることを特徴とするバス制御装置。
1. A first byte arrangement order area for storing data in a first byte arrangement order format in a data address space and a second byte arrangement order area.
And a second byte arrangement order area for storing data in the byte arrangement order format, and identifies whether the data area to be accessed is in the first or second byte arrangement order area based on a specific bit of an address. Address space determining means for
The first in the address space determination means at the time of data transfer
When it is determined to access the byte arrangement order area, the received data of the first byte arrangement order is input / output in the same byte arrangement order, and the address space determination means determines to access the second byte arrangement order area. In this case, the bus control device is provided with a byte rearrangement means for rearranging the byte order between the first byte arrangement order format and the second byte arrangement order format, converting the byte order, and inputting / outputting.
【請求項2】アドレスの特定の1ビットに基づいてアク
セスするデータ領域が第1と第2いずれのバイト並び順
領域にあるかを識別するアドレス空間判定手段を備える
ことを特徴とする請求項1記載のバス制御装置。
2. An address space determining means for identifying whether the data area to be accessed based on a specific 1 bit of an address is in the first or second byte arrangement order area. Bus control device as described.
【請求項3】データアドレス空間を第1のバイト並び順
形式でデータを格納する第1のバイト並び順領域と第2
のバイト並び順形式でデータを格納する第2のバイト並
び順領域とに分け、アドレスの特定のビットに基づいて
アクセスするデータ領域がどのデータアドレス空間にあ
るかを判断し、アクセスするデータ領域が特定のデータ
アドレス空間にあると判断した場合アドレスの他の特定
のビットに基づいてアクセスするデータ領域が第1と第
2いずれのバイト並び順領域にあるかを識別するアドレ
ス空間判定手段と、データ転送時に前記アドレス空間判
定手段において特定のデータアドレス空間の第1のバイ
ト並び順領域に対しアクセスすると判定した場合第1の
バイト並び順を同じバイト並び順で入出力し、前記アド
レス空間判定手段において特定のデータアドレス空間の
第2のバイト並び順領域に対しアクセスすると判定した
場合第1のバイト並び順形式と第2のバイト並び順形式
との間でバイト順を並べ替えて変換し入出力するバイト
並べ替え手段を備えることを特徴とするバス制御装置。
3. A first byte arrangement order area for storing data in a first byte arrangement order format in a data address space and a second byte arrangement order area.
It is divided into a second byte arrangement order area for storing data in the byte arrangement order format of, and the data area to be accessed is determined based on a specific bit of the address to determine which data address space is to be accessed. When it is determined that the data area is in a specific data address space, an address space determining means for identifying whether the data area to be accessed is in the first or second byte arrangement order area based on another specific bit of the address, and data. At the time of transfer, when the address space determination means determines to access the first byte arrangement order area of a specific data address space, the first byte arrangement order is input / output in the same byte arrangement order, and the address space determination means If it is determined to access the second byte-aligned area of the specific data address space, the first byte Bus control device according to claim converted by rearranging byte ordering comprise a byte rearrangement means for input and output to and from the micro-forward type and the second byte ordering format.
【請求項4】アドレスの特定のビットに基づいてアクセ
スするデータ領域がどのデータアドレス空間にあるかを
判断し、アクセスするデータ領域が特定のデータアドレ
ス空間にあると判断した場合アドレスの他の1ビットに
基づいてアクセスするデータ領域が第1と第2いずれの
バイト並び順領域にあるかを識別するアドレス空間判定
手段を備えることを特徴とする請求項3記載のバス制御
装置。
4. A data address space to be accessed is determined based on a specific bit of the address, and when it is determined that the data region to be accessed is in a specific data address space, another one of the addresses is determined. 4. The bus control device according to claim 3, further comprising address space determining means for identifying whether the data area to be accessed is in the first or second byte arrangement order area based on the bit.
【請求項5】第1のバイト並び順形式で内部データを処
理するデータ処理手段と、外部データアドレス空間を第
1のバイト並び順形式でデータを格納する第1のバイト
並び順領域と第2のバイト並び順形式でデータを格納す
る第2のバイト並び順領域とに分け、アドレスの特定の
ビットに基づいてアクセスするデータ領域が第1と第2
いずれのバイト並び順領域にあるかを識別するアドレス
空間判定手段と、データ転送時に前記アドレス空間判定
手段において外部データアドレス空間の第1のバイト並
び順領域に対しアクセスすると判定した場合受け取った
第1のバイト並び順のデータを同じバイト並び順で入出
力し、前記アドレス空間判定手段において外部データア
ドレス空間の第2のバイト並び順領域に対しアクセスす
ると判定した場合第1のバイト並び順形式と第2のバイ
ト並び順形式との間でバイト順を並べ替えて変換し入出
力するバイト並べ替え手段を備えることを特徴とする情
報処理装置。
5. A data processing means for processing internal data in a first byte arrangement order format, a first byte arrangement order area for storing data in an external data address space in the first byte arrangement order format, and a second. And a second byte arrangement order area for storing data in the byte arrangement order format, and the first and second data areas are accessed based on a specific bit of the address.
An address space determination means for identifying which byte arrangement order area is located, and a first received when the address space determination means determines to access the first byte arrangement order area of the external data address space during data transfer. When the data in the byte arrangement order is input and output in the same byte arrangement order, and the address space determination means determines to access the second byte arrangement order area of the external data address space, the first byte arrangement format and the first byte arrangement order An information processing apparatus, comprising: a byte rearranging unit for rearranging and converting a byte order between two byte arrangement order formats and inputting / outputting.
【請求項6】アドレスの1ビットに基づいてアクセスす
るデータ領域が第1と第2いずれのバイト並び順領域に
あるかを識別するアドレス空間判定手段を備えることを
特徴とする請求項5記載の情報処理装置。
6. The address space determining means for identifying whether the data area to be accessed is in the first or second byte arrangement order area based on one bit of the address. Information processing equipment.
【請求項7】第1のバイト並び順形式で内部データを処
理するデータ処理手段と、外部データアドレス空間を第
1のバイト並び順形式でデータを格納する第1のバイト
並び順領域と第2のバイト並び順形式でデータを格納す
る第2のバイト並び順領域とに分け、アドレスの特定の
ビットに基づいてアクセスするデータ領域が外部データ
アドレス空間にあるか否かを判断し、アクセスするデー
タ領域が外部データアドレス空間にあると判断した場合
アドレスの他の特定のビットに基づいてアクセスするデ
ータ領域が第1と第2いずれのバイト並び順領域にある
かを識別するアドレス空間判定手段と、データ転送時に
前記アドレス空間判定手段において外部データアドレス
空間の第1のバイト並び順領域に対しアクセスすると判
定した場合第1のバイト並び順を同じバイト並び順で入
出力し、前記アドレス空間判定手段において外部データ
アドレス空間の第2のバイト並び順領域に対しアクセス
すると判定した場合内部の第1のバイト並び順形式と外
部の第2のバイト並び順形式との間でバイト順を並べ替
えて変換し入出力するバイト並べ替え手段を備えること
を特徴とする情報処理装置。
7. A data processing means for processing internal data in a first byte arrangement order format, a first byte arrangement order area for storing data in an external data address space in a first byte arrangement order format, and a second. The data is divided into a second byte arrangement order area for storing data in the byte arrangement order format, and whether the data area to be accessed is in the external data address space is determined based on a specific bit of the address, and the data to be accessed is determined. Address space determining means for identifying whether the data area to be accessed is in the first or second byte arrangement order area based on another specific bit of the address when it is determined that the area is in the external data address space, When the address space determination means determines to access the first byte arrangement order area of the external data address space during data transfer If the same byte arrangement order is input and output, and the address space determination means determines to access the second byte arrangement order area of the external data address space, the internal first byte arrangement order format and the external An information processing apparatus, comprising: a byte rearrangement unit for rearranging and converting a byte order to and from a second byte ordering format and inputting and outputting the byte order.
【請求項8】アドレスの特定のビットに基づいてアクセ
スするデータ領域が外部データアドレス空間にあるか否
かを判断し、アクセスするデータ領域が外部データアド
レス空間にあると判断した場合アドレスの他の1ビット
に基づいてアクセスするデータ領域が第1と第2いずれ
のバイト並び順領域にあるかを識別するアドレス空間判
定手段を備えることを特徴とする請求項7記載の情報処
理装置。
8. A method of determining whether a data area to be accessed is in an external data address space based on a specific bit of an address, and determining that the data area to be accessed is in an external data address space 8. The information processing apparatus according to claim 7, further comprising address space determining means for identifying whether the data area to be accessed based on 1 bit is in the first or second byte arrangement order area.
JP25270995A 1995-09-29 1995-09-29 Bus controller and information processor provided with the same Pending JPH0997211A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25270995A JPH0997211A (en) 1995-09-29 1995-09-29 Bus controller and information processor provided with the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25270995A JPH0997211A (en) 1995-09-29 1995-09-29 Bus controller and information processor provided with the same

Publications (1)

Publication Number Publication Date
JPH0997211A true JPH0997211A (en) 1997-04-08

Family

ID=17241165

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25270995A Pending JPH0997211A (en) 1995-09-29 1995-09-29 Bus controller and information processor provided with the same

Country Status (1)

Country Link
JP (1) JPH0997211A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002269551A (en) * 2001-03-08 2002-09-20 Canon Inc Image processing unit
JP2008500635A (en) * 2004-05-26 2008-01-10 フリースケール セミコンダクター インコーポレイテッド Endianness control method and apparatus in data processing system
WO2010029794A1 (en) * 2008-09-12 2010-03-18 株式会社ルネサステクノロジ Data processing device and semiconductor integrated circuit device
JP2011186545A (en) * 2010-03-04 2011-09-22 Nec Corp Memory database system, speed-up method and program
JP2011227730A (en) * 2010-04-20 2011-11-10 Renesas Electronics Corp Microcomputer

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002269551A (en) * 2001-03-08 2002-09-20 Canon Inc Image processing unit
JP2008500635A (en) * 2004-05-26 2008-01-10 フリースケール セミコンダクター インコーポレイテッド Endianness control method and apparatus in data processing system
WO2010029794A1 (en) * 2008-09-12 2010-03-18 株式会社ルネサステクノロジ Data processing device and semiconductor integrated circuit device
CN102150139A (en) * 2008-09-12 2011-08-10 瑞萨电子株式会社 Data processing device and semiconductor integrated circuit device
JP5292406B2 (en) * 2008-09-12 2013-09-18 ルネサスエレクトロニクス株式会社 Semiconductor integrated circuit device
JP2014179107A (en) * 2008-09-12 2014-09-25 Renesas Electronics Corp Semiconductor integrated circuit device
CN105893270A (en) * 2008-09-12 2016-08-24 瑞萨电子株式会社 Data processing device and semiconductor integrated circuit device
US9524237B2 (en) 2008-09-12 2016-12-20 Renesas Electronics Corporation Data processing device and semiconductor intergrated circuit device for a bi-endian system
JP2011186545A (en) * 2010-03-04 2011-09-22 Nec Corp Memory database system, speed-up method and program
JP2011227730A (en) * 2010-04-20 2011-11-10 Renesas Electronics Corp Microcomputer
US9395999B2 (en) 2010-04-20 2016-07-19 Renesas Electronics Corporation Microcomputer having processor capable of changing endian based on endian information in memory

Similar Documents

Publication Publication Date Title
US5907865A (en) Method and data processing system for dynamically accessing both big-endian and little-endian storage schemes
US5642489A (en) Bridge between two buses of a computer system with a direct memory access controller with accessible registers to support power management
US5542053A (en) Bridge interface between two buses of a computer system with a direct memory access controller programmed by a scatter/gather programmer
US5519842A (en) Method and apparatus for performing unaligned little endian and big endian data accesses in a processing system
JP2633331B2 (en) Microprocessor
US5651138A (en) Data processor with controlled burst memory accesses and method therefor
US5623697A (en) Bridge between two buses of a computer system with a direct memory access controller having a high address extension and a high count extension
JPH02227768A (en) Data processing system
EP0328450A2 (en) Direct memory access controller
EP0026648A2 (en) Digital data transfer apparatus
US4575796A (en) Information processing unit
US5535349A (en) Data processing system and method for providing chip selects to peripheral devices
JPH0997211A (en) Bus controller and information processor provided with the same
US6681273B1 (en) High performance, variable data width FIFO buffer
JPH0883237A (en) Data processor
KR960001023B1 (en) Bus sharing method and the apparatus between different bus
JP2004355432A (en) Endian conversion circuit
US5793991A (en) Method of equalizing loads on a computer bus
JPH0353363A (en) Bus architecture converting circuit
JPH08339290A (en) Equipment and method for insertion of address into data stream in data-processing system
JPH0227696B2 (en) JOHOSHORISOCHI
US20020188771A1 (en) Direct memory access controller for carrying out data transfer by determining whether or not burst access can be utilized in an external bus and access control method thereof
US4979103A (en) Data processing method and apparatus having plural bus interfaces
JPS59206970A (en) Microprocessor
JPH07271654A (en) Controller