JP4774237B2 - プログラム開発支援装置、プログラム動作比較方法および半導体集積回路製造方法 - Google Patents
プログラム開発支援装置、プログラム動作比較方法および半導体集積回路製造方法 Download PDFInfo
- Publication number
- JP4774237B2 JP4774237B2 JP2005134432A JP2005134432A JP4774237B2 JP 4774237 B2 JP4774237 B2 JP 4774237B2 JP 2005134432 A JP2005134432 A JP 2005134432A JP 2005134432 A JP2005134432 A JP 2005134432A JP 4774237 B2 JP4774237 B2 JP 4774237B2
- Authority
- JP
- Japan
- Prior art keywords
- program
- variable
- value
- pair
- development support
- 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.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/362—Software debugging
- G06F11/366—Software debugging using diagnostics
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
- Debugging And Monitoring (AREA)
Description
(1)先ず、回路として実現したい部分のアルゴリズムを、C言語などの汎用プログラミング言語を用いて記述し、このプログラムを使ってアルゴリズムの正当性を確認する。
(2)その後、SystemCなどのシステム設計言語を用いて、そのアルゴリズムを実現する回路を設計(記述)する。
(3)汎用プログラミング言語のプログラムの出力結果と、システム設計言語のプログラムの出力結果が同じかどうかを比較する。
2 第2のプログラム
3 ソースコード読み込み部
4 変数リスト表示部
5 変数対応付け部
6 変数出力用関数追加部
7 ソースコード出力部
8 第1の実行用プログラム
81 変数出力用関数
9 第2の実行用プログラム
91 変数出力用関数
10 プログラム実行部
11 変数出力結果比較部
12 プログラム修正部
Claims (9)
- 異なる言語で別々に記述された、同じ動作を実現するべき第1のプログラムおよび第2のプログラムを読み込む手段と、
同じ値をとるべき上記第1のプログラム内の第1の変数および上記第2のプログラム内の第2の変数のペアの指定を操作者から受け付ける手段と、
上記第1のプログラムおよび上記第2のプログラムを実行した時の上記第1の変数の値および上記第2の変数の値を比較する手段とを備え、
上記変数のペアの指定を操作者から受け付ける手段は、上記第1のプログラムおよび上記第2のプログラムのソースコードを並べて表示したソースコード表示画面上で変数のペアの指定を受け付けることを特徴とするプログラム開発支援装置。 - 上記変数のペアの指定を操作者から受け付ける手段は、同じ値をとるべき変数のペアの指定を複数受け付け、
上記変数の値を比較する手段は、上記変数の各ペアに対して、ペアを構成する2つの変数の値を比較することを特徴とする請求項1に記載のプログラム開発支援装置。 - 読み込んだ上記第1のプログラムおよび上記第2のプログラムを解析し、上記変数のペアの指定を操作者から受け付ける手段による指定の参考に供するための変数リストを表示する手段を備えたことを特徴とする請求項1または2のいずれか一項に記載のプログラム開発支援装置。
- 指定された上記第1のプログラム内の第1の変数および上記第2のプログラム内の第2の変数につき、上記第1のプログラムおよび上記第2のプログラムに対して変数の値を出力する関数を追加する手段を備えたことを特徴とする請求項1乃至3のいずれか一項に記載のプログラム開発支援装置。
- 変数の値を出力する関数の追加された第1の実行用プログラムおよび第2の実行用プログラムを出力する手段を備えたことを特徴とする請求項4に記載のプログラム開発支援装置。
- 変数の値を出力する関数の追加された第1の実行用プログラムおよび第2の実行用プログラムを実行する手段を備えたことを特徴とする請求項4に記載のプログラム開発支援装置。
- 上記変数の値を比較する手段は、不一致が発生した箇所を表示してプログラムの実行を停止することを特徴とする請求項1乃至6のいずれか一項に記載のプログラム開発支援装置。
- 上記第2のプログラムを修正する手段を備えたことを特徴とする請求項1乃至7のいずれか一項に記載のプログラム開発支援装置。
- 回路として実現したい部分のアルゴリズムを汎用プログラミング言語を用いて記述した第1のプログラムと、上記アルゴリズムを実現する回路をシステム設計言語を用いて記述した第2のプログラムとを動作比較することでデバッグを行う工程と、
デバッグの完了した上記第2のプログラムに基づいてRTLによる表現を生成する工程と、
生成されたRTLに基づいて論理合成を行う工程と、
論理合成の結果に基づいて配置・配線を行う工程と、
配置・配線の結果に基づいてマスクを作成する工程と、
作成されたマスクによりウェハの製造およびチップの組み立てを行う工程とを備え、
上記デバッグを行う工程は、更に、
異なる言語で別々に記述された、同じ動作を実現するべき上記第1のプログラムおよび上記第2のプログラムを読み込む工程と、
同じ値をとるべき上記第1のプログラム内の第1の変数および上記第2のプログラム内の第2の変数のペアの指定を操作者から受け付ける工程と、
上記第1のプログラムおよび上記第2のプログラムを実行した時の上記第1の変数の値および上記第2の変数の値を比較する工程とを備え、
上記変数のペアの指定を操作者から受け付ける工程では、上記第1のプログラムおよび上記第2のプログラムのソースコードを並べて表示したソースコード表示画面上で変数のペアの指定を受け付けることを特徴とする半導体集積回路製造方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005134432A JP4774237B2 (ja) | 2005-05-02 | 2005-05-02 | プログラム開発支援装置、プログラム動作比較方法および半導体集積回路製造方法 |
US11/414,397 US8239834B2 (en) | 2005-05-02 | 2006-05-01 | Method and system of program development supporting |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005134432A JP4774237B2 (ja) | 2005-05-02 | 2005-05-02 | プログラム開発支援装置、プログラム動作比較方法および半導体集積回路製造方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006309666A JP2006309666A (ja) | 2006-11-09 |
JP4774237B2 true JP4774237B2 (ja) | 2011-09-14 |
Family
ID=37235920
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005134432A Active JP4774237B2 (ja) | 2005-05-02 | 2005-05-02 | プログラム開発支援装置、プログラム動作比較方法および半導体集積回路製造方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US8239834B2 (ja) |
JP (1) | JP4774237B2 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101601741B1 (ko) * | 2015-06-29 | 2016-03-09 | 한국원자력연구원 | 서로 다른 언어로 작성된 프로그램들의 동일성을 검증하는 검증장치 |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8775974B2 (en) * | 2005-12-21 | 2014-07-08 | International Business Machines Corporation | Multi-contextual delta navigation in a compare view |
KR101952702B1 (ko) * | 2012-06-01 | 2019-02-28 | 삼성전자주식회사 | 개인 정보에 기초한 서비스를 제공하는 사용자 단말 장치 및 그 서비스 제공 방법 |
WO2018193548A1 (ja) * | 2017-04-19 | 2018-10-25 | 三菱電機株式会社 | 等価性検証装置および等価性検証プログラム |
Family Cites Families (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5410648A (en) * | 1991-08-30 | 1995-04-25 | International Business Machines Corporation | Debugging system wherein multiple code views are simultaneously managed |
JPH1040131A (ja) * | 1996-07-22 | 1998-02-13 | Mitsubishi Electric Corp | プログラムデバッグ方法 |
US6275223B1 (en) * | 1998-07-08 | 2001-08-14 | Nortel Networks Limited | Interactive on line code inspection process and tool |
JP3533098B2 (ja) * | 1998-12-18 | 2004-05-31 | 富士通株式会社 | プログラム解析装置および記録媒体 |
JP2001060210A (ja) * | 1999-08-20 | 2001-03-06 | Nec Corp | Lsi検証方法、lsi検証装置および記録媒体 |
JP2001109788A (ja) * | 1999-10-12 | 2001-04-20 | Nec Corp | シミュレーションモデル、その生成方法、シミュレーション方法及びその記録媒体 |
JP2001222565A (ja) * | 2000-02-09 | 2001-08-17 | Nec Corp | ハードウエア記述の検証システム及びその検証方法 |
US7302670B2 (en) * | 2000-12-21 | 2007-11-27 | Bryan Darrell Bowyer | Interactive interface resource allocation in a behavioral synthesis tool |
US6691301B2 (en) * | 2001-01-29 | 2004-02-10 | Celoxica Ltd. | System, method and article of manufacture for signal constructs in a programming language capable of programming hardware architectures |
JP2003108629A (ja) * | 2001-09-27 | 2003-04-11 | Toppan Printing Co Ltd | ゲートアレイビジネスシステム及び方法 |
AU2002359577A1 (en) * | 2001-12-04 | 2003-06-17 | Ravi Shankar | Method of concurrent visualization of process module outputs |
US6785872B2 (en) * | 2002-01-22 | 2004-08-31 | Hewlett-Packard Development Company, L.P. | Algorithm-to-hardware system and method for creating a digital circuit |
JP2004145712A (ja) * | 2002-10-25 | 2004-05-20 | Matsushita Electric Ind Co Ltd | 半導体設計における動作記述の等価性検証方法 |
US7418680B2 (en) * | 2004-02-05 | 2008-08-26 | Carnegie Mellon University | Method and system to check correspondence between different representations of a circuit |
JP2005242569A (ja) * | 2004-02-25 | 2005-09-08 | Fujitsu Ltd | データ処理装置設計方法、データ処理装置設計装置及びプログラム |
US7703026B2 (en) * | 2004-04-16 | 2010-04-20 | Sap Ag | Non-pattern based user interface in pattern based environment |
KR100921314B1 (ko) * | 2004-07-12 | 2009-10-13 | 양세양 | 검증결과 재활용 기법을 채용한 고성능 설계검증 장치 및이를 활용한 신속한 설계검증 방법 |
-
2005
- 2005-05-02 JP JP2005134432A patent/JP4774237B2/ja active Active
-
2006
- 2006-05-01 US US11/414,397 patent/US8239834B2/en active Active
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101601741B1 (ko) * | 2015-06-29 | 2016-03-09 | 한국원자력연구원 | 서로 다른 언어로 작성된 프로그램들의 동일성을 검증하는 검증장치 |
Also Published As
Publication number | Publication date |
---|---|
JP2006309666A (ja) | 2006-11-09 |
US20060248505A1 (en) | 2006-11-02 |
US8239834B2 (en) | 2012-08-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9612806B2 (en) | Verification of computer-executable code generated from a model | |
US9501595B2 (en) | Graphical design verification environment generator | |
US8869103B2 (en) | Using intermediate representations to verify computer-executable code generated from a model | |
US20140214396A1 (en) | Specification properties creation for a visual model of a system | |
JP2009535726A5 (ja) | ||
JP3825572B2 (ja) | 半導体集積回路の設計検証装置、方法及び記憶媒体 | |
JP4774237B2 (ja) | プログラム開発支援装置、プログラム動作比較方法および半導体集積回路製造方法 | |
JP5751669B2 (ja) | 言語変換処理方法及び言語変換処理プログラム | |
KR102179508B1 (ko) | 자동화 시험장비의 운용 시스템 | |
JP2009104252A (ja) | デバッグ支援装置およびデバッグ支援方法 | |
KR20190094779A (ko) | Plc 명령어 컴파일러 테스트케이스 자동 생성 장치 | |
US9298428B2 (en) | Graphical user interface editor that displays live data during editing | |
JPWO2006025412A1 (ja) | 論理検証方法、論理モジュールデータ、デバイスデータおよび論理検証装置 | |
JP2009193488A (ja) | ソフトウェアテスト項目編集支援装置およびソフトウェアテスト項目編集支援方法 | |
Daniel et al. | Towards a Highly Interactive Design-Debug-Verification Cycle | |
US7178064B2 (en) | Debug device, debug method and storage medium | |
US6968523B2 (en) | Design method of logic circuit using data flow graph | |
JP5120103B2 (ja) | デバッグ方法およびデバッグプログラム | |
JP2016126700A (ja) | プログラム検証装置、プログラム検証方法及びプログラム検証プログラム | |
WO2012170675A2 (en) | Verification of computer-executable code generated from a model | |
JP5799589B2 (ja) | 検証方法及び検証プログラム | |
JP4458491B2 (ja) | テストコマンドファイル作成システムと方法およびプログラム | |
JP3640684B2 (ja) | テスト系列生成装置及びテスト容易化設計装置 | |
JP2005157849A (ja) | システムlsi設計装置、システムlsi設計用処理プログラム、及び整合性検証方法 | |
JPH1124905A (ja) | プログラムの開発方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080403 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100119 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100319 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100622 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100823 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20101116 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110107 |
|
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: 20110531 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110627 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140701 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 Ref document number: 4774237 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |