JP2002215568A - Asynchronous data transfer method - Google Patents

Asynchronous data transfer method

Info

Publication number
JP2002215568A
JP2002215568A JP2001014593A JP2001014593A JP2002215568A JP 2002215568 A JP2002215568 A JP 2002215568A JP 2001014593 A JP2001014593 A JP 2001014593A JP 2001014593 A JP2001014593 A JP 2001014593A JP 2002215568 A JP2002215568 A JP 2002215568A
Authority
JP
Japan
Prior art keywords
transfer
data
reference signal
data transfer
asynchronous
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
JP2001014593A
Other languages
Japanese (ja)
Inventor
Shinko Yamada
眞弘 山田
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2001014593A priority Critical patent/JP2002215568A/en
Publication of JP2002215568A publication Critical patent/JP2002215568A/en
Pending legal-status Critical Current

Links

Landscapes

  • Synchronisation In Digital Transmission Systems (AREA)
  • Information Transfer Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To permit verification wherein a timing element like a synchronous circuit is disconnected by simplifying a method of using a logic composing tool, as to an asynchronous data transfer method using a data transfer reference signal as transfer reference for data and transfer data transferred in a pair with the data transfer reference signal. SOLUTION: At an asynchronous interface part between a TCLK operation part and an RCLK operation part in an LSI, 11 is a final output stage F/F for the transfer reference signal and 12 is a final output stage F/F for the transfer data D transferred in a pair with a STRB. A state is created wherein a transmission side can use determined reference timing of the transfer data as a clock edge of assert timing of the data transfer reference signal and a reception side can use the transfer data sampled with the clock edge where the assertion of the transfer reference signal is detected for the 1st time, and signals outputted from the F/Fs 11 and 12 are sampled by F/Fs 13 and 14 which operate with RCLK.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、非同期データ転送
方法、より詳細には、データの転送基準となるデータ転
送基準信号と、該データ転送基準信号と対になって転送
される転送データとで行う非同期データ転送方法に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an asynchronous data transfer method, and more particularly, to a data transfer reference signal serving as a data transfer reference and transfer data transferred in pairs with the data transfer reference signal. Regarding the asynchronous data transfer method to be performed.

【0002】[0002]

【従来の技術】大規模集積回路(以降、LSIと呼ぶ)
の設計には、Verilog(登録商標)等のハードウ
エア記述言語(以降、HDLと呼ぶ)が使われている。
一般的に、HDLでは、動作レベルの様な高い抽象度で
も、ゲート・レベルの様な低い抽象度でも記述が可能で
ある。設計の一般的な流れは以下の様になる。最初にL
SIとして実現したい動作仕様をHDLで記述し、別途
用意したテスト・ベンチを使用したシミュレーションに
より、HDL記述の正当性を確認する。確認完了後、論
理合成ツールを使用して、HDL記述の内容に沿ったゲ
ート・レベル回路を生成する。生成されたゲート・レベ
ル回路を、前記テスト・ベンチ(もしくは多少の修正を
加えたもの)を使って、ゲート・レベルでシミュレーシ
ョンを行い、回路の正当性を確認する。この時点では、
実際のレイアウトを行っていないので、遅延時間情報は
仮のものを使用する。確認が取れたゲート・レベル回路
は、実際の半導体にするためにレイアウトを行う。ここ
で、実際の遅延時間情報が取り出せるので、実遅延情報
を使って、再度ゲート・レベルシミュレーションを行
う。ここで正当性の確認が取れたら、LSIを製作する
ための次工程へと進む。上記において、設計対象回路が
非同期回路である場合、同期回路の様に効率的に行えな
い部分がある。
2. Description of the Related Art Large-scale integrated circuits (hereinafter referred to as LSIs)
Is designed using a hardware description language (hereinafter referred to as HDL) such as Verilog (registered trademark).
Generally, in HDL, description can be made at a high level of abstraction such as an operation level or at a low level of abstraction such as a gate level. The general flow of the design is as follows. L first
The operation specifications to be realized as SI are described in HDL, and the validity of the HDL description is confirmed by simulation using a separately prepared test bench. After the confirmation, a logic level tool is used to generate a gate-level circuit according to the contents of the HDL description. The generated gate level circuit is simulated at the gate level using the test bench (or with some modifications) to confirm the validity of the circuit. At this point,
Since actual layout is not performed, provisional delay time information is used. The confirmed gate level circuit is laid out to make it an actual semiconductor. Here, since the actual delay time information can be extracted, the gate level simulation is performed again using the actual delay information. Here, when the validity is confirmed, the process proceeds to the next process for manufacturing the LSI. In the above description, when the circuit to be designed is an asynchronous circuit, there are portions that cannot be performed efficiently like a synchronous circuit.

