JP2006309666A - プログラム開発支援装置、プログラム動作比較方法および半導体集積回路製造方法 - Google Patents
プログラム開発支援装置、プログラム動作比較方法および半導体集積回路製造方法 Download PDFInfo
- Publication number
- JP2006309666A JP2006309666A JP2005134432A JP2005134432A JP2006309666A JP 2006309666 A JP2006309666 A JP 2006309666A JP 2005134432 A JP2005134432 A JP 2005134432A JP 2005134432 A JP2005134432 A JP 2005134432A JP 2006309666 A JP2006309666 A JP 2006309666A
- Authority
- JP
- Japan
- Prior art keywords
- program
- variable
- value
- development support
- pair
- 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
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)
Abstract
【解決手段】 同じ動作を実現するべき第1のプログラムおよび第2のプログラムを読み込む手段と、同じ値をとるべき上記第1のプログラム内の第1の変数および上記第2のプログラム内の第2の変数のペアを指定する手段と、上記第1のプログラムおよび上記第2のプログラムを実行した時の上記第1の変数の値および上記第2の変数の値を比較する手段とを備える。
【選択図】 図2
Description
(1)先ず、回路として実現したい部分のアルゴリズムを、C言語などの汎用プログラミング言語を用いて記述し、このプログラムを使ってアルゴリズムの正当性を確認する。
(2)その後、SystemCなどのシステム設計言語を用いて、そのアルゴリズムを実現する回路を設計(記述)する。
(3)汎用プログラミング言語のプログラムの出力結果と、システム設計言語のプログラムの出力結果が同じかどうかを比較する。
2 第2のプログラム
3 ソースコード読み込み部
4 変数リスト表示部
5 変数対応付け部
6 変数出力用関数追加部
7 ソースコード出力部
8 第1の実行用プログラム
81 変数出力用関数
9 第2の実行用プログラム
91 変数出力用関数
10 プログラム実行部
11 変数出力結果比較部
12 プログラム修正部
Claims (11)
- 同じ動作を実現するべき第1のプログラムおよび第2のプログラムを読み込む手段と、
同じ値をとるべき上記第1のプログラム内の第1の変数および上記第2のプログラム内の第2の変数のペアを指定する手段と、
上記第1のプログラムおよび上記第2のプログラムを実行した時の上記第1の変数の値および上記第2の変数の値を比較する手段とを備えたことを特徴とするプログラム開発支援装置。 - 上記変数のペアを指定する手段は、同じ値をとるべき変数のペアを複数個指定し、
上記変数の値を比較する手段は、上記変数の各ペアに対して、ペアを構成する2つの変数の値を比較することを特徴とする請求項1に記載のプログラム開発支援装置。 - 読み込んだ上記第1のプログラムおよび上記第2のプログラムを解析し、変数リストを表示する手段を備えたことを特徴とする請求項1または2のいずれか一項に記載のプログラム開発支援装置。
- 上記変数のペアを指定する手段は、上記第1のプログラムおよび上記第2のプログラムのソースコード表示画面上で変数のペアを指定することを特徴とする請求項1乃至3のいずれか一項に記載のプログラム開発支援装置。
- 指定された上記第1のプログラム内の第1の変数および上記第2のプログラム内の第2の変数につき、上記第1のプログラムおよび上記第2のプログラムに対して変数の値を出力する関数を追加する手段を備えたことを特徴とする請求項1乃至4のいずれか一項に記載のプログラム開発支援装置。
- 変数の値を出力する関数の追加された第1の実行用プログラムおよび第2の実行用プログラムを出力する手段を備えたことを特徴とする請求項5に記載のプログラム開発支援装置。
- 変数の値を出力する関数の追加された第1の実行用プログラムおよび第2の実行用プログラムを実行する手段を備えたことを特徴とする請求項5に記載のプログラム開発支援装置。
- 上記変数の値を比較する手段は、不一致が発生した箇所を表示してプログラムの実行を停止することを特徴とする請求項1乃至7のいずれか一項に記載のプログラム開発支援装置。
- 上記第2のプログラムを修正する手段を備えたことを特徴とする請求項1乃至8のいずれか一項に記載のプログラム開発支援装置。
- 同じ動作を実現するべき第1のプログラムおよび第2のプログラムを読み込む工程と、
同じ値をとるべき上記第1のプログラム内の第1の変数および上記第2のプログラム内の第2の変数のペアを指定する工程と、
上記第1のプログラムおよび上記第2のプログラムを実行した時の上記第1の変数の値および上記第2の変数の値を比較する工程とを備えたことを特徴とするプログラム動作比較方法。 - 同じ動作を実現するべき第1のプログラムおよび第2のプログラムを読み込む工程と、
同じ値をとるべき上記第1のプログラム内の第1の変数および上記第2のプログラム内の第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 true JP2006309666A (ja) | 2006-11-09 |
JP4774237B2 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 |
---|---|---|---|---|
CN110520850A (zh) * | 2017-04-19 | 2019-11-29 | 三菱电机株式会社 | 等效性验证装置和等效性验证程序 |
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 | 삼성전자주식회사 | 개인 정보에 기초한 서비스를 제공하는 사용자 단말 장치 및 그 서비스 제공 방법 |
KR101601741B1 (ko) * | 2015-06-29 | 2016-03-09 | 한국원자력연구원 | 서로 다른 언어로 작성된 프로그램들의 동일성을 검증하는 검증장치 |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1040131A (ja) * | 1996-07-22 | 1998-02-13 | Mitsubishi Electric Corp | プログラムデバッグ方法 |
JP2000181700A (ja) * | 1998-12-18 | 2000-06-30 | Fujitsu Ltd | プログラム解析装置および記録媒体 |
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 | ハードウエア記述の検証システム及びその検証方法 |
JP2003108629A (ja) * | 2001-09-27 | 2003-04-11 | Toppan Printing Co Ltd | ゲートアレイビジネスシステム及び方法 |
JP2004145712A (ja) * | 2002-10-25 | 2004-05-20 | Matsushita Electric Ind Co Ltd | 半導体設計における動作記述の等価性検証方法 |
Family Cites Families (10)
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 |
US6275223B1 (en) * | 1998-07-08 | 2001-08-14 | Nortel Networks Limited | Interactive on line code inspection process and tool |
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 |
WO2003048995A1 (en) * | 2001-12-04 | 2003-06-12 | 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 |
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
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH1040131A (ja) * | 1996-07-22 | 1998-02-13 | Mitsubishi Electric Corp | プログラムデバッグ方法 |
JP2000181700A (ja) * | 1998-12-18 | 2000-06-30 | Fujitsu Ltd | プログラム解析装置および記録媒体 |
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 | ハードウエア記述の検証システム及びその検証方法 |
JP2003108629A (ja) * | 2001-09-27 | 2003-04-11 | Toppan Printing Co Ltd | ゲートアレイビジネスシステム及び方法 |
JP2004145712A (ja) * | 2002-10-25 | 2004-05-20 | Matsushita Electric Ind Co Ltd | 半導体設計における動作記述の等価性検証方法 |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110520850A (zh) * | 2017-04-19 | 2019-11-29 | 三菱电机株式会社 | 等效性验证装置和等效性验证程序 |
CN110520850B (zh) * | 2017-04-19 | 2023-08-11 | 三菱电机株式会社 | 等效性验证装置和计算机能读取的存储介质 |
Also Published As
Publication number | Publication date |
---|---|
US20060248505A1 (en) | 2006-11-02 |
JP4774237B2 (ja) | 2011-09-14 |
US8239834B2 (en) | 2012-08-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9501596B2 (en) | Graphical design verification environment generator | |
US7971178B1 (en) | System to merge custom and synthesized digital integrated circuit design data | |
US20140214396A1 (en) | Specification properties creation for a visual model of a system | |
JP5859173B1 (ja) | エンジニアリングツール、プログラム編集装置およびプログラム編集システム | |
TWI407425B (zh) | 產生使用者介面相關之一物件屬性的方法 | |
JP6092686B2 (ja) | 運用作業フロー作成支援方法および運用作業フロー作成支援システム | |
JP4774237B2 (ja) | プログラム開発支援装置、プログラム動作比較方法および半導体集積回路製造方法 | |
JP2007172444A (ja) | 検証作業支援システム及びその方法 | |
JP2000207440A (ja) | 半導体集積回路の設計検証装置、方法及び記憶媒体 | |
KR102179508B1 (ko) | 자동화 시험장비의 운용 시스템 | |
JP2013020329A (ja) | 言語変換処理方法及び言語変換処理プログラム | |
JP2009193181A (ja) | ソフトウェアの開発支援システム、支援方法およびこの方法のプログラム | |
US9298428B2 (en) | Graphical user interface editor that displays live data during editing | |
JP2009009473A (ja) | Guiの設計装置、設計方法およびプログラム | |
JPWO2006025412A1 (ja) | 論理検証方法、論理モジュールデータ、デバイスデータおよび論理検証装置 | |
US7178064B2 (en) | Debug device, debug method and storage medium | |
JP2017167732A (ja) | 回路設計検証装置およびプログラム | |
JP5120103B2 (ja) | デバッグ方法およびデバッグプログラム | |
KR101524542B1 (ko) | 이종 스마트폰 어플리케이션을 위한 mof 기반의 데이터 변환 방법 및 그 장치 | |
JP3640684B2 (ja) | テスト系列生成装置及びテスト容易化設計装置 | |
JP2016151973A (ja) | 制御コントロールシステム、その開発支援装置、制御装置 | |
JP2001222565A (ja) | ハードウエア記述の検証システム及びその検証方法 | |
JP2005157849A (ja) | システムlsi設計装置、システムlsi設計用処理プログラム、及び整合性検証方法 | |
KR20090083994A (ko) | 빌드 규칙 작성을 위한 장치 및 방법 | |
JP2018088100A (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 |