JP2006079547A - Processor system - Google Patents

Processor system Download PDF

Info

Publication number
JP2006079547A
JP2006079547A JP2004265914A JP2004265914A JP2006079547A JP 2006079547 A JP2006079547 A JP 2006079547A JP 2004265914 A JP2004265914 A JP 2004265914A JP 2004265914 A JP2004265914 A JP 2004265914A JP 2006079547 A JP2006079547 A JP 2006079547A
Authority
JP
Japan
Prior art keywords
timer interrupt
task
shared
delay
interrupt signal
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
JP2004265914A
Other languages
Japanese (ja)
Inventor
Yoshiro Tsuboi
井 芳 朗 坪
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
Original Assignee
Toshiba Corp
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 filed Critical Toshiba Corp
Priority to JP2004265914A priority Critical patent/JP2006079547A/en
Publication of JP2006079547A publication Critical patent/JP2006079547A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Multi Processors (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To prevent collision of data on a shared bus in switching a task. <P>SOLUTION: The processor system comprises a plurality of CPU modules connected to the shared bus, a shared memory connected to the shared bus 1 and shared by all of the CPU modules, and a timer interrupt generating unit for generating a timer interrupt signal to the plurality of the CPU modules. When the plurality of the CPU modules share a same shared memory, and the task interrupt signal is simultaneously input to the plurality of the CPU modules, a timing for switching the task by each of CPU core parts 11 is delayed mutually so as to supply the task interrupt signal individually to the CPU core part 11 by delaying in an inside of each of the CPU modules. Thereby, possibility of conflict of the data on the shared bus 1 can be reduced while the data is being saved in the shared memory from a local memory in switching the task. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、タイマ割込信号に従ってタスクの切替を行うプロセッサシステムに関する。   The present invention relates to a processor system for switching tasks according to a timer interrupt signal.

複数のプロセッサを備えたマルチプロセッサシステムにおいて、特定のプロセッサへの負荷が集中しないようにする技術が知られている(特許文献1参照)。   In a multiprocessor system including a plurality of processors, a technique for preventing a load on a specific processor from being concentrated is known (see Patent Document 1).

この特許文献1には、複数のCPUボードでマルチプロセッサシステムを構成している。各CPUボードでは、割り込み受付けから、割り込みタスク処理完了までの時間を測定し、その測定時間により、CPUの負荷を測定する。そして、測定した負荷に応じて、割り込みの遅延時間をきめ細かく制御する。   In Patent Document 1, a multiprocessor system is configured by a plurality of CPU boards. Each CPU board measures the time from interrupt acceptance to completion of interrupt task processing, and measures the CPU load based on the measurement time. The interrupt delay time is finely controlled according to the measured load.

このように、特許文献1は、CPUに対する割り込み処理の負荷を分散させる点に特徴がある。   As described above, Patent Document 1 is characterized in that the load of interrupt processing on the CPU is distributed.

しかしながら、各CPUの負荷が均等になるように割込制御を行っても、各CPUとメモリとの間で送受されるデータ同士が競合するおそれがある。特に、割込信号によりタスクを切り換える際、今まで実行していたタスクに関連するデータを共有メモリに待避する必要があるが、共有メモリへのアクセスが複数のCPUで競合した場合には、共有メモリへのデータの待避に時間がかかることになり、タスクの切替を迅速に行えなくなる。
特開平11-15800号公報
However, even if interrupt control is performed so that the load on each CPU is equalized, data transmitted and received between each CPU and the memory may compete. In particular, when switching tasks with interrupt signals, it is necessary to save the data related to the task that has been executed so far to the shared memory. It takes time to save data to the memory, and task switching cannot be performed quickly.
Japanese Patent Laid-Open No. 11-15800

本発明は、タスク切替時に共有バス上でデータの衝突が起きないようにするプロセッサシステムを提供する。   The present invention provides a processor system that prevents data collision on a shared bus during task switching.

本発明の一態様によれば、タイマ割込信号に従って、タスクの切替を行う複数のプロセッサコアと、前記複数のプロセッサコアにより共有され、タスク切替に伴って各プロセッサコアが今まで使用していたタスク関連データを待避するために利用可能な共有メモリと、前記共有メモリと前記複数のプロセッサコアとの間でデータを送受する共有バスと、前記複数のプロセッサコアのそれぞれに対応して設けられ、各プロセッサコアに供給するタイマ割込信号のタイミングを、対応するプロセッサコアに応じた固有の時間だけそれぞれ遅延させる複数の遅延回路と、を備える。   According to one aspect of the present invention, a plurality of processor cores that perform task switching in accordance with a timer interrupt signal and the plurality of processor cores that are shared by the plurality of processor cores and that each processor core has used so far in accordance with task switching A shared memory that can be used to save task-related data, a shared bus that transmits and receives data between the shared memory and the plurality of processor cores, and a corresponding one of the plurality of processor cores, And a plurality of delay circuits for delaying the timing of the timer interrupt signal supplied to each processor core by a specific time corresponding to the corresponding processor core.

本発明によれば、タイマ割込によるタスク切替時に共有バス上でデータの衝突が起きなくなる。   According to the present invention, data collision does not occur on the shared bus when switching tasks by timer interruption.

以下、図面を参照しながら、本発明の一実施形態について説明する。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

図1は本発明の一実施形態に係るプロセッサシステムの概略構成を示すブロック図である。図1のプロセッサシステムは、共有バス1に接続される複数のCPUモジュール2と、共有バス1に接続されて全てのCPUモジュール2が共用する共有メモリ3と、複数のCPUモジュール2へのタイマ割込信号を生成するタイマ割込生成ユニット4とを備えている。   FIG. 1 is a block diagram showing a schematic configuration of a processor system according to an embodiment of the present invention. The processor system of FIG. 1 includes a plurality of CPU modules 2 connected to a shared bus 1, a shared memory 3 connected to the shared bus 1 and shared by all CPU modules 2, and timer allocation to the plurality of CPU modules 2. And a timer interrupt generation unit 4 for generating an interrupt signal.

タイマ割込生成ユニット4は、所定間隔ごとにタイマ割込信号を生成する。タイマ割込生成ユニット4で生成されたタイマ割込信号は、ほぼ同タイミングで複数のCPUモジュール2に供給される。CPUモジュール2は、タイマ割込信号に同期して、タスクを実行する。各タスクの実行中は、ローカルメモリを作業領域として利用し、実行中のタスクに関連するデータをローカルメモリに格納する。CPUモジュール2は、タイマ割込信号が入力されると、タスクの切替を行う。   The timer interrupt generation unit 4 generates a timer interrupt signal at predetermined intervals. The timer interrupt signal generated by the timer interrupt generation unit 4 is supplied to the plurality of CPU modules 2 at substantially the same timing. The CPU module 2 executes the task in synchronization with the timer interrupt signal. During the execution of each task, the local memory is used as a work area, and data related to the task being executed is stored in the local memory. The CPU module 2 switches tasks when a timer interrupt signal is input.

複数のCPUモジュール2は同一の内部構成を有する。図2はCPUモジュール2の内部構成の一例を示すブロック図である。図2のCPUモジュール2は、演算処理を行うCPUコア部11と、CPUコア部11による高速アクセスが可能なキャッシュメモリ12と、CPUコア部11がタスク処理に利用するローカルメモリ13と、タイマ割込信号を遅延させる遅延ユニット14と、各CPUモジュール2に特化した所定の処理を行うハードウェア拡張部(HW拡張部)15と、HW拡張部15が利用するローカルメモリ16と、ローカルメモリ13,16と共有メモリ3との間でデータの送受を行うDMAコントローラ17と、共有バス1との間でデータの送受を行うバスインタフェースユニット(BIU)18とを有する。   The plurality of CPU modules 2 have the same internal configuration. FIG. 2 is a block diagram showing an example of the internal configuration of the CPU module 2. 2 includes a CPU core unit 11 that performs arithmetic processing, a cache memory 12 that can be accessed at high speed by the CPU core unit 11, a local memory 13 that the CPU core unit 11 uses for task processing, and a timer allocation. A delay unit 14 that delays the embedded signal, a hardware expansion unit (HW expansion unit) 15 that performs predetermined processing specialized for each CPU module 2, a local memory 16 that the HW expansion unit 15 uses, and a local memory 13 , 16 and the shared memory 3 and a DMA controller 17 for transmitting and receiving data and a bus interface unit (BIU) 18 for transmitting and receiving data to and from the shared bus 1.

タイマ割込生成ユニット4で生成されたタイマ割込信号は、各CPUモジュール2内の遅延ユニット14に入力される。各遅延ユニット14には、互いに異なる遅延時間が設定されており、設定された遅延時間だけタイマ割込信号を遅延させる。各CPUモジュール2内のCPUコア部11には、遅延ユニット14で遅延させたタイマ割込信号が供給される。   The timer interrupt signal generated by the timer interrupt generation unit 4 is input to the delay unit 14 in each CPU module 2. Each delay unit 14 has a different delay time, and delays the timer interrupt signal by the set delay time. A timer interrupt signal delayed by the delay unit 14 is supplied to the CPU core unit 11 in each CPU module 2.

CPUコア部11は、遅延ユニット14で遅延させたタイマ割込信号が入力されると、タスクの切替を行う。タスクを切り換える際には、今まで実行していたタスクの関連データをローカルメモリ13から読み出して、共有メモリ3に待避する。ローカルメモリ13から共有メモリ3へのデータの待避は、CPUコア部11の制御下で行ってもよいが、DMAコントローラ17を利用してもよい。DMAコントローラ17を利用してデータの待避を行えば、CPUコア部11の処理負担を軽減でき、タスクの切替処理を高速化できる。   When the timer interrupt signal delayed by the delay unit 14 is input, the CPU core unit 11 performs task switching. When switching tasks, the related data of the task executed so far is read from the local memory 13 and saved in the shared memory 3. The saving of data from the local memory 13 to the shared memory 3 may be performed under the control of the CPU core unit 11, but the DMA controller 17 may be used. If the DMA controller 17 is used to save data, the processing load on the CPU core unit 11 can be reduced, and the task switching process can be speeded up.

HW拡張部15は必須の構成要素ではないが、各CPUモジュール2ごとに専用の処理(例えば、画像処理など)を行う場合に設けられる。HW拡張部15にも、対応するローカルメモリ16が設けられ、タスク切替時には、必要に応じて、このローカルメモリ16の内容も共有メモリ3に待避される。   The HW expansion unit 15 is not an essential component, but is provided when dedicated processing (for example, image processing) is performed for each CPU module 2. The HW expansion unit 15 is also provided with a corresponding local memory 16, and the contents of the local memory 16 are saved in the shared memory 3 as necessary when switching tasks.

図3は遅延ユニット14の内部構成の第1実装例を示すブロック図である。図3の遅延ユニット14は、遅延サイクル数を設定する遅延設定レジスタ21と、比較器22と、OR回路23と、トグルスイッチ24と、セレクタ25と、カウンタレジスタ26と、インクリメンタ27とを有する。   FIG. 3 is a block diagram illustrating a first implementation example of the internal configuration of the delay unit 14. 3 includes a delay setting register 21 for setting the number of delay cycles, a comparator 22, an OR circuit 23, a toggle switch 24, a selector 25, a counter register 26, and an incrementer 27. .

初期状態では遅延設定レジスタ21に0でない値が設定されているものとする。OR回路 23は、タイマ割り込み生成ユニット4で生成されたタイマ割り込みパルスと比較器22の出力との論理和を演算する。 初期状態では、比較器22の出力とタイマ割り込み信号は「0」であり、タイマ割り込みパルスが入力されると OR回路23の出力は1クロック期間だけ「1」になる。   Assume that a non-zero value is set in the delay setting register 21 in the initial state. The OR circuit 23 calculates the logical sum of the timer interrupt pulse generated by the timer interrupt generation unit 4 and the output of the comparator 22. In the initial state, the output of the comparator 22 and the timer interrupt signal are “0”, and when the timer interrupt pulse is input, the output of the OR circuit 23 becomes “1” only for one clock period.

トグルスイッチ24の出力は初期状態では例えば「0」であり、OR回路23から出力される信号のポジティブエッジ(「0」->「1」の遷移)で出力論理を切り替え、反転して「1」になる。   The output of the toggle switch 24 is, for example, “0” in the initial state, and the output logic is switched at the positive edge (transition “0”-> “1”) of the signal output from the OR circuit 23 and inverted to “1”. "become.

セレクタ25は、トグルスイッチ24の出力に基づいて、「0」またはインクリメンタ27の出力を選択する。例えばトグルスイッチ24の出力が「1」であれば、セレクタ25はインクリメンタ27の出力を選択し、トグルスイッチ24の出力が「0」であれば「0」を選択する。セレクタ25の出力はカウンタレジスタ26に設定される。従ってトグルスイッチ24の出力が「1」である間は、カウンタレジスタ26の値は1クロックに1ずつ加算される。   The selector 25 selects “0” or the output of the incrementer 27 based on the output of the toggle switch 24. For example, if the output of the toggle switch 24 is “1”, the selector 25 selects the output of the incrementer 27, and if the output of the toggle switch 24 is “0”, selects “0”. The output of the selector 25 is set in the counter register 26. Therefore, while the output of the toggle switch 24 is “1”, the value of the counter register 26 is incremented by 1 for each clock.

比較器22は、遅延設定レジスタ21の設定値とカウンタレジスタ26の値を比較する。 両者が一致しなければ比較器22は「0」を出力し、一致すれば「1」を出力する。 これにより、OR回路23の出力が「0」->「1」へ遷移するので、トグルスイッチ24は再び出力論理を切り替え、反転して「0」になる。   The comparator 22 compares the set value of the delay setting register 21 with the value of the counter register 26. If they do not match, the comparator 22 outputs “0”, and if they match, it outputs “1”. As a result, since the output of the OR circuit 23 transits from “0” to “1”, the toggle switch 24 switches the output logic again and inverts it to “0”.

このとき、セレクタ25は0を選択するので、次のクロックでカウンタレジスタ26には 0が設定される。すると、比較器22の出力は再び「0」となり、OR 回路23の出力は「0」へ戻って遅延ユニットは初期状態へ戻る。比較器22の出力が遅延されたタイマ割り込みパルスとなる。   At this time, since the selector 25 selects 0, the counter register 26 is set to 0 at the next clock. Then, the output of the comparator 22 becomes “0” again, the output of the OR circuit 23 returns to “0”, and the delay unit returns to the initial state. The output of the comparator 22 becomes a delayed timer interrupt pulse.

このように、図3の遅延ユニット14は、カウンタレジスタ26の値が遅延設定レジスタ21の設定値と等しくなるまで、「1」ずつインクリメントを繰り返す。すなわち、遅延設定レジスタ21の設定値に応じて、タイマ割込信号の遅延時間が設定される。遅延設定レジスタ21に設定する値を変更することにより、遅延設定レジスタ21のビット値に応じた遅延時間の設定が可能になる。   As described above, the delay unit 14 in FIG. 3 repeats increment by “1” until the value of the counter register 26 becomes equal to the set value of the delay setting register 21. That is, the delay time of the timer interrupt signal is set according to the set value of the delay setting register 21. By changing the value set in the delay setting register 21, the delay time can be set according to the bit value of the delay setting register 21.

図4は遅延ユニット14の内部構成の第2実装例を示すブロック図である。図4の遅延ユニット14は、遅延サイクル数の2の補数を設定する遅延設定レジスタ31と、比較器32と、OR回路33と、トグルスイッチ34と、セレクタ35と、カウンタレジスタ36と、インクリメンタ37とを有する。   FIG. 4 is a block diagram showing a second implementation example of the internal configuration of the delay unit 14. The delay unit 14 of FIG. 4 includes a delay setting register 31 for setting the two's complement of the delay cycle number, a comparator 32, an OR circuit 33, a toggle switch 34, a selector 35, a counter register 36, an incrementer. 37.

図4の遅延ユニット14は、セレクタ35の入力信号と比較器32の入力信号が図3と異なっている。図4のセレクタ35は、遅延設定レジスタ31の設定値またはインクリメンタ37の出力を選択する。比較器32は、カウンタレジスタ36の出力と「0」とを比較する。   The delay unit 14 of FIG. 4 is different from that of FIG. 3 in the input signal of the selector 35 and the input signal of the comparator 32. The selector 35 in FIG. 4 selects the set value of the delay setting register 31 or the output of the incrementer 37. The comparator 32 compares the output of the counter register 36 with “0”.

すなわち、図3のインクリメンタ27は、「0」から遅延設定レジスタ21の設定値までインクリメントを行うのに対して、図4のインクリメンタ37は、遅延設定レジスタ31の設定値から「0」までインクリメントを行う。   That is, the incrementer 27 in FIG. 3 increments from “0” to the set value of the delay setting register 21, whereas the incrementer 37 in FIG. 4 increases from the set value in the delay setting register 31 to “0”. Increment.

図3と図4のどちらの回路構成を採用しても、回路規模や動作速度にほとんど違いはないため、どちらの回路構成を採用してもよい。   Whichever circuit configuration of FIGS. 3 and 4 is employed, there is almost no difference in circuit scale and operation speed, so either circuit configuration may be employed.

このように、本実施形態では、複数のCPUモジュール2が同一の共有メモリ3を共用する場合に、タスク割込信号が複数のCPUモジュール2にほぼ同時に入力されると、各CPUモジュール2の内部で個別にタスク割込信号を遅延させて、CPUコア部11に供給するため、各CPUコア部11がタスク切替を行うタイミングを互いにずらすことができる。これにより、タスク切替時のローカルメモリから共有メモリ3にデータを待避している最中に、データ同士が共有バス1上で競合するおそれを軽減できる。   As described above, in this embodiment, when a plurality of CPU modules 2 share the same shared memory 3, if a task interrupt signal is input to the plurality of CPU modules 2 almost simultaneously, Since the task interrupt signals are individually delayed and supplied to the CPU core unit 11, the timings at which the CPU core units 11 perform task switching can be shifted from each other. As a result, it is possible to reduce the possibility of data competing on the shared bus 1 while saving data from the local memory to the shared memory 3 at the time of task switching.

なお、CPUモジュール2内の遅延ユニット14でタイマ割込信号を遅延させる時間をプログラマブルに設定変更できるようにしてもよい。これにより、各CPUモジュール2が実行するタスクの内容に応じて、タイマ割込信号の遅延時間を変更することができる。   The time for delaying the timer interrupt signal by the delay unit 14 in the CPU module 2 may be programmable. Thereby, the delay time of the timer interrupt signal can be changed according to the contents of the task executed by each CPU module 2.

また、上述した実施形態において、共有バス1に接続されるCPUモジュール2の数に特に制限はない。さらに、CPUモジュール2の内部構成や遅延ユニット14の内部構成は図示されたものに限定されない。   In the embodiment described above, the number of CPU modules 2 connected to the shared bus 1 is not particularly limited. Furthermore, the internal configuration of the CPU module 2 and the internal configuration of the delay unit 14 are not limited to those illustrated.

本発明の一実施形態に係るプロセッサシステムの概略構成を示すブロック図。1 is a block diagram showing a schematic configuration of a processor system according to an embodiment of the present invention. CPUモジュール2の内部構成の一例を示すブロック図。FIG. 3 is a block diagram illustrating an example of an internal configuration of a CPU module 2. 遅延ユニット14の内部構成の第1実装例を示すブロック図。The block diagram which shows the 1st mounting example of the internal structure of the delay unit. 遅延ユニット14の内部構成の第2実装例を示すブロック図。The block diagram which shows the 2nd mounting example of the internal structure of the delay unit.

符号の説明Explanation of symbols

1 共有バス
2 CPUモジュール
3 共有メモリ
4 タイマ割込生成ユニット
11 CPUコア部
13,16 ローカルメモリ
14 遅延ユニット
15 HW拡張部
17 DMAコントローラ
DESCRIPTION OF SYMBOLS 1 Shared bus 2 CPU module 3 Shared memory 4 Timer interrupt generation unit 11 CPU core part 13,16 Local memory 14 Delay unit 15 HW expansion part 17 DMA controller

Claims (5)

タイマ割込信号に従って、タスクの切替を行う複数のプロセッサコアと、
前記複数のプロセッサコアにより共有され、タスク切替に伴って各プロセッサコアが今まで使用していたタスク関連データを待避するために利用可能な共有メモリと、
前記共有メモリと前記複数のプロセッサコアとの間でデータを送受する共有バスと、
前記複数のプロセッサコアのそれぞれに対応して設けられ、各プロセッサコアに供給するタイマ割込信号のタイミングを、対応するプロセッサコアに応じた固有の時間だけそれぞれ遅延させる複数の遅延回路と、を備えることを特徴とするプロセッサシステム。
A plurality of processor cores for switching tasks according to a timer interrupt signal;
A shared memory that is shared by the plurality of processor cores and that can be used to save task-related data that each processor core has used so far in accordance with task switching;
A shared bus for transmitting and receiving data between the shared memory and the plurality of processor cores;
A plurality of delay circuits which are provided corresponding to each of the plurality of processor cores and delay the timing of a timer interrupt signal supplied to each processor core by a specific time corresponding to the corresponding processor core. A processor system characterized by the above.
前記複数の遅延回路は、タスク切替時に前記複数のプロセッサコアが前記共有メモリに待避すべきデータが前記共有バス上で衝突しないように、互いに異なる時間だけ前記タイマ割込信号を遅延させることを特徴とする請求項1に記載のプロセッサシステム。   The plurality of delay circuits delay the timer interrupt signals by different times so that data to be saved in the shared memory by the plurality of processor cores does not collide on the shared bus at the time of task switching. The processor system according to claim 1. 前記複数のプロセッサコアのそれぞれに対応して設けられ、実行中のタスクの処理に利用可能な複数のローカルメモリを備え、
前記複数のプロセッサコアは、タスクを切り換える際、前記ローカルメモリの内容を、前記共有バスを経由して前記共有メモリに待避することを特徴とする請求項1または2に記載のプロセッサシステム。
Provided corresponding to each of the plurality of processor cores, comprising a plurality of local memories that can be used for processing a task being executed,
3. The processor system according to claim 1, wherein when switching tasks, the plurality of processor cores save the contents of the local memory to the shared memory via the shared bus.
前記複数の遅延回路はそれぞれ、タイマ割込信号の固有の遅延量を記憶する遅延記憶部を有することを特徴とする請求項1乃至3のいずれかに記載のプロセッサシステム。   4. The processor system according to claim 1, wherein each of the plurality of delay circuits includes a delay storage unit that stores a specific delay amount of the timer interrupt signal. 5. 所定間隔でタイマ割込信号を生成して、前記複数の遅延回路に供給する割込生成器を備えることを特徴とする請求項1乃至4のいずれかに記載のプロセッサシステム。   5. The processor system according to claim 1, further comprising an interrupt generator that generates a timer interrupt signal at a predetermined interval and supplies the timer interrupt signal to the plurality of delay circuits.
JP2004265914A 2004-09-13 2004-09-13 Processor system Pending JP2006079547A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004265914A JP2006079547A (en) 2004-09-13 2004-09-13 Processor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004265914A JP2006079547A (en) 2004-09-13 2004-09-13 Processor system

Publications (1)

Publication Number Publication Date
JP2006079547A true JP2006079547A (en) 2006-03-23

Family

ID=36158916

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004265914A Pending JP2006079547A (en) 2004-09-13 2004-09-13 Processor system

Country Status (1)

Country Link
JP (1) JP2006079547A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108804218A (en) * 2017-04-28 2018-11-13 深圳中电长城信息安全系统有限公司 The distribution method and system of hard disk

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108804218A (en) * 2017-04-28 2018-11-13 深圳中电长城信息安全系统有限公司 The distribution method and system of hard disk
CN108804218B (en) * 2017-04-28 2021-04-06 深圳中电长城信息安全系统有限公司 Hard disk allocation method and system

Similar Documents

Publication Publication Date Title
JP5317356B2 (en) Clock control signal generation circuit, clock selector, and information processing apparatus
US6065126A (en) Method and apparatus for executing plurality of operations per clock cycle in a single processing unit with a self-timed and self-enabled distributed clock
JP5102789B2 (en) Semiconductor device and data processor
KR100824792B1 (en) Command processing devices and method thereof, and systems having the same
JP2007048022A (en) Asynchronous bus interface and its processing method
US7653822B2 (en) Entry into a low power mode upon application of power at a processing device
JP4237616B2 (en) System and method using common reset and slower reset clock
JP2007065756A (en) Clock control circuit, clock control method, semiconductor integrated circuit device, and electronic apparatus
JP5025723B2 (en) Test equipment
US7945718B2 (en) Microcontroller waveform generation
JP2006079547A (en) Processor system
JP4831899B2 (en) Semiconductor integrated circuit and clock control method
US6760798B1 (en) Interface mechanism and method for interfacing a real-time clock with a data processing circuit
US6715017B2 (en) Interruption signal generating apparatus
US20190287577A1 (en) Semiconductor device
JP5304510B2 (en) Arbitration device, bus access arbitration program, and bus access arbitration method
US20230384820A1 (en) Fsm based clock switching of asynchronous clocks
JP5489871B2 (en) Image processing device
JP4620492B2 (en) Bus interface circuit
JP2006163864A (en) Debugging method and device for system lsi
JP2022072003A (en) Register control device
JPWO2021016158A5 (en)
JP2003058272A (en) Semiconductor device and semiconductor chip used in the same
JP2005010958A (en) Semiconductor device
JP2005316721A (en) Clock generation circuit and semiconductor integrated circuit