【0003】第1の問題点は、論理合成ツールが非同期
回路を充分に扱えないことである。論理合成ツールは、
複数のクロックに対し、特定の位相関係を定義し、その
タイミング条件においてのみセットアップ/ホールド・
タイムを満足する様に考慮した回路を生成する。通常、
複数のクロック間には位相関係が定義できないため、論
理合成ツールが常に適切な回路を生成するわけではな
い。このため、論理合成ツールの特性を理解し、設計意
図通りの回路を生成する様、HDL記述、合成制約をう
まく制御する必要がある。
A first problem is that a logic synthesis tool cannot sufficiently handle an asynchronous circuit. The logic synthesis tool
Define a specific phase relationship for multiple clocks, and set up / hold
Generate a circuit considering the time. Normal,
Since a phase relationship cannot be defined between a plurality of clocks, a logic synthesis tool does not always generate an appropriate circuit. For this reason, it is necessary to understand the characteristics of the logic synthesis tool and control the HDL description and synthesis constraints so as to generate a circuit as designed.

【0004】第2の問題点は、非同期回路に対する検証
が充分に行えないことである。同期回路であれば、タイ
ミング要素について、セットアップ/ホールド・タイム
を満足するかどうかでその良否を判断できるが、非同期
回路では、タイミング要素が動作に複雑に影響し、ま
た、その組み合わせが無限大に存在し得るため、充分な
検証を行うことが困難である。非同期回路に対する公知
の技術として、特開平11−120212号公報があ
る。これは、LSI外部からの非同期入力信号によるメ
タステーブルの影響がLSI内部に影響しない様にする
ため、2段のレジスタで同期化したり、警告を発生させ
るものである。
A second problem is that verification of an asynchronous circuit cannot be sufficiently performed. In the case of a synchronous circuit, the quality of a timing element can be judged based on whether or not the setup / hold time is satisfied. In the case of an asynchronous circuit, however, the operation of the timing element affects the operation in a complicated manner, and the combination thereof is infinite. Since it can exist, it is difficult to perform sufficient verification. As a known technique for an asynchronous circuit, there is Japanese Patent Application Laid-Open No. H11-120212. In order to prevent the influence of metastable due to an asynchronous input signal from the outside of the LSI from affecting the inside of the LSI, synchronization is performed by a two-stage register or a warning is generated.

【0005】[0005]

【発明が解決しようとする課題】特開平11−1202
12号公報に記載の発明は、LSI外部からの非同期入
力信号によるメタステーブルの影響をF/Fを2段入れ
ることで回避するものであるが、単純にF/Fを2段入
れるだけでは、非同期回路における不具合を回避できな
い場合がある。例えば、ビット幅を持つ信号を受け取る
場合、ビット毎の遅延時間のばらつき等により、ビット
全体としては意味の無いデータとして受け取ってしまう
場合がある。すなわち、受信側のサンプリング・ポイン
ト付近でデータが変化した場合、ビット全部が新しいも
の、または、ビット全部が古いものとなるとは限らず、
ビット全体としては、意味の無いデータとなってしまう
ことがある。しかしながら、シミュレーションでこの不
具合を検出することは難しい。これは、実配線遅延情報
を使用するゲート・レベル・シミュレーションまでは、
転送データのビット全体の遅延時間を0、または、同一
の遅延時間としてシミュレーションを行うので、ビット
間のばらつきをシミュレーションできないためである。
実配線遅延情報を使用してのゲート・レベル・シミュレ
ーションにおいても、微妙なタイミング関係になった場
合のみ検出される。従って、これをシミュレーションで
検出することは難しい。
Problems to be Solved by the Invention
The invention described in Japanese Patent Application Laid-Open No. 12-21012 avoids the influence of metastable due to an asynchronous input signal from the outside of the LSI by inserting two stages of F / Fs. In some cases, failures in asynchronous circuits cannot be avoided. For example, when a signal having a bit width is received, there may be a case where the entire bit is received as meaningless data due to a variation in delay time for each bit. That is, if the data changes near the sampling point on the receiving side, not all bits will be new or all bits will be old,
The entire bit may become meaningless data. However, it is difficult to detect this defect by simulation. This is until the gate level simulation using real routing delay information.
This is because the simulation is performed with the delay time of all the bits of the transfer data set to 0 or the same delay time, so that the variation between bits cannot be simulated.
Even in the gate level simulation using the actual wiring delay information, it is detected only when there is a delicate timing relationship. Therefore, it is difficult to detect this by simulation.

【0006】上述の様に、非同期回路に対し、 1.論理合成ツールが非同期回路を充分に扱えず、設計
者が、論理合成ツールの特性を理解し、HDL記述、合
成制約をうまく制御する必要があった。 2.非同期回路では、タイミング要素が複雑に動作に影
響し、また、その組み合わせが無限大に存在し得るため
充分な検証を行うことが困難である。という問題があっ
た。
As described above, for an asynchronous circuit: The logic synthesis tool could not handle asynchronous circuits sufficiently, and the designer had to understand the characteristics of the logic synthesis tool and control the HDL description and synthesis constraints well. 2. In an asynchronous circuit, it is difficult to perform sufficient verification because the timing elements affect the operation in a complicated manner and the combinations can be infinite. There was a problem.

【0007】[0007]

【課題を解決するための手段】[Means for Solving the Problems]

【0008】請求項1の発明は、データの転送基準とな
るデータ転送基準信号と、該データ転送基準信号と対に
なって転送される転送データとで行う非同期データ転送
方法において、送信側においては、前記転送データの確
定基準タイミングを、データ転送基準信号のアサート・
タイミングのクロック・エッジとし、受信側において
は、最初に転送基準信号のアサートを検出したクロック
・エッジでサンプリングした転送データを使用すること
が可能という状態を作り出し、もって、論理合成ツール
の使用方法を単純化し、また、同期式回路の様なタイミ
ング要素を切り離した検証を可能としたものである。
According to a first aspect of the present invention, there is provided an asynchronous data transfer method using a data transfer reference signal serving as a data transfer reference and transfer data transferred in a pair with the data transfer reference signal. , The reference timing of the transfer data is determined by the assertion of the data transfer reference signal.
The clock edge of the timing is used, and the receiving side creates a state where it is possible to use the transfer data sampled at the clock edge where the transfer reference signal is first detected. It simplifies and enables verification with timing elements such as synchronous circuits separated.

【0009】請求項2の発明は、請求項1の発明におい
て、転送基準信号を転送データよりも遅延量が多くなる
様にレイアウトすることで、請求項1の環境を提供す
る。
According to a second aspect of the present invention, in the first aspect of the present invention, the transfer reference signal is laid out so as to have a larger delay amount than the transfer data, thereby providing the environment of the first aspect.

【0010】請求項3の発明は、請求項1の発明におい
て、受信側における転送データのサンプリング・ポイン
トを、請求項1のクロック・エッジと、その1クロック
後とで選択可能に構成することで、請求項2の状況が達
成できなくても、請求項1に対する目的と同様の目的を
達成する方法を提供するものである。
According to a third aspect of the present invention, in the first aspect of the invention, the sampling point of the transfer data on the receiving side is configured to be selectable between the clock edge of the first aspect and one clock after the clock edge. Even if the situation of claim 2 cannot be achieved, a method for achieving the same object as the object of claim 1 is provided.

【0011】[0011]

【発明の実施の形態】図1は、本発明の一実施例を説明
するための図で、LSI内部のTCLK(送信側動作ク
ロック)動作部分と、RCLK(受信側動作クロック)
動作部分との非同期インタフェース部分を示す。図1に
おいて、11は転送基準信号(STRB信号)の最終出
力段F/Fであり、12はSTRB(転送基準信号)と
対になって転送される転送データD[31:0]の最終
出力段F/Fである。これらのF/F11,12から出
力される信号は、RCLKで動作するF/F13,14
でサンプリングされる。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a diagram for explaining an embodiment of the present invention, in which a TCLK (transmitting-side operating clock) operating portion in an LSI and an RCLK (receiving-side operating clock) are included.
The asynchronous interface with the operation part is shown. In FIG. 1, reference numeral 11 denotes a final output stage F / F of a transfer reference signal (STRB signal), and reference numeral 12 denotes a final output of transfer data D [31: 0] transferred in pairs with the STRB (transfer reference signal). Stage F / F. Signals output from these F / Fs 11 and 12 are supplied to F / Fs 13 and 14 operating on RCLK.
Is sampled at

【0012】図2は、図1に示したインタフェースの様
子を示す図で、図2において、TCLKは送信側の動作
クロック、D[31:0]は転送データ、STRBは転
送基準信号である。送信側では、STRBアサートのク
ロック・エッジで、D[31:0]の出力を確定させ
る。D[31:0]確定のタイミングがそれ以前となる
ことはかまわないが、STRBアサートとD[31:
0]確定の最小保証クロック数が0であることを意味し
ている。
FIG. 2 is a diagram showing a state of the interface shown in FIG. 1. In FIG. 2, TCLK is an operation clock on the transmission side, D [31: 0] is transfer data, and STRB is a transfer reference signal. On the transmitting side, the output of D [31: 0] is determined at the clock edge of STRB assertion. Although the timing of D [31: 0] determination may be earlier than that, STRB assertion and D [31:
0] This means that the minimum guaranteed clock number to be determined is 0.

【0013】図2では、転送基準信号の遅延に比べ、転
送データの遅延が大きくなるようにレイアウトしてい
る。この遅延時間の差は、転送基準信号のアサートを最
初にサンプリングしたクロック・エッジでは、常に有効
な転送データがサンプリングできる量となっている。こ
のため、図2に示す様に、受信側では、STRB(転送
基準信号)のアサートを検出したクロック・エッジでサ
ンプリングした転送データを取りこんで使用すれば良
く、非同期回路でありながら、同期回路と同等の方法で
シミュレーションを行い、回路の正当性の検証が行え
る。また、論理合成ツールにおいても、非同期のための
特別な設定は、転送データの遅延量より、転送基準信号
の遅延量の方が大きくなる様にするための設定のみであ
る。また、場合によっては、論理合成ツールには何も特
別な設定を行わず、レイアウト時に遅延量を調整すると
いう方法もある。
In FIG. 2, the layout is such that the delay of the transfer data is larger than the delay of the transfer reference signal. The difference between the delay times is such that valid transfer data can always be sampled at the clock edge at which the assertion of the transfer reference signal is first sampled. Therefore, as shown in FIG. 2, on the receiving side, the transfer data sampled at the clock edge at which the assertion of STRB (transfer reference signal) is detected may be used and used. A simulation is performed by an equivalent method, and the validity of the circuit can be verified. Also in the logic synthesis tool, the special setting for the asynchronous operation is only the setting for making the delay amount of the transfer reference signal larger than the delay amount of the transfer data. In some cases, there is a method of adjusting the delay amount at the time of layout without performing any special setting for the logic synthesis tool.

【0014】図3は、本発明の他の実施例を説明するた
めの図で、図1に示した実施例の構成に対して、F/F
15、セレクタ16が付加されており、これにより転送
基準信号アサートのタイミングを、図1のものに比し、
1クロック分遅らせた設定をすることができる。これ
は、転送基準信号のアサートを最初にサンプリングした
クロック・エッジで、常に有効な転送データがサンプリ
ングできる様な遅延時間が確保できなかった場合の保険
として設けるものであり、STRB(転送基準信号)の
アサート検出を1クロック分遅らせることにより、図4
に示す様に、常に有効な転送データが取り込めるように
なる。
FIG. 3 is a diagram for explaining another embodiment of the present invention. The F / F is different from the configuration of the embodiment shown in FIG.
15 and a selector 16 are added, so that the timing of asserting the transfer reference signal is compared with that of FIG.
The setting can be delayed by one clock. This is provided as an insurance when a delay time such that valid transfer data can always be sampled cannot be secured at the clock edge at which the assertion of the transfer reference signal is first sampled. STRB (Transfer Reference Signal) 4 is delayed by one clock to detect the assertion of FIG.
As shown in (1), valid transfer data can be always taken.

【0015】一般的に、転送基準信号の出力F/Fと入
力F/F、転送データの出力F/Fと入力F/Fとはそ
れぞれ1対1に接続され、また、近接した場所に配置す
ることが可能なため、図4に示す様な1クロック分遅れ
た場所での転送データを取り込む状況が発生することは
少ないが、レイアウト期間短縮のために、設けている。
Generally, the output F / F and the input F / F of the transfer reference signal are connected one-to-one with the output F / F and the input F / F of the transfer data, and are arranged in close proximity. Therefore, the situation where the transfer data is fetched at a place delayed by one clock as shown in FIG. 4 rarely occurs, but is provided to shorten the layout period.

【0016】[0016]

【発明の効果】請求項1の発明は、データの転送基準と
なるデータ転送基準信号と、該データ転送基準信号と対
になって転送される転送データとで行う非同期データ転
送方法において、送信側においては、前記転送データの
確定基準タイミングを、データ転送基準信号のアサート
・タイミングのクロック・エッジとし、受信側において
は、最初に転送基準信号のアサートを検出したクロック
・エッジでサンプリングした転送データを使用すること
が可能という状態を作り出すことを前提とするので、論
理合成ツールの使用方法を単純化し、また、同期式回路
の様なタイミング要素を切り離した検証が可能となる。
According to the first aspect of the present invention, there is provided an asynchronous data transfer method performed by a data transfer reference signal serving as a data transfer reference and transfer data transferred in a pair with the data transfer reference signal. In the above, the reference timing for determining the transfer data is used as the clock edge of the assertion timing of the data transfer reference signal, and on the receiving side, the transfer data sampled at the clock edge where the assertion of the transfer reference signal is first detected. Since it is assumed that a usable state can be created, the method of using the logic synthesis tool can be simplified, and verification can be performed with timing elements such as synchronous circuits separated.

【0017】請求項2の発明は、請求項1の発明におい
て、転送基準信号を転送データよりも遅延量が多くなる
様にレイアウトすることで、請求項1の環境を提供でき
る。
According to a second aspect of the present invention, the environment of the first aspect can be provided by laying out the transfer reference signal such that the delay amount is larger than that of the transfer data.

【0018】請求項3の発明は、請求項1の発明におい
て、受信側における転送データのサンプリング・ポイン
トを、請求項1のクロック・エッジと、その1クロック
後とで選択可能に構成することで、請求項2の状況が達
成できなくても、請求項1に対する目的と同様の目的を
達成する方法を提供できる。
According to a third aspect of the present invention, in the first aspect of the invention, the sampling point of the transfer data on the receiving side is configured to be selectable between the clock edge of the first aspect and one clock after the clock edge. Even if the situation of claim 2 cannot be achieved, a method for achieving the same object as that of claim 1 can be provided.

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

【図1】 本発明による非同期データ転送方法の一実施
例を説明するための図である。
FIG. 1 is a diagram for explaining an embodiment of an asynchronous data transfer method according to the present invention.

【図2】 図1に示した非同期データ転送方法のタイミ
ングを示す図である。
FIG. 2 is a diagram showing timings of the asynchronous data transfer method shown in FIG.

【図3】 本発明による非同期データ転送方法の他の実
施例を説明するための図である。
FIG. 3 is a diagram for explaining another embodiment of the asynchronous data transfer method according to the present invention.

【図4】 図3に示した非同期データ転送方法のタイミ
ングを示す図である。
FIG. 4 is a diagram showing timings of the asynchronous data transfer method shown in FIG.

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

