JPWO2008105494A1 - Dma転送装置及び方法 - Google Patents
Dma転送装置及び方法 Download PDFInfo
- Publication number
- JPWO2008105494A1 JPWO2008105494A1 JP2009501295A JP2009501295A JPWO2008105494A1 JP WO2008105494 A1 JPWO2008105494 A1 JP WO2008105494A1 JP 2009501295 A JP2009501295 A JP 2009501295A JP 2009501295 A JP2009501295 A JP 2009501295A JP WO2008105494 A1 JPWO2008105494 A1 JP WO2008105494A1
- Authority
- JP
- Japan
- Prior art keywords
- data
- transfer
- pattern
- memory
- dma
- 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
Links
- 238000012546 transfer Methods 0.000 title claims abstract description 187
- 238000000034 method Methods 0.000 title claims abstract description 10
- 230000015654 memory Effects 0.000 claims abstract description 157
- 239000011159 matrix material Substances 0.000 claims abstract description 36
- 230000001360 synchronised effect Effects 0.000 claims description 2
- 238000003780 insertion Methods 0.000 description 23
- 230000037431 insertion Effects 0.000 description 23
- 238000004364 calculation method Methods 0.000 description 9
- 238000010586 diagram Methods 0.000 description 9
- 238000012986 modification Methods 0.000 description 4
- 230000004048 modification Effects 0.000 description 4
- 238000012545 processing Methods 0.000 description 4
- 230000006870 function Effects 0.000 description 2
- 238000003491 array Methods 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000001914 filtration Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/20—Handling requests for interconnection or transfer for access to input/output bus
- G06F13/28—Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Bus Control (AREA)
- Arrangement Or Mounting Of Control Devices For Change-Speed Gearing (AREA)
- Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)
Abstract
Description
既定パターンデータを生成するパターンタ生成部と、
一方のメモリから読み出した転送データと前記パターン生成部で生成された既定パターンデータとの同期をとるための待ち合わせ部と、
前記転送データの大きさを判定する判定部とを有し、
前記判定部の判定結果に基づいて前記待ち合わせ部からの転送データと前記パターン生成部で生成された既定パターンデータとを切り替えることによって、前記既定パターンデータを前記一方のメモリから転送するデータストリームに付加して他方のメモリへ転送することを特徴とする。
また本発明は、複数のメモリ間のDMA転送を行うDMA転送装置のDMA転送方法において、
既定パターンデータを生成するステップと、
待ち合わせ部で、一方のメモリから読み出した転送データと、生成された前記既定パターンデータとの同期をとるステップと、
前記転送データの大きさを判定するステップとを有し、
前記転送データの大きさの判定結果に基づいて、同期がとられた転送データと、生成された前記既定パターンデータとを切り替えることによって、前記既定パターンデータを前記一方のメモリから転送するデータストリームに付加し、他方のメモリへ転送するステップと、を含むことを特徴とする。
11 パターン生成部
12 パラメータレジスタ
13 待ち合わせユニット
14 外部共有メモリ
15 内部メモリ
16 データ用メモリIF
17 DMAコントローラ
18 演算コア
19 CPU
20 データバス
21 アドレスバス
22 インデックスデコーダ
23 カウンタ
24 セレクタ
25 マルチプレクサ
図1は本発明に係るDMA転送装置の第1の実施形態を含むシステムを示すブロック図である。DMA転送装置となるDMAコントローラ17は、内部メモリ15と外部共有メモリ14との間に接続される。DMAコントローラ17はメモリ間(内部メモリ15と外部共有メモリ14との間)のデータ転送を行う。
図4は本発明に係るDMA転送装置の第2の実施形態を含むシステムを示すブロック図である。図4中、第1の実施形態の図1と同一部分には同一符号を付している。第1の実施形態との違いは待ち合わせユニット13から出力するデータをパラメータとしてパターン生成部11で用いている点、及びパターン生成部11の構成が異なる点である。その他の構成は第1の実施形態の図1と同様である。
次に、本発明の第3の実施形態について説明する。第3の実施形態は第2の実施形態の変形である。第2の実施形態との違いはパターン生成部11の構成が異なる点、及び既定パターン挿入プロセスが異なる点である。その他の構成は第2の実施形態の図4と同様である。
次に、本発明の第4の実施形態について説明する。本実施形態は第1の実施形態の変形であり、第1の実施形態との違いは既定パターンを生成するパターン生成部11で使用するDMA転送への挿入タイミングの指定が、第1の実施形態ではデータの個数であったのに対し、本実施形態ではDMA転送が開始されてからの所要時間(クロックサイクル)で指定する点である。その他の構成は第1の実施形態と同様である。
Claims (8)
- 複数のメモリ間のDMA転送を行うDMA転送装置において、
既定パターンデータを生成するパターンタ生成部と、
一方のメモリから読み出した転送データと前記パターン生成部で生成された既定パターンデータとの同期をとるための待ち合わせ部と、
前記転送データの大きさを判定する判定部とを有し、
前記判定部の判定結果に基づいて前記待ち合わせ部からの転送データと前記パターン生成部で生成された既定パターンデータとを切り替えることによって、前記既定パターンデータを前記一方のメモリから転送するデータストリームに付加して他方のメモリへ転送することを特徴とするDMA転送装置。 - 前記既定パターンデータは複数であり、前記パターン生成部はどのパターンを出力するかを示すパラメータ、及び既定パターンの大きさを示すパラメータに基づいて前記既定パターンデータを生成することを特徴とする請求項1に記載のDMA転送装置。
- 前記パターン生成部は始めに既定パターンデータを挿入するタイミングを示すパラメータ、及び前記転送データに前記既定パターンを挿入するタイミングを示すパラメータに基づいて前記転送データに前記既定パターンデータを付加することを特徴とする請求項1に記載のDMA転送装置。
- 前記判定部は、DMA転送するデータ数をカウントすることによって前記転送データの大きさを判定することを特徴とする請求項1に記載のDMA転送装置。
- 前記判定部は、DMA転送に要するクロックサイクルをカウントすることによって前記転送データの大きさを判定することを特徴とする請求項1に記載のDMA転送装置。
- 前記一方及び他方のメモリは、外部共有メモリと内部メモリ、又は内部メモリと外部共有メモリであり、前記DMA転送は前記外部共有メモリと前記内部メモリとの間のデータ転送であり、前記既定パターンデータは単位行列又はゼロ行列であることを特徴とする請求項1に記載のDMA転送装置。
- 前記一方及び他方のメモリ間がバスで接続され、更に、前記バスとのデータIF、前記既定パターンデータの生成に使用するパラメータを記憶するパラメータレジスタと、前記DMA転送を制御するDMA制御部とを有することを特徴とする請求項1に記載のDMA転送装置。
- 複数のメモリ間のDMA転送を行うDMA転送装置のDMA転送方法において、
既定パターンデータを生成するステップと、
一方のメモリから読み出した転送データと、生成された前記既定パターンデータとの同期をとるステップと、
前記転送データの大きさを判定するステップと、
前記転送データの大きさの判定結果に基づいて、同期がとられた転送データと、生成された前記既定パターンデータとを切り替えることによって、前記既定パターンデータを前記一方のメモリから転送するデータストリームに付加し、他方のメモリへ転送するステップと、を含むことを特徴とするDMA転送方法。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009501295A JP5360594B2 (ja) | 2007-02-28 | 2008-02-28 | Dma転送装置及び方法 |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007049976 | 2007-02-28 | ||
JP2007049976 | 2007-02-28 | ||
JP2009501295A JP5360594B2 (ja) | 2007-02-28 | 2008-02-28 | Dma転送装置及び方法 |
PCT/JP2008/053510 WO2008105494A1 (ja) | 2007-02-28 | 2008-02-28 | Dma転送装置及び方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2008105494A1 true JPWO2008105494A1 (ja) | 2010-06-03 |
JP5360594B2 JP5360594B2 (ja) | 2013-12-04 |
Family
ID=39721318
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009501295A Active JP5360594B2 (ja) | 2007-02-28 | 2008-02-28 | Dma転送装置及び方法 |
Country Status (5)
Country | Link |
---|---|
US (1) | US9367496B2 (ja) |
EP (1) | EP2133797B1 (ja) |
JP (1) | JP5360594B2 (ja) |
AT (1) | ATE553436T1 (ja) |
WO (1) | WO2008105494A1 (ja) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10248587B2 (en) | 2013-11-08 | 2019-04-02 | Sandisk Technologies Llc | Reduced host data command processing |
WO2015067983A1 (en) * | 2013-11-08 | 2015-05-14 | Sandisk Il Ltd. | Reduced host data command processing |
US8984179B1 (en) * | 2013-11-15 | 2015-03-17 | International Business Machines Corporation | Determining a direct memory access data transfer mode |
Family Cites Families (43)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS5896446A (ja) | 1981-12-03 | 1983-06-08 | Nec Corp | 音声信号蓄積方式 |
US4493048A (en) * | 1982-02-26 | 1985-01-08 | Carnegie-Mellon University | Systolic array apparatuses for matrix computations |
US5159665A (en) * | 1989-11-27 | 1992-10-27 | Sun Microsystems, Inc. | Graphics accelerator system |
JPH04285765A (ja) | 1991-03-13 | 1992-10-09 | Casio Comput Co Ltd | デジタルレコーダ |
JPH05244167A (ja) | 1992-02-28 | 1993-09-21 | Toshiba Corp | 情報追加挿入装置 |
JPH05336380A (ja) | 1992-06-03 | 1993-12-17 | Matsushita Graphic Commun Syst Inc | 画情報処理装置 |
US5541640A (en) * | 1992-06-23 | 1996-07-30 | Larson; Craig R. | Videophone for simultaneous audio and video communication via a standard telephone line |
JPH06319047A (ja) * | 1993-05-07 | 1994-11-15 | Seiko Epson Corp | 情報処理装置 |
JP2765433B2 (ja) * | 1993-06-10 | 1998-06-18 | ヤマハ株式会社 | 記憶再生装置 |
NO942080D0 (no) * | 1994-06-03 | 1994-06-03 | Int Digital Tech Inc | Bildekoder |
US5678063A (en) * | 1995-04-19 | 1997-10-14 | National Instruments Corporation | System and method for performing efficient random write operations |
SG77135A1 (en) * | 1996-04-26 | 2000-12-19 | Texas Instruments Inc | Method and system for assigning a channel number to a received data packet |
JPH1040399A (ja) | 1996-07-19 | 1998-02-13 | Canon Inc | 描画装置、斜線描画データ生成装置、斜線描画アドレス生成装置、及び破線パターン生成装置 |
US6425060B1 (en) * | 1999-01-05 | 2002-07-23 | International Business Machines Corporation | Circuit arrangement and method with state-based transaction scheduling |
JP2000259553A (ja) | 1999-03-09 | 2000-09-22 | Sony Corp | データ処理装置 |
JP3737660B2 (ja) | 1999-11-30 | 2006-01-18 | 株式会社東芝 | ディジタル信号処理回路とこの回路を備えた通信装置 |
US6836289B2 (en) * | 1999-12-20 | 2004-12-28 | Texas Instruments Incorporated | Digital still camera architecture with red and blue interpolation using green as weighting factors |
EP1162788B1 (en) * | 2000-06-09 | 2012-11-21 | Broadcom Corporation | Trunking and mirroring across stacked gigabit switches |
US20030058543A1 (en) * | 2001-02-21 | 2003-03-27 | Sheedy James B. | Optically corrective lenses for a head-mounted computer display |
US9037807B2 (en) * | 2001-03-05 | 2015-05-19 | Pact Xpp Technologies Ag | Processor arrangement on a chip including data processing, memory, and interface elements |
US20020140706A1 (en) * | 2001-03-30 | 2002-10-03 | Peterson James R. | Multi-sample method and system for rendering antialiased images |
US6961340B2 (en) * | 2001-04-06 | 2005-11-01 | Texas Instruments Incorporated | AAL2 receiver for filtering signaling/management packets in an ATM system |
US7403564B2 (en) * | 2001-11-21 | 2008-07-22 | Vixs Systems, Inc. | System and method for multiple channel video transcoding |
US7437438B2 (en) * | 2001-12-27 | 2008-10-14 | Hewlett-Packard Development Company, L.P. | System and method for energy efficient data prefetching |
US7411694B2 (en) * | 2002-01-21 | 2008-08-12 | Ricoh Company, Ltd. | Data conversion apparatus for and method of data conversion for image processing |
US7081892B2 (en) * | 2002-04-09 | 2006-07-25 | Sony Computer Entertainment America Inc. | Image with depth of field using z-buffer image data and alpha blending |
GB2417111B (en) * | 2002-04-22 | 2006-08-16 | Micron Technology Inc | Providing a register file memory with local addressing in a SIMD parallel processor |
US7346049B2 (en) * | 2002-05-17 | 2008-03-18 | Brian Patrick Towles | Scheduling connections in a multi-stage switch to retain non-blocking properties of constituent switching elements |
US7403542B1 (en) * | 2002-07-19 | 2008-07-22 | Qlogic, Corporation | Method and system for processing network data packets |
JP3989396B2 (ja) * | 2003-03-31 | 2007-10-10 | 株式会社バンダイナムコゲームス | 画像生成システム、プログラム及び情報記憶媒体 |
US7626985B2 (en) * | 2003-06-27 | 2009-12-01 | Broadcom Corporation | Datagram replication in internet protocol multicast switching in a network device |
US7339941B2 (en) * | 2004-02-13 | 2008-03-04 | Broadcom Corporation | Connecting ethernet based system on a chip integrated circuits in a ring topology |
US7493427B2 (en) * | 2004-07-14 | 2009-02-17 | International Business Machines Corporation | Apparatus and method for supporting received data processing in an offload of network protocol processing |
US7583588B2 (en) * | 2004-11-30 | 2009-09-01 | Broadcom Corporation | System and method for maintaining a layer 2 modification buffer |
JP4696540B2 (ja) | 2004-12-01 | 2011-06-08 | ソニー株式会社 | コンピュータ、データ処理方法およびプログラム |
WO2006120664A2 (en) * | 2005-05-13 | 2006-11-16 | Provost Fellows And Scholars Of The College Of The Holy And Undivided Trinity Of Queen Elizabeth Near Dublin | A data processing system and method |
US7299335B2 (en) * | 2005-05-27 | 2007-11-20 | Freescale Semiconductor, Inc. | Translation information retrieval transparent to processor core |
JP3766430B1 (ja) | 2005-08-17 | 2006-04-12 | 三郎 澤田 | 可倒式釣り仕掛け投入装置 |
US7901093B2 (en) * | 2006-01-24 | 2011-03-08 | Seiko Epson Corporation | Modeling light transport in complex display systems |
US7626521B2 (en) * | 2006-06-08 | 2009-12-01 | Via Technologies, Inc. | Decoding control of computational core of programmable graphics processing unit |
JP4942095B2 (ja) * | 2007-01-25 | 2012-05-30 | インターナショナル・ビジネス・マシーンズ・コーポレーション | マルチコア・プロセッサにより演算を行う技術 |
FR2913156B1 (fr) * | 2007-02-26 | 2009-05-29 | Canon Kk | Procede d'allocation de ressources de transmission d'un contenu de donnees, produit programme d'ordinateur, moyen de stockage et dispositif correspondants |
US8103809B1 (en) * | 2009-01-16 | 2012-01-24 | F5 Networks, Inc. | Network devices with multiple direct memory access channels and methods thereof |
-
2008
- 2008-02-28 WO PCT/JP2008/053510 patent/WO2008105494A1/ja active Application Filing
- 2008-02-28 JP JP2009501295A patent/JP5360594B2/ja active Active
- 2008-02-28 US US12/528,893 patent/US9367496B2/en active Active
- 2008-02-28 EP EP08712081A patent/EP2133797B1/en not_active Not-in-force
- 2008-02-28 AT AT08712081T patent/ATE553436T1/de active
Also Published As
Publication number | Publication date |
---|---|
EP2133797B1 (en) | 2012-04-11 |
EP2133797A4 (en) | 2010-12-08 |
EP2133797A1 (en) | 2009-12-16 |
WO2008105494A1 (ja) | 2008-09-04 |
ATE553436T1 (de) | 2012-04-15 |
JP5360594B2 (ja) | 2013-12-04 |
US20100106865A1 (en) | 2010-04-29 |
US9367496B2 (en) | 2016-06-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2004287757A (ja) | Dma制御装置 | |
KR20070039120A (ko) | 통신 구성 요소의 메시지 메모리의 데이터를 액세스하기위한 방법 및 장치 | |
JP2010027032A (ja) | Fifo装置及びfifoバッファへのデータ格納方法 | |
TWI753063B (zh) | 資料傳送裝置及資料傳送方法 | |
JP2006338538A (ja) | ストリームプロセッサ | |
KR100977897B1 (ko) | 메시지 메모리 내에서 메시지를 저장하기 위한 방법 및상응하는 메시지 메모리 | |
JP2007034392A (ja) | 情報処理装置及びデータ処理方法 | |
JP5360594B2 (ja) | Dma転送装置及び方法 | |
JP2005084907A (ja) | メモリ帯域制御装置 | |
US20090119429A1 (en) | Semiconductor integrated circuit | |
JP4850504B2 (ja) | 信号処理装置、撮像装置およびデータ転送方法 | |
JP2012098884A (ja) | データ処理装置および画像処理装置 | |
JP4790545B2 (ja) | 画像処理装置、画像処理方法 | |
JP4633334B2 (ja) | 情報処理装置およびメモリアクセス調停方法 | |
US20120144150A1 (en) | Data processing apparatus | |
JP2015001986A (ja) | データ転送装置、バッファリング回路及びバッファリング方法 | |
JP4292218B2 (ja) | 画像処理装置及び画像処理システム | |
JP2005321933A (ja) | データ入出力装置およびデータ入出力方法 | |
JP2007011884A (ja) | データ転送装置 | |
JP2007018266A (ja) | データ転送装置及びデータ転送方法 | |
JP2007087181A (ja) | データ転送装置 | |
JP4776947B2 (ja) | データ処理装置 | |
JP2004070851A (ja) | データ入出力装置 | |
JP2009104529A (ja) | 情報処理装置、音声付動画記録装置及び情報処理方法 | |
JP2010118023A (ja) | メモリアクセス制御回路及び画像処理装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20101020 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20101020 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110114 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120305 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120502 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20121031 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20121227 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130521 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130722 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20130809 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130822 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5360594 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |