JP4764687B2 - Design support system and information processing method - Google Patents

Design support system and information processing method Download PDF

Info

Publication number
JP4764687B2
JP4764687B2 JP2005276517A JP2005276517A JP4764687B2 JP 4764687 B2 JP4764687 B2 JP 4764687B2 JP 2005276517 A JP2005276517 A JP 2005276517A JP 2005276517 A JP2005276517 A JP 2005276517A JP 4764687 B2 JP4764687 B2 JP 4764687B2
Authority
JP
Japan
Prior art keywords
bus
functional module
design support
module
support system
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
Application number
JP2005276517A
Other languages
Japanese (ja)
Other versions
JP2007087206A5 (en
JP2007087206A (en
Inventor
央希 美辺
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2005276517A priority Critical patent/JP4764687B2/en
Publication of JP2007087206A publication Critical patent/JP2007087206A/en
Publication of JP2007087206A5 publication Critical patent/JP2007087206A5/ja
Application granted granted Critical
Publication of JP4764687B2 publication Critical patent/JP4764687B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、設計支援システム及び情報処理方法に関し、詳しくはシステムLSIのアーキテクチャ設計支援システムに関する。 The present invention relates to a design support system and an information processing method, and more particularly to an architecture design support system for a system LSI.

プロセス技術の進歩によりLSI(Large Scale Integrated Circuit)等の集積回路の集積度が増大し、これまでボードに複数のチップ(デバイス)を実装し実現されていたシステムをシステムLSIとして1チップ上に搭載することが可能となった。チップ上に搭載される機能モジュールも多様化し、回路規模が増大している。これに伴い、システムLSIを効率的に設計する手法として、従来のVerilog−HDLやVHDLといったハードウェア記述言語を使用した設計から、SystemCやSpecCといったシステム記述言語を使用した設計が普及してきた(例えば特許文献1参照)。   Advances in process technology have increased the degree of integration of integrated circuits such as LSI (Large Scale Integrated Circuit), and a system that has been realized by mounting multiple chips (devices) on a board as a system LSI on one chip. It became possible to do. The functional modules mounted on the chip are also diversifying and the circuit scale is increasing. Accordingly, as a method for efficiently designing a system LSI, a design using a system description language such as SystemC or SpecC has become widespread from a design using a conventional hardware description language such as Verilog-HDL or VHDL (for example, Patent Document 1).

システム記述言語による設計支援ツールとして、Synopsys社のCoCentricや、CoWare社のN2Cが知られている。システム記述言語による設計支援ツールにおいては、システム記述言語により記述したモジュールを、ブロック図入力画面で入力し、システムLSIの設計を行うことが可能になっている。そして、システムLSIの設計が終了すると、設計支援ツールからシミュレーションモデルを生成し、シミュレータを起動してシステムシミュレーションを行い、システムLSIの機能や性能を確認できるものである。   Synopsys CoCentric and CoWare N2C are known as design support tools using system description languages. In a design support tool using a system description language, it is possible to design a system LSI by inputting a module described in the system description language on a block diagram input screen. When the design of the system LSI is completed, a simulation model is generated from the design support tool, the simulator is activated and the system simulation is performed, and the function and performance of the system LSI can be confirmed.

ここで、システム記述言語によるモジュール記述は、記述の抽象度により以下に説明する3種類の記述レベルが一般に知られている。   Here, the module description in the system description language generally has three types of description levels described below depending on the abstraction level of the description.

<トランザクションレベル(TL)>
トランザクションレベルは、モジュール間の通信を捉えて機能を記述する抽象度レベルである。通信の開始及び終了の時間、通信データにより動作するため、クロックに対するシミュレーション精度は非常に低い。イベントにより機能をシミュレートするため、シミュレーション速度は非常に速い。
<Transaction level (TL)>
The transaction level is an abstraction level for describing functions by capturing communication between modules. Since the operation is based on the communication start and end times and communication data, the simulation accuracy for the clock is very low. The simulation speed is very fast because the function is simulated by the event.

<バスサイクルアキュレート(BCA)>
バスサイクルアキュレートは、モジュールの入力と出力とのイベントとして機能を記述する抽象度レベルである。動作クロックに対し、入力部及び出力部で正確にシミュレートすることができる。
<Bus cycle accurate (BCA)>
Bus cycle accurate is a level of abstraction that describes functions as events between module inputs and outputs. The operation clock can be accurately simulated at the input unit and the output unit.

<レジスタトランスファレベル(RTL)>
レジスタトランスファレベルは、レジスタファイル間の同期転送を捉えて回路を記述する抽象度レベルである。動作クロックに対して正確に機能動作をシミュレートすることができ、シミュレーション精度は非常に高い。1クロック毎に機能をシミュレートするため、シミュレーション速度は非常に遅い。
<Register transfer level (RTL)>
The register transfer level is an abstraction level for describing a circuit by capturing synchronous transfer between register files. The functional operation can be accurately simulated with respect to the operation clock, and the simulation accuracy is very high. Since the function is simulated every clock, the simulation speed is very slow.

記述の抽象度が高いほどシミュレーション速度は速くなり、一方、抽象度が低いほどシミュレーション精度は高くなる。システムLSIの設計では、抽象度の高い記述から徐々に抽象度の低い記述へと、モジュールの機能が詳細化されていく。設計者は、各種抽象度で記述されたモジュールを選択し、システムLSIの設計を行うのが一般的である。   The higher the level of abstraction of the description, the faster the simulation speed, while the lower the level of abstraction, the higher the simulation accuracy. In the design of a system LSI, the module functions are refined from a description with a high level of abstraction to a description with a low level of abstraction. In general, a designer selects a module described with various degrees of abstraction and designs a system LSI.

システムLSIのブロック図を計算機の画面上に表示し、それを編集することでシステムLSIのアーキテクチャを設計するような設計支援システムがある。従来、システムLSIの設計は抽象度が低いRTLのみで設計していたため、従来のこのような設計支援システムも抽象度としてRTLを対象としたものがほとんどであった。しかしながら、最近では抽象度がより高いBCAやTLを対象とした設計支援システムが出てきた。   There is a design support system for designing a system LSI architecture by displaying a block diagram of a system LSI on a computer screen and editing it. Conventionally, since the design of a system LSI has been designed only with an RTL having a low abstraction level, most of such conventional design support systems have been targeted at the RTL as an abstraction level. However, recently, design support systems for BCA and TL with higher abstraction levels have appeared.

特開2001−142927号公報JP 2001-142927 A

抽象度が高いBCA、TLを対象とした設計支援システムは、従来の抽象度が低いRTLを対象とした設計支援システムとは異なり、チップに搭載される設計対象のシステムを構成する機能モジュールやバスについてより多くの情報を保持している。   A design support system for BCA and TL with a high level of abstraction differs from a conventional design support system for RTL with a low level of abstraction. Holds more information about.

従来の抽象度が低いRTLを対象とした設計支援システムは、機能モジュールについてはその境界部分のポートの数、各ポートの名前、ビット幅、及び入出力の方向等のポート情報を、バスについては単なる信号線の集まりとしての情報しか保持していない。   A conventional design support system for RTL with a low level of abstraction, for functional modules, port information such as the number of ports at the boundary, name of each port, bit width, input / output direction, etc. It only holds information as a collection of signal lines.

それに対して、抽象度が高いBCA、TLを対象とした設計支援システムは、機能モジュールについてはその境界部分のポート情報の他に、以下の情報も保持している。すなわち、このような設定支援システムは、どのバスに接続可能か、バスに対してマスター又はスレーブのどちらとして動作するか、どんな機能を持っているか等の情報を保持している。また、バスについてはその構成信号の情報の他に、プロトコル、アービトレーションアルゴリズム、接続された機能モジュールのアドレス割り当て、データ転送ビット幅、動作周波数等の情報を保持している。   On the other hand, the design support system for BCA and TL having a high level of abstraction holds the following information in addition to the port information at the boundary portion of the functional module. That is, such a setting support system holds information such as which bus can be connected, whether the bus operates as a master or a slave, and what functions it has. The bus holds information such as protocol, arbitration algorithm, address assignment of connected functional modules, data transfer bit width, operating frequency, etc., in addition to the information of its constituent signals.

しかしながら、高い抽象度を対象とした設計支援システムでは、機能モジュールやバスの各モジュールの抽象度が高い分、各モジュール内部に保持するパラメータの数が増加した。そのため、システム設計において、設計者は各モジュールに対して多くのパラメータを設定する必要がある。特に、バスはシステムの根幹をなす部分であるので、バスに関するパラメータはシステム全体から見て非常に重要である。また、バスに関するパラメータは、そのバスに接続する機能モジュールの数や種類によって最適な値が大きく変化する。したがって、バスのパラメータ値を決定するためには、設計者は数多くのシミュレーションを繰り返し、長い時間をかけて試行錯誤を行う必要がある。   However, in a design support system targeting a high level of abstraction, the number of parameters held in each module has increased due to the high level of abstraction of each functional module and bus module. Therefore, in the system design, the designer needs to set many parameters for each module. In particular, since the bus is a fundamental part of the system, the parameters relating to the bus are very important from the viewpoint of the entire system. In addition, optimal values of the parameters relating to the bus greatly vary depending on the number and type of functional modules connected to the bus. Therefore, in order to determine the bus parameter value, the designer needs to repeat a number of simulations and perform trial and error over a long time.

本発明は、このような事情に鑑みてなされたものであり、設計対象のシステムを構成するモジュールに係るパラメータを効率良くかつ適切に決定できるようにすることを目的とする。   The present invention has been made in view of such circumstances, and an object of the present invention is to be able to efficiently and appropriately determine parameters related to modules constituting a system to be designed.

本発明の設計支援システムは、バスと、上記バスに接続する機能モジュールとを組み合わせて構成されるシステムの設計支援システムであって、上記機能モジュールがバスに対して要求する転送帯域を示す機能モジュール情報を上記機能モジュール毎に記憶している記憶手段と、設計対象のシステムを構成する上記バス及び機能モジュールを選択する選択手段と、上記選択手段により選択された上記バスに係るパラメータを、上記選択手段により選択された機能モジュールについて上記記憶手段により記憶されている機能モジュール情報に基づいて設定するパラメータ設定手段とを備え、上記パラメータ設定手段は、バスに接続する機能モジュールが当該バスに対して要求する仕様が満たされるように上記パラメータを決定することを特徴とする。
本発明の設計支援システムは、設計対象のシステムを構成するためにバス及び当該バスに接続する機能モジュールを選択する選択手段と、上記機能モジュールがバスに対して要求する転送帯域を示す機能モジュール情報を上記機能モジュール毎に記憶している記憶手段と、上記バスを編集画面上に表示する第1の表示制御手段と、上記機能モジュールを編集画面上に表示する第2の表示制御手段と、上記バスに係るパラメータを、当該バスに接続する機能モジュールが動作する際に当該バスに対して要求する転送帯域が満たされるように、上記選択手段により選択された機能モジュールについて上記記憶手段により記憶されている機能モジュール情報に基づいて決定し設定するパラメータ設定手段とを備えることを特徴とする。
本発明の情報処理方法は、機能モジュールがバスに対して要求する転送帯域を示す機能モジュール情報を上記機能モジュール毎に記憶している記憶手段と、選択手段と、パラメータ設定手段とを有する情報処理装置によって、システムの設計支援をする情報処理方法であって、上記選択手段が、設計対象のシステムを構成するためにバス及び機能モジュールを選択する選択工程と、上記パラメータ設定手段が、上記選択工程で選択された上記バスに係るパラメータを、上記選択工程で選択された機能モジュールについて上記記憶手段により記憶されている機能モジュール情報に基づいて設定するパラメータ設定工程とを有し、上記パラメータ設定工程では、バスに接続する機能モジュールが当該バスに対して要求する仕様が満たされるように上記パラメータを決定することを特徴とする。
本発明のプログラムは、上記情報処理方法の各工程をコンピュータに実行させることを特徴とする。
本発明のコンピュータ読み取り可能な記録媒体は、上記プログラムを記録したことを特徴とする。
A design support system according to the present invention is a system design support system configured by combining a bus and a functional module connected to the bus, and the functional module indicates a transfer band required by the functional module for the bus. Storage means for storing information for each functional module, selection means for selecting the bus and functional modules constituting the system to be designed, and parameters related to the bus selected by the selection means are selected. Parameter setting means for setting the function module selected by the means based on the function module information stored in the storage means, and the parameter setting means is requested by the function module connected to the bus to the bus. The above parameters are determined so that the specifications to be satisfied are satisfied. That.
Design support system of the present invention includes a selection means for selecting a bus and functions module to connect to the bus in order to configure the system to be designed, function indicating a transfer band which the function module requests the bus Storage means for storing module information for each functional module; first display control means for displaying the bus on the editing screen; and second display control means for displaying the functional module on the editing screen; And storing the parameters related to the bus by the storage means for the functional module selected by the selection means so that the transfer bandwidth required for the bus is satisfied when the functional module connected to the bus operates. And a parameter setting means for determining and setting based on the function module information being set.
An information processing method according to the present invention includes an information processing unit including a storage unit that stores, for each functional module, functional module information indicating a transfer bandwidth requested by the functional module to the bus, a selection unit, and a parameter setting unit. by the device, an information processing method of the design support system, the selection means comprises a selection step of selecting a bus and function modules to configure the system to be designed, the above parameter setting means, said selecting step A parameter setting step for setting the parameter related to the bus selected in step S5 based on the function module information stored in the storage unit for the function module selected in the selection step. In the parameter setting step, To ensure that the functional modules connected to the bus meet the specifications required for that bus. And determining the serial parameters.
A program according to the present invention causes a computer to execute each step of the information processing method .
The computer-readable recording medium of the present invention records the above program.

本発明によれば、設計対象のシステムを構成するバスに係るパラメータを決定する際に、それに接続する機能モジュールが当該バスに対して必要とする仕様が満たされるように当該バスに係るパラメータを決定する。したがって、パラメータを効率良くかつ適切に決定することができる。   According to the present invention, when determining a parameter related to a bus constituting a system to be designed, the parameter related to the bus is determined so that a specification required by the functional module connected to the bus is satisfied. To do. Therefore, the parameters can be determined efficiently and appropriately.

以下、本発明の実施形態を図面に基づいて説明する。
図1は、本発明の一実施形態による設計支援システムのシステム構成例を示すブロック図である。本実施形態による設計支援システムは、システム記述言語によるシステムLSIのアーキテクチャ設計を行う(支援する)ものであり、例えば高い抽象度のBCA(バスサイクルアキュレート)やTL(トランザクションレベル)を対象とする。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a block diagram showing a system configuration example of a design support system according to an embodiment of the present invention. The design support system according to the present embodiment performs (supports) architecture design of a system LSI in a system description language, and targets, for example, a high abstraction level BCA (bus cycle accurate) or TL (transaction level). .

本実施形態による設計支援システムは、図1に示すように、入力装置10、モジュール情報記憶部20、設計処理部30、表示制御部40、及び表示装置50を有する。   As illustrated in FIG. 1, the design support system according to the present embodiment includes an input device 10, a module information storage unit 20, a design processing unit 30, a display control unit 40, and a display device 50.

入力装置10は、設計支援システムに対する外部からの指示等を入力するためのものであり、例えばマウス、トラックボールなどのポインティングデバイスや、キーボード等である。設計対象とするシステムを構成するモジュールの選択・配置、並びにそれらの接続に係る設計支援システムに対する設計者による指示等が、入力装置10を介して入力される。   The input device 10 is for inputting an external instruction or the like to the design support system, and is, for example, a pointing device such as a mouse or a trackball, a keyboard, or the like. Selection / arrangement of modules constituting the system to be designed and instructions by the designer to the design support system related to the connection are input via the input device 10.

モジュール情報記憶部20には、設計支援システムによるアーキテクチャ設計において使用可能なモジュールの情報が記憶されている。モジュール情報記憶部20に記憶されるモジュール情報には、バス情報21及び機能モジュール情報22がある。   The module information storage unit 20 stores information on modules that can be used in the architecture design by the design support system. Module information stored in the module information storage unit 20 includes bus information 21 and functional module information 22.

バス情報21は、機能モジュールを接続するバスに係る情報である。バス情報21としては、バスの種類及び動作周波数(デフォルトの動作周波数)の情報がバス毎に記憶されている。さらには、バスの構成信号、プロトコル、アービトレーションアルゴリズム、アドレス割り当て等の情報が適宜含まれる。   The bus information 21 is information related to the bus connecting the functional modules. As the bus information 21, information on the bus type and the operating frequency (default operating frequency) is stored for each bus. Furthermore, information such as bus configuration signals, protocols, arbitration algorithms, and address assignments are included as appropriate.

機能モジュール情報22は、所定の機能動作を実現する機能モジュールに係る情報である。機能モジュール情報22としては、機能モジュールの種類(どのような機能を有するか)及びバスに対してマスターとして動作するかスレーブとして動作するかの情報が、機能モジュール毎に記憶されている。機能モジュール情報22としては、さらにマスターとして動作する場合にはバスに対して要求するデータ転送帯域の情報が機能モジュール毎に記憶されている。さらには、境界部分のポート情報(境界部分のポートの数、各ポートの名前、ビット幅、及び入出力の方向等)や接続可能なバスなどについての情報が適宜含まれる。   The functional module information 22 is information relating to a functional module that realizes a predetermined functional operation. As the function module information 22, information on the type of function module (what function it has) and whether it operates as a master or a slave with respect to the bus is stored for each function module. As the function module information 22, data transfer band information required for the bus when operating as a master is stored for each function module. Furthermore, information about the boundary port information (number of ports at the boundary portion, names of each port, bit width, input / output direction, etc.), connectable buses, and the like are appropriately included.

設計処理部30は、設計支援システムを統括的に制御してアーキテクチャ設計に係る処理を行うものであり、モジュール選択部31、接続処理部32、及びパラメータ設定部33を有する。モジュール選択部31は、設計対象のシステムを構成するモジュールを選択するものである。具体的には、モジュール情報記憶部20に記憶されているモジュールの中から、入力装置10より入力される指示に応じたモジュールの情報を読み出すことによりモジュールの選択を行う。   The design processing unit 30 performs processing related to architecture design by comprehensively controlling the design support system, and includes a module selection unit 31, a connection processing unit 32, and a parameter setting unit 33. The module selection unit 31 selects modules constituting the system to be designed. Specifically, the module is selected by reading out the module information corresponding to the instruction input from the input device 10 from the modules stored in the module information storage unit 20.

接続処理部32は、モジュール選択部31により選択されたモジュールを互いに接続するものであり、選択されたバスとそれに接続する機能モジュールとを入力装置10より入力される指示に応じて接続する。このように、選択された複数のモジュール(バス及び機能モジュール)を接続し組み合わせていくことでアーキテクチャ設計が行われ、設計対象とするシステムが構成される。   The connection processing unit 32 connects the modules selected by the module selection unit 31 to each other, and connects the selected bus and the functional module connected thereto in accordance with an instruction input from the input device 10. In this way, architecture design is performed by connecting and combining a plurality of selected modules (bus and functional modules), and a system to be designed is configured.

パラメータ設定部33は、モジュール選択部31により選択された設計対象のシステムを構成するバスに係るパラメータを設定する。パラメータ設定部33は、バスに接続する機能モジュールが当該バスに対して要求する仕様(必要としている性能等)に基づいて、これを満足するようなパラメータを決定し、その決定したパラメータを当該バスに設定する。以下の説明では、機能モジュールがバスに対して要求するデータ転送帯域に応じてパラメータを決定する場合を一例として示すが、機能モジュールがバスに対して要求する仕様はデータ転送帯域に限定されるものではない。   The parameter setting unit 33 sets parameters related to the buses constituting the design target system selected by the module selection unit 31. The parameter setting unit 33 determines a parameter that satisfies the specification (necessary performance, etc.) required for the bus by the functional module connected to the bus, and sets the determined parameter to the bus. Set to. In the following description, the case where the parameter is determined according to the data transfer bandwidth requested by the functional module to the bus is shown as an example, but the specification requested by the functional module to the bus is limited to the data transfer bandwidth. is not.

表示制御部40は、公知のディスプレイ等で構成される表示装置50に、アーキテクチャ設計に係る編集画面であるブロック図入力画面を表示させる。このブロック図入力画面には、後述するように選択可能なモジュール(バス及び機能モジュール)及び設計対象のシステムを構成するために選択されたモジュールが表示される。表示制御部40は、設計処理部30で行われた処理に応じて表示を随時更新させ、当該処理を反映させたブロック図入力画面を表示装置50に表示させる。   The display control unit 40 displays a block diagram input screen, which is an editing screen related to architecture design, on the display device 50 configured by a known display or the like. On this block diagram input screen, as will be described later, selectable modules (buses and functional modules) and modules selected to constitute the system to be designed are displayed. The display control unit 40 updates the display as needed according to the processing performed by the design processing unit 30, and causes the display device 50 to display a block diagram input screen reflecting the processing.

図2は、本実施形態の設計支援システムにおけるブロック図入力画面の一例を示す図である。図2において、1は設計支援システムにおけるブロック図入力画面全体であり、システムブロック図表示部分100、機能モジュール選択部分110、及びバス選択部分120の各表示領域からなる。   FIG. 2 is a diagram illustrating an example of a block diagram input screen in the design support system of the present embodiment. In FIG. 2, reference numeral 1 denotes an entire block diagram input screen in the design support system, which includes display areas of a system block diagram display portion 100, a function module selection portion 110, and a bus selection portion 120.

システムブロック図表示部分100は、設計対象とするシステムのブロック図を表示する部分である。
ここで、101は設計対象とするシステムを構成するバスである。このバス101は、“BusA”という種類のバスである。また、102は設計対象とするシステムを構成する機能モジュールであり、バス101に対してマスターとして接続している。機能モジュール102は“ModuleA”という種類の機能モジュールである。104は設計対象とするシステムを構成する機能モジュールであり、バス101に対してスレーブとして接続している。機能モジュール104は“ModuleC”という種類の機能モジュールである。
The system block diagram display portion 100 is a portion that displays a block diagram of a system to be designed.
Here, reference numeral 101 denotes a bus constituting a system to be designed. The bus 101 is a type of bus called “BusA”. Reference numeral 102 denotes a functional module constituting a system to be designed, which is connected to the bus 101 as a master. The function module 102 is a function module of the type “ModuleA”. Reference numeral 104 denotes a functional module that constitutes a system to be designed, and is connected to the bus 101 as a slave. The function module 104 is a function module of the type “ModuleC”.

機能モジュール選択部分110は、本実施形態の設計支援システムで使用可能な機能モジュールの種類をすべて或いはその一部を表示する部分である。機能モジュール選択部分110に表示された機能モジュールの選択は、以下のように実行できる。すなわち、設計支援システムが動作している計算機に直接又はネットワーク等を介して間接的に接続されている入力装置10(例えば、マウス、トラックボール、キーボード等)により任意の1つの機能モジュールの種類を選択指定可能となっている。   The function module selection part 110 is a part that displays all or part of the types of function modules that can be used in the design support system of the present embodiment. The selection of the function module displayed in the function module selection portion 110 can be executed as follows. That is, the type of any one functional module is selected by the input device 10 (for example, a mouse, a trackball, a keyboard, etc.) that is directly or indirectly connected to the computer on which the design support system is operating. Selection can be specified.

バス選択部分120は、本実施形態の設計支援システムで使用可能なバスの種類をすべて或いはその一部を表示する部分である。バス選択部分120に表示されたバスの選択は、以下のように実行できる。すなわち、設計支援システムが動作している計算機に直接又はネットワーク等を介して間接的に接続されている入力装置10(例えば、マウス、トラックボール、キーボード等)により任意の1つのバスの種類を選択指定可能となっている。   The bus selection portion 120 is a portion that displays all or part of the types of buses that can be used in the design support system of the present embodiment. The selection of the bus displayed in the bus selection portion 120 can be executed as follows. That is, any one bus type can be selected by the input device 10 (for example, mouse, trackball, keyboard, etc.) that is directly or indirectly connected to the computer on which the design support system is operating. It can be specified.

次に、本実施形態の設計支援システムによるブロック図入力画面を用いたシステムLSIの設計における動作について説明する。なお、以下の説明では一例として、入力装置10としてマウスを用い、図2に示したブロック図入力画面に表示されているシステムを設計するものとする。   Next, an operation in designing a system LSI using a block diagram input screen by the design support system of the present embodiment will be described. In the following description, as an example, a mouse is used as the input device 10 and the system displayed on the block diagram input screen shown in FIG. 2 is designed.

まず、ブロック図入力画面のバス選択部分120に表示されている“BusA”を設計者がマウスを用いてポイント、クリックすることで、設計処理部30により設計対象のシステムLSIを構成するバスとして“BusA”が選択される。そして、“BusA”の選択状態のままブロック図入力画面のシステムブロック図表示部分100の任意の位置をマウスでポイント、クリックされると、“BusA”をバス101として配置する。   First, when the designer points and clicks “BusA” displayed in the bus selection portion 120 of the block diagram input screen using the mouse, the design processing unit 30 sets “BusA” as a bus that constitutes the system LSI to be designed. BusA ”is selected. Then, with the selected state of “BusA”, if an arbitrary position in the system block diagram display portion 100 of the block diagram input screen is pointed and clicked with the mouse, “BusA” is arranged as the bus 101.

このとき、パラメータ設定部33は、バス101に係るパラメータの設定を行い、バス101の動作周波数を、設計支援システムが情報として内部に保持している“BusA”のデフォルトの動作周波数である48MHzとして設定する。なお、この後(動作周波数の設定後)、バス101をマウスでクリックすることにより表示されるメニューを利用して、動作周波数を設計者が所望する任意の値に設定し直すことも可能である。   At this time, the parameter setting unit 33 sets parameters related to the bus 101, and sets the operating frequency of the bus 101 as 48 MHz, which is the default operating frequency of “BusA” held internally as information by the design support system. Set. After this (after setting the operating frequency), it is also possible to reset the operating frequency to an arbitrary value desired by the designer using a menu displayed by clicking the bus 101 with the mouse. .

次に、ブロック図入力画面の機能モジュール選択部分110に表示されている“ModuleA”を設計者がマウスを用いてポイント、クリックすることで、設計処理部30により設計対象のシステムLSIを構成する機能モジュールとして“ModuleA”が選択される。そして、“ModuleA”の選択状態のままシステムブロック図表示部分100のバス101の左上の位置をマウスでポイント、クリックされると、“ModuleA”を機能モジュール102として配置する。   Next, the function that configures the system LSI to be designed by the design processing unit 30 when the designer points and clicks “ModuleA” displayed in the function module selection portion 110 of the block diagram input screen using the mouse. “ModuleA” is selected as the module. Then, when the “ModuleA” is selected, the upper left position of the bus 101 in the system block diagram display part 100 is pointed and clicked with the mouse, and “ModuleA” is arranged as the functional module 102.

次に、機能モジュール選択部分110に表示されている“ModuleC”を設計者がマウスを用いてポイント、クリックすることで、設計処理部30により設計対象のシステムLSIを構成する機能モジュールとして“ModuleC”が選択される。そして、“ModuleC”の選択状態のままシステムブロック図表示部分100のバス101の下の位置をマウスでポイント、クリックされると、“ModuleC”を機能モジュール104として配置する。   Next, when the designer points and clicks “ModuleC” displayed in the function module selection portion 110 using a mouse, the “ModuleC” is configured as a functional module constituting the system LSI to be designed by the design processing unit 30. Is selected. Then, when the “ModuleC” is selected, the position below the bus 101 in the system block diagram display portion 100 is pointed and clicked with the mouse, and “ModuleC” is arranged as the functional module 104.

次に、機能モジュール102の位置を設計者がマウスでポイント、ボタンをプレースし、バス101をポイント、ボタンをリリースすることで、設計処理部30により機能モジュール102とバス101とが接続される。機能モジュール104についても同様にバス101と接続される。   Next, the designer points the position of the functional module 102 with the mouse, places a button, points to the bus 101, and releases the button, so that the functional module 102 and the bus 101 are connected by the design processing unit 30. The function module 104 is also connected to the bus 101 in the same manner.

上述した動作において、バス101に対してマスターとして動作する機能モジュール102がバス101に接続されると、パラメータ設定部33は、下記式(1)が成立するWのうち、32以上かつ2の冪乗となる値にWを自動で決定する。
Ua<(K×H×W) …(1)
In the above-described operation, when the functional module 102 operating as a master with respect to the bus 101 is connected to the bus 101, the parameter setting unit 33 sets 32 or more and 2 of W satisfying the following expression (1). W is automatically determined as a power value.
Ua <(K × H × W) (1)

ここで、Uaは設計支援システムが内部に保持している“ModuleA”のバス101に対する要求データ転送帯域、Hは既に設定されているバス101の動作周波数(本実施形態では48MHz)である。また、Kは設計支援システムが内部に保持している“BusA”のデータ転送帯域係数、Wはバス101のデータ転送用信号ビット幅である。   Here, Ua is a requested data transfer band for the “Module A” bus 101 held in the design support system, and H is an operating frequency of the bus 101 that has already been set (48 MHz in this embodiment). Further, K is a data transfer band coefficient of “BusA” held in the design support system, and W is a data transfer signal bit width of the bus 101.

ここで例えば本実施形態では上記式(1)が成立するWが32であれば、パラメータ設定部33によりバス101のデータ転送用信号ビット幅は32ビット(32-bit)に設定される。なお、“BusA”のデータ転送帯域係数Kは、“BusA”の動作周波数H及びデータ転送用信号ビット幅Wを用いて表される下記式(2)が“BusA”のデータ転送帯域となるように決定されている。
K×H×W …(2)
Here, for example, in this embodiment, if W satisfying the above equation (1) is 32, the parameter setting unit 33 sets the data transfer signal bit width of the bus 101 to 32 bits (32-bit). The data transfer band coefficient K of “BusA” is such that the following expression (2) expressed by using the operating frequency H of “BusA” and the signal bit width W for data transfer becomes the data transfer band of “BusA”. Has been determined.
K x H x W (2)

上述した手順によってパラメータ設定部33により上記式(1)等を基にWの最小値を得る。したがって、バス101に対してマスターとして接続している機能モジュール102がバス101に要求するデータ転送帯域を満たす最小のバス101のデータ転送用信号ビット幅が決定される。   The minimum value of W is obtained by the parameter setting unit 33 based on the above formula (1) and the like by the procedure described above. Therefore, the minimum data transfer signal bit width of the bus 101 that satisfies the data transfer bandwidth required by the functional module 102 connected as a master to the bus 101 is determined.

次に、上述したようにして構成したシステムに対して、図3に示すように機能モジュール103を追加する場合について説明する。図3は、図2に示した状態から以下に説明する操作を行い機能モジュール103を追加した状態を示す図である。   Next, a case where the functional module 103 is added as shown in FIG. 3 to the system configured as described above will be described. FIG. 3 is a diagram illustrating a state in which the functional module 103 is added by performing the operation described below from the state illustrated in FIG.

上記図2に示した状態において、機能モジュール選択部分110に表示されている“ModuleB”を設計者がマウスを用いてポイント、クリックする。すると、設計処理部30により設計対象のシステムLSIを構成する機能モジュールとして“ModuleB”が選択される。そして、“ModuleB”の選択状態のままシステムブロック図表示部分100のバス101の右上の位置をマウスでポイント、クリックされると、“ModuleB”を機能モジュール103として配置する。   In the state shown in FIG. 2, the designer points and clicks “ModuleB” displayed in the function module selection portion 110 using the mouse. Then, “Module B” is selected by the design processing unit 30 as a functional module constituting the system LSI to be designed. Then, when the “Module B” is selected, the upper right position of the bus 101 in the system block diagram display portion 100 is pointed and clicked with the mouse, and “Module B” is arranged as the functional module 103.

次に、機能モジュール103の位置を設計者がマウスでポイント、ボタンをプレースし、バス101をポイント、ボタンをリリースすることで、設計処理部30により機能モジュール103とバス101とが接続される。   Next, the design processor 30 connects the functional module 103 and the bus 101 by the designer placing the point and button with the mouse and pointing the bus 101 and releasing the button.

上述したようにして、バス101に対してマスターとして動作する機能モジュール103がバス101に接続されると、パラメータ設定部33は、下記式(3)が成立するWのうち、32以上かつ2の冪乗となる値にWを自動で決定する。
(Ua+Ub)<(K×H×W) …(3)
As described above, when the functional module 103 operating as a master with respect to the bus 101 is connected to the bus 101, the parameter setting unit 33 sets 32 or more and 2 of Ws in which the following expression (3) is satisfied. W is automatically determined as a power value.
(Ua + Ub) <(K × H × W) (3)

ここで、Uaは設計支援システムが内部に保持している“ModuleA”のバス101に対する要求データ転送帯域であり、Ubは同様に“ModuleB”のバス101に対する要求データ転送帯域である。また、Hは既に設定されているバス101の動作周波数H(本実施形態では48MHz)、Kは設計支援システムが内部に保持している“BusA”のデータ転送帯域係数、Wはバス101のデータ転送用信号ビット幅である。   Here, Ua is a request data transfer band for the “ModuleA” bus 101 held in the design support system, and Ub is a request data transfer band for the “ModuleB” bus 101 in the same manner. H is the operating frequency H of the bus 101 that has already been set (48 MHz in the present embodiment), K is the data transfer band coefficient of “BusA” held in the design support system, and W is the data of the bus 101 This is the transfer signal bit width.

ここで例えば本実施形態では上記式(3)が成立するWが64であれば、パラメータ設定部33により、機能モジュール103を追加した後のバス101のデータ転送用信号ビット幅は64ビット(64-bit)に設定される。   Here, for example, in this embodiment, if W in which the above expression (3) is satisfied is 64, the parameter setting unit 33 causes the data transfer signal bit width of the bus 101 after adding the functional module 103 to be 64 bits (64 -bit).

つまり、図2に示した状態から機能モジュール103を追加して図3に示した状態にシステム構成を変更すると、バス101のデータ転送用信号ビット幅が32ビットから64ビットに自動的に変化する。この際、設計者は、機能モジュール102及び機能モジュール103がバス101に対して要求するデータ転送帯域等を計算したり、又はシミュレーションを実行してその結果を解析したりする。したがって、設計者自らがバス101のパラメータを設定する必要がない。   That is, when the function configuration 103 is added from the state shown in FIG. 2 and the system configuration is changed to the state shown in FIG. 3, the data transfer signal bit width of the bus 101 automatically changes from 32 bits to 64 bits. . At this time, the designer calculates a data transfer bandwidth required by the functional module 102 and the functional module 103 for the bus 101, or executes a simulation and analyzes the result. Therefore, it is not necessary for the designer himself to set the parameters of the bus 101.

上述した例では、機能モジュール103を追加した場合にバス101のデータ転送用信号ビット幅を自動的に変更したが、データ転送用信号ビット幅を32ビットに固定するという制約を加えた場合についての一例を以下に説明する。このような制約条件は、予め設定し所定の記憶部に記憶させておくようにすれば良い。   In the above-described example, when the function module 103 is added, the data transfer signal bit width of the bus 101 is automatically changed. However, there is a restriction on fixing the data transfer signal bit width to 32 bits. An example is described below. Such constraint conditions may be set in advance and stored in a predetermined storage unit.

図2に示した状態において、ブロック図表示部分100に表示されているバス101を設計者がマウスを用いてポイント、クリックすることで所定のメニューが表示される。表示されるメニュー項目の中から“fix bus data width”をマウスで選択することにより、バス101のデータ転送用信号ビット幅が32ビットに固定される。   In the state shown in FIG. 2, a predetermined menu is displayed when the designer points and clicks the bus 101 displayed in the block diagram display portion 100 with the mouse. By selecting “fix bus data width” from the displayed menu items with the mouse, the data transfer signal bit width of the bus 101 is fixed to 32 bits.

その後、上述した例と同様の操作によりバス101に対して機能モジュール103が接続されると、パラメータ設定部33は、上記式(3)が成立するようにH、Wを自動で決定する。但し、バス101のデータ転送用信号ビット幅Wは32に固定されているので、バス101の動作周波数Hを変化させることで上記式(3)を成立させる。また、その際にバス101の動作周波数Hは予め設計者が指定した周波数の倍数となる値に決定する。本実施形態では例えばデフォルトの動作周波数である48MHzの倍数であるとすると、バス101の動作周波数Hの値は96となる。   Thereafter, when the functional module 103 is connected to the bus 101 by the same operation as in the above-described example, the parameter setting unit 33 automatically determines H and W so that the above equation (3) is established. However, since the data transfer signal bit width W of the bus 101 is fixed at 32, the above equation (3) is established by changing the operating frequency H of the bus 101. At this time, the operating frequency H of the bus 101 is determined to be a value that is a multiple of the frequency designated in advance by the designer. In this embodiment, for example, assuming that it is a multiple of 48 MHz, which is the default operating frequency, the value of the operating frequency H of the bus 101 is 96.

したがって、図2に示した状態から、バス101のデータ転送用信号ビット幅を32ビットに固定したまま、機能モジュール103を追加すると、パラメータ設定部33により、バス101の動作周波数が48MHzから96MHzに自動的に変化する。
以上のように、データ転送用ビット幅又は動作周波数といったバス101のパラメータを、バス101に対してマスターとして接続している機能モジュール102、103の両方がバス101に対して要求するデータ転送帯域を満たす最小の値として自動的に決定することが可能となる。
Therefore, from the state shown in FIG. 2, when the function module 103 is added while the data transfer signal bit width of the bus 101 is fixed to 32 bits, the parameter setting unit 33 causes the operating frequency of the bus 101 to be changed from 48 MHz to 96 MHz. It changes automatically.
As described above, the data transfer bandwidth required by both the functional modules 102 and 103 connected to the bus 101 as a master for the parameters of the bus 101 such as the bit width or the operating frequency for data transfer is determined. It is possible to automatically determine the minimum value to be satisfied.

本実施形態によれば、設計対象のシステムを構成するバスに係るパラメータ、特にバスのデータ転送帯域に関するパラメータを決定する場合に、当該バスに係るパラメータは以下のように自動的に決定される。すなわち、パラメータ設定部33が、バスに接続する機能モジュールが当該バスに対して要求するデータ転送帯域に基づいて、当該バスに係るパラメータを自動的に決定する。さらに、機能モジュールが追加された場合には、パラメータ設定部33が、バスに接続している複数の機能モジュールが当該バスに対してそれぞれ要求するデータ転送帯域の和に基づいて、バスに係るパラメータを自動的に再決定して変更する。
これにより、自動的にバスに接続される機能モジュールに応じた適切なパラメータを効率良く決定し設定することができる。さらには、設計者自らが、バスに接続する機能モジュールがバスに対して要求するデータ転送帯域等を計算したり、又はシミュレーションを実行しその結果を解析したりする必要はない。
According to the present embodiment, when determining parameters related to a bus constituting the system to be designed, particularly parameters related to the data transfer band of the bus, the parameters related to the bus are automatically determined as follows. That is, the parameter setting unit 33 automatically determines a parameter related to the bus based on the data transfer bandwidth requested by the functional module connected to the bus to the bus. Further, when a functional module is added, the parameter setting unit 33 determines the parameter related to the bus based on the sum of the data transfer bandwidths requested by the plurality of functional modules connected to the bus to the bus. Is automatically re-determined and changed.
Thereby, it is possible to efficiently determine and set appropriate parameters according to the function modules automatically connected to the bus. Furthermore, it is not necessary for the designer himself / herself to calculate the data transfer bandwidth required for the bus by the functional module connected to the bus, or to execute a simulation and analyze the result.

(本発明の他の実施形態)
上述した実施形態の機能を実現するべく各種のデバイスを動作させるように、該各種デバイスと接続された装置又はシステム内のコンピュータに対し、上記実施形態の機能を実現するためのソフトウェアのプログラムコードを供給し、その装置又はシステムのコンピュータ(CPU又はMPU)に格納されたプログラムに従って上記各種デバイスを動作させることによって実施したものも、本発明の範疇に含まれる。
また、この場合、上記ソフトウェアのプログラムコード自体が上述した実施形態の機能を実現することになり、そのプログラムコード自体は本発明を構成する。また、そのプログラムコードをコンピュータに供給するための手段、例えばかかるプログラムコードを格納した記録媒体は本発明を構成する。かかるプログラムコードを記憶する記録媒体としては、例えばフレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、磁気テープ、不揮発性のメモリカード、ROM等を用いることができる。
また、コンピュータが供給されたプログラムコードを実行することにより、上述の実施形態の機能が実現されるだけでなく、そのプログラムコードがコンピュータにおいて稼働しているOS(オペレーティングシステム)又は他のアプリケーションソフト等と共同して上述の実施形態の機能が実現される場合にもかかるプログラムコードは本発明の実施形態に含まれることは言うまでもない。
さらに、供給されたプログラムコードがコンピュータの機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに格納された後、そのプログラムコードの指示に基づいてその機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によって上述した実施形態の機能が実現される場合にも本発明に含まれることは言うまでもない。
(Other embodiments of the present invention)
In order to operate various devices to realize the functions of the above-described embodiments, program codes of software for realizing the functions of the above-described embodiments are provided to a computer in an apparatus or system connected to the various devices. What is implemented by operating the various devices according to a program supplied and stored in a computer (CPU or MPU) of the apparatus or system is also included in the scope of the present invention.
In this case, the program code of the software itself realizes the functions of the above-described embodiments, and the program code itself constitutes the present invention. Further, means for supplying the program code to the computer, for example, a recording medium storing the program code constitutes the present invention. As a recording medium for storing the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.
Further, by executing the program code supplied by the computer, not only the functions of the above-described embodiments are realized, but also the OS (operating system) or other application software in which the program code is running on the computer, etc. It goes without saying that the program code is also included in the embodiment of the present invention even when the functions of the above-described embodiment are realized in cooperation with the embodiment.
Further, after the supplied program code is stored in the memory provided in the function expansion board of the computer or the function expansion unit connected to the computer, the CPU provided in the function expansion board or function expansion unit based on the instruction of the program code Needless to say, the present invention includes the case where the functions of the above-described embodiment are realized by performing part or all of the actual processing.

図4は、本実施形態に示した設計支援システムを実現可能なコンピュータ400のハードウェア構成例を示すブロック図である。
コンピュータ400は、図4に示すように、CPU401と、ROM402と、RAM403と、入力装置であるキーボード(KB)409のキーボードコントローラ(KBC)405と、表示装置であるCRTディスプレイ(CRT)410のCRTコントローラ(CRTC)406と、ハードディスクドライブ(HD)411及びフレキシブルディスクドライブ(FD)412のディスクコントローラ(DKC)407と、ネットワークインタフェースカード(NIC)408とが、システムバス404を介して互いに通信可能に接続された構成としている。
CPU401は、ROM402又はハードディスクドライブ411に記憶されたソフトウェア(プログラム)、又はフレキシブルディスクドライブ412より供給されるソフトウェア(プログラム)を実行することで、システムバス404に接続された各構成部を総括的に制御する。すなわち、CPU401は、プログラムやデータの記録媒体であるROM402、ハードディスクドライブ411、又はフレキシブルディスクドライブ412から処理プログラムを読み出して実行することで、本実施形態での動作を実現するための制御を行う。
RAM403は、CPU401のメインメモリ及びワークエリア等として機能する。
キーボードコントローラ405は、キーボード409や図示していないポインティングデバイス等からの指示入力を制御する。
CRTコントローラ406は、CRT410の表示を制御する。
ディスクコントローラ407は、種々のアプリケーション、ユーザファイル、ネットワーク管理プログラム、及び本実施形態における処理プログラム等を記憶するハードディスクドライブ411及びフレキシブルディスクドライブ412とのアクセスを制御する。
ネットワークインタフェースカード408はネットワーク413上の他の装置と双方向にデータ等をやりとりする。
FIG. 4 is a block diagram illustrating a hardware configuration example of a computer 400 capable of realizing the design support system illustrated in the present embodiment.
4, the computer 400 includes a CPU 401, a ROM 402, a RAM 403, a keyboard controller (KBC) 405 of a keyboard (KB) 409 as an input device, and a CRT of a CRT display (CRT) 410 as a display device. The controller (CRTC) 406, the disk controller (DKC) 407 of the hard disk drive (HD) 411 and the flexible disk drive (FD) 412, and the network interface card (NIC) 408 can communicate with each other via the system bus 404. Connected configuration.
The CPU 401 executes the software (program) stored in the ROM 402 or the hard disk drive 411 or the software (program) supplied from the flexible disk drive 412, so that each component connected to the system bus 404 is comprehensively executed. Control. In other words, the CPU 401 reads out and executes the processing program from the ROM 402, the hard disk drive 411, or the flexible disk drive 412 that is a program or data recording medium, thereby performing control for realizing the operation in the present embodiment.
The RAM 403 functions as a main memory and work area for the CPU 401.
A keyboard controller 405 controls an instruction input from a keyboard 409 or a pointing device (not shown).
A CRT controller 406 controls display of the CRT 410.
The disk controller 407 controls access to the hard disk drive 411 and the flexible disk drive 412 that store various applications, user files, network management programs, processing programs in the present embodiment, and the like.
The network interface card 408 exchanges data and the like bidirectionally with other devices on the network 413.

なお、上記実施形態は、何れも本発明を実施するにあたっての具体化のほんの一例を示したものに過ぎず、これらによって本発明の技術的範囲が限定的に解釈されてはならないものである。すなわち、本発明はその技術思想、またはその主要な特徴から逸脱することなく、様々な形で実施することができる。   The above-described embodiments are merely examples of implementation in carrying out the present invention, and the technical scope of the present invention should not be construed as being limited thereto. That is, the present invention can be implemented in various forms without departing from the technical idea or the main features thereof.

本発明の実施形態における設計支援システムのシステム構成例を示すブロック図である。It is a block diagram which shows the system configuration example of the design support system in embodiment of this invention. 本実施形態におけるブロック図入力画面の一例を示す図である。It is a figure which shows an example of the block diagram input screen in this embodiment. 機能モジュール追加後のブロック図入力画面の例を示す図である。It is a figure which shows the example of the block diagram input screen after a functional module addition. 本実施形態における設計支援システムを実現可能なコンピュータのハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the computer which can implement | achieve the design support system in this embodiment.

符号の説明Explanation of symbols

10 入力装置
20 モジュール情報記憶部
30 設計処理部
31 モジュール選択部
32 接続処理部
33 パラメータ設定部
40 表示制御部
50 表示装置
DESCRIPTION OF SYMBOLS 10 Input device 20 Module information storage part 30 Design processing part 31 Module selection part 32 Connection processing part 33 Parameter setting part 40 Display control part 50 Display apparatus

Claims (8)

バスと、上記バスに接続する機能モジュールとを組み合わせて構成されるシステムの設計支援システムであって、
上記機能モジュールがバスに対して要求する転送帯域を示す機能モジュール情報を上記機能モジュール毎に記憶している記憶手段と、
設計対象のシステムを構成する上記バス及び機能モジュールを選択する選択手段と、
上記選択手段により選択された上記バスに係るパラメータを、上記選択手段により選択された機能モジュールについて上記記憶手段により記憶されている機能モジュール情報に基づいて設定するパラメータ設定手段とを備え、
上記パラメータ設定手段は、バスに接続する機能モジュールが当該バスに対して要求する仕様が満たされるように上記パラメータを決定することを特徴とする設計支援システム。
A system design support system configured by combining a bus and a functional module connected to the bus,
Storage means for storing, for each functional module, functional module information indicating a transfer bandwidth requested by the functional module to the bus;
Selection means for selecting the bus and functional modules constituting the system to be designed;
Parameter setting means for setting the parameter relating to the bus selected by the selection means based on the functional module information stored in the storage means for the functional module selected by the selection means ;
The design support system, wherein the parameter setting means determines the parameters so that a function module connected to the bus satisfies a specification required for the bus.
設計対象のシステムを構成するためにバス及び当該バスに接続する機能モジュールを選択する選択手段と、
上記機能モジュールがバスに対して要求する転送帯域を示す機能モジュール情報を上記機能モジュール毎に記憶している記憶手段と、
上記バスを編集画面上に表示する第1の表示制御手段と、
上記機能モジュールを編集画面上に表示する第2の表示制御手段と、
上記バスに係るパラメータを、当該バスに接続する機能モジュールが動作する際に当該バスに対して要求する転送帯域が満たされるように、上記選択手段により選択された機能モジュールについて上記記憶手段により記憶されている機能モジュール情報に基づいて決定し設定するパラメータ設定手段とを備えることを特徴とする設計支援システム。
Selection means for selecting a bus and functions module to connect to the bus in order to configure the system to be designed,
Storage means for storing, for each functional module, functional module information indicating a transfer bandwidth requested by the functional module to the bus;
First display control means for displaying the bus on the editing screen;
A second display control means for displaying the functional module on the editing screen;
The parameters related to the bus are stored by the storage unit for the functional module selected by the selection unit so that the transfer bandwidth required for the bus is satisfied when the functional module connected to the bus operates. And a parameter setting means for determining and setting based on the functional module information .
上記バスに機能モジュールを接続すると、接続されている機能モジュールに応じて上記バスに係るパラメータを自動的に変更することを特徴とする請求項1又は2に記載の設計支援システム。 3. The design support system according to claim 1, wherein when a functional module is connected to the bus, a parameter related to the bus is automatically changed according to the connected functional module. 上記バスに係るパラメータを、さらに予め設定された制約条件を満たすように決定することを特徴とする請求項1〜の何れか1項に記載の設計支援システム。 The design support system according to any one of claims 1 to 3, wherein a parameter related to the bus is further determined so as to satisfy a preset constraint condition. 上記バスに係るパラメータは、当該バスのデータ信号ビット幅及び動作周波数の少なくとも一方であることを特徴とする請求項1〜の何れか1項に記載の設計支援システム。 The design support system according to any one of claims 1 to 4 , wherein the parameter relating to the bus is at least one of a data signal bit width and an operating frequency of the bus. 機能モジュールがバスに対して要求する転送帯域を示す機能モジュール情報を上記機能モジュール毎に記憶している記憶手段と、選択手段と、パラメータ設定手段とを有する情報処理装置によって、システムの設計支援をする情報処理方法であって、
上記選択手段が、設計対象のシステムを構成するためにバス及び機能モジュールを選択する選択工程と、
上記パラメータ設定手段が、上記選択工程で選択された上記バスに係るパラメータを、上記選択工程で選択された機能モジュールについて上記記憶手段により記憶されている機能モジュール情報に基づいて設定するパラメータ設定工程とを有し、
上記パラメータ設定工程では、バスに接続する機能モジュールが当該バスに対して要求する仕様が満たされるように上記パラメータを決定することを特徴とする情報処理方法。
System design support is provided by an information processing apparatus having storage means, selection means, and parameter setting means for storing, for each functional module, functional module information indicating a transfer bandwidth requested by the functional module to the bus. An information processing method for
It said selection means comprises a selection step of selecting a bus and function modules to configure the system to be designed,
A parameter setting step in which the parameter setting means sets the parameter relating to the bus selected in the selection step based on the functional module information stored in the storage means for the functional module selected in the selection step; Have
In the parameter setting step, an information processing method characterized by functional modules connected to the bus to determine the parameters such specifications required with respect to the bus are satisfied.
請求項6に記載の情報処理方法の各工程をコンピュータに実行させるためのプログラム。 The program for making a computer perform each process of the information processing method of Claim 6 . 請求項7に記載のプログラムを記録したことを特徴とするコンピュータ読み取り可能な記録媒体。 A computer-readable recording medium, wherein the program according to claim 7 is recorded.
JP2005276517A 2005-09-22 2005-09-22 Design support system and information processing method Active JP4764687B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005276517A JP4764687B2 (en) 2005-09-22 2005-09-22 Design support system and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005276517A JP4764687B2 (en) 2005-09-22 2005-09-22 Design support system and information processing method

Publications (3)

Publication Number Publication Date
JP2007087206A JP2007087206A (en) 2007-04-05
JP2007087206A5 JP2007087206A5 (en) 2008-10-23
JP4764687B2 true JP4764687B2 (en) 2011-09-07

Family

ID=37974116

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005276517A Active JP4764687B2 (en) 2005-09-22 2005-09-22 Design support system and information processing method

Country Status (1)

Country Link
JP (1) JP4764687B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8972923B2 (en) * 2011-02-08 2015-03-03 Maxeler Technologies Ltd. Method and apparatus and software code for generating a hardware stream processor design

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006107309A (en) * 2004-10-08 2006-04-20 Seiko Epson Corp Apparatus, system, program and method for supporting bus interface design

Also Published As

Publication number Publication date
JP2007087206A (en) 2007-04-05

Similar Documents

Publication Publication Date Title
JP2954894B2 (en) Integrated circuit design method, database device for integrated circuit design, and integrated circuit design support device
US7603643B2 (en) Method and system for conducting design explorations of an integrated circuit
US7788625B1 (en) Method and apparatus for precharacterizing systems for use in system level design of integrated circuits
US8775986B1 (en) Software debugging of synthesized hardware
JP2002134619A (en) Method for designing integrated circuit, system for designing it, and recording medium
US6901562B2 (en) Adaptable circuit blocks for use in multi-block chip design
JP5029096B2 (en) Power supply noise model generation method and power supply noise model generation apparatus
JP2006285333A (en) Operation composition device and method
US10387584B1 (en) Streaming on hardware-software platforms in model based designs
US20150033197A1 (en) Clustering for processing of circuit design data
JP4764687B2 (en) Design support system and information processing method
JP2004303022A (en) Preprocessor, design system of integrated circuit, and design method of integrated circuit
US10235486B2 (en) Method, apparatus and system for automatically deriving parameters for an interconnect
JP2007249492A (en) Automatic estimation method, device and program
JP2011242825A (en) Program, method and apparatus for calculating power consumption information
US8359557B1 (en) Method and apparatus for generating data bus interface circuitry
JP4603961B2 (en) Design support system and design support method
JP4881769B2 (en) Semiconductor integrated circuit design support apparatus, semiconductor integrated circuit design support method, semiconductor integrated circuit design support program
US20060047492A1 (en) Circuit simulation methods and systems
US7539953B1 (en) Method and apparatus for interfacing instruction processors and logic in an electronic circuit modeling system
JP2000057188A (en) Hardware and software cooperative evaluating device
JP4205525B2 (en) Parallel simulation apparatus and parallel simulation method
CN115857859B (en) Debugging method and device of element module, electronic equipment and storage medium
JP2006079369A (en) Simulation apparatus, and method for generating history of the same
US8473272B1 (en) Analysis of the operation of a reconfigurable system

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080908

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080908

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100629

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100706

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100902

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101116

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: 20110607

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: 20110613

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140617

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4764687

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150