11〜15…F/F、16…セレクタ、TCLK…送信
側の動作クロック、RCLK…受信側の動作クロック、
STRB…転送基準信号、D[31:0]…転送デー
タ。
11 to 15: F / F, 16: selector, TCLK: operation clock on the transmission side, RCLK: operation clock on the reception side,
STRB: transfer reference signal, D [31: 0]: transfer data.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 データの転送基準となるデータ転送基準
信号と、該データ転送基準信号と対になって転送される
転送データとで行う非同期データ転送方法において、 送信側においては、前記転送データの確定基準タイミン
グを、データ転送基準信号のアサート・タイミングのク
ロック・エッジとし、 受信側においては、最初に転送基準信号のアサートを検
出したクロック・エッジでサンプリングした転送データ
を使用することを特徴とする非同期データ転送方法。
1. An asynchronous data transfer method comprising: a data transfer reference signal serving as a data transfer reference; and transfer data transferred in pair with the data transfer reference signal. The determined reference timing is a clock edge of an assertion timing of the data transfer reference signal, and the receiving side uses transfer data sampled at a clock edge in which the assertion of the transfer reference signal is detected first. Asynchronous data transfer method.
【請求項2】 請求項1において、データ転送基準信号
を転送データよりも遅延量が多くなる様にレイアウトす
ることを特徴とする非同期データ転送方法。
2. The asynchronous data transfer method according to claim 1, wherein the data transfer reference signal is laid out so as to have a larger delay amount than the transfer data.
【請求項3】 請求項1において、受信側における転送
データのサンプリング・ポイントを、請求項1のクロッ
ク・エッジと、その1クロック後とで選択可能に構成し
たことを特徴とする非同期データ転送方式。
3. The asynchronous data transfer method according to claim 1, wherein a sampling point of transfer data on the receiving side is selectable between the clock edge of claim 1 and one clock after the clock edge. .
JP2001014593A 2001-01-23 2001-01-23 Asynchronous data transfer method Pending JP2002215568A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001014593A JP2002215568A (en) 2001-01-23 2001-01-23 Asynchronous data transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001014593A JP2002215568A (en) 2001-01-23 2001-01-23 Asynchronous data transfer method

Publications (1)

Publication Number Publication Date
JP2002215568A true JP2002215568A (en) 2002-08-02

Family

ID=18881265

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001014593A Pending JP2002215568A (en) 2001-01-23 2001-01-23 Asynchronous data transfer method

Country Status (1)

Country Link
JP (1) JP2002215568A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7424059B2 (en) 2004-04-01 2008-09-09 Oki Electric Industry Co., Ltd. Data transfer circuit

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7424059B2 (en) 2004-04-01 2008-09-09 Oki Electric Industry Co., Ltd. Data transfer circuit
KR101034338B1 (en) 2004-04-01 2011-05-16 오끼 덴끼 고오교 가부시끼가이샤 Data transmission circuit

Similar Documents

Publication Publication Date Title
US6892373B2 (en) Integrated circuit cell library
US6070260A (en) Test methodology based on multiple skewed scan clocks
US20050251779A1 (en) Modeling metastability in circuit design
US7382824B1 (en) Method and apparatus for accurate modeling of multi-domain clock interfaces
JP2013179598A (en) Programmable delay circuit having reduced insertion delay
US20020073389A1 (en) Clock tuning circuit in chip design
US20030210603A1 (en) Method and apparatus for performing signal synchronization
US20160292332A1 (en) System for verifying timing constraints of ic design
US8453090B2 (en) System and method for optimizing logic timing
US6496962B1 (en) Standard library generator for cell timing model
JP2008047121A (en) Method and apparatus for indirectly simulating semiconductor integrated circuit
US20020199161A1 (en) Method of designing logic circuit, and computer product
JP2002215568A (en) Asynchronous data transfer method
US7231620B2 (en) Apparatus, generator, and method for clock tree synthesis
US7373571B2 (en) Achieving desired synchronization at sequential elements while testing integrated circuits using sequential scan techniques
US6218861B1 (en) Functional block and semiconductor integrated circuit architected by a plurality of functional blocks in combination
US6170072B1 (en) Logic circuit verification apparatus and method for semiconductor integrated circuit
Sawyer Source-synchronous serialization and deserialization (up to 1050 Mb/s)
US7072821B1 (en) Device and method for synchronizing an asynchronous signal in synthesis and simulation of a clocked circuit
JP2962232B2 (en) Automatic placement and routing of scan path circuits
US20080042693A1 (en) Design structures comprising receiver circuits for generating digital clock signals
US6886146B2 (en) Method of bypassing a plurality of clock trees in EDA tools
JP2000266819A (en) Circuit and method for evaluation of operating speed for clock synchronous circuit
JPWO2006025285A1 (en) Variable delay circuit, macro cell data, logic verification method, test method, and electronic device
US20050278675A1 (en) General purpose delay logic

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050223

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20050526

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080108

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080306

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081110

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090729