Vengineerの妄想(準備期間)

人生は短いけど、長いです。人生を楽しみましょう!

2008-01-11から1日間の記事一覧

OVM : URM(BFM, Driver, Monitor Class)との対応

Verification Engineerの戯言 URM:BFM, Driver, Monitor Classの各クラスは、OVMではsrc/compatibility/urm_meth_compatibility.svhで次のように定義しています。 typedef ovm_driver urm_bfm; typedef ovm_sequencer urm_driver; typedef ovm_monitor urm_…

OVM : Report機能

Verification Engineerの戯言 Report機能は、AVMを継承しています。 AVMでのReport機能では、次の4つの関数を使うことで対応します。 function void avm_report_message( string id, string message, int verosity, ... ); function void avm_report_warning…

OVM : ovm_threaded_component

Verification Engineerの戯言 ovm_threaded_componentクラスは、AVMのavm_threaded_componentクラスに対応します。 リファレンスマニュアルのovm_threaded_componentクラスの説明では、 virtual class ovm_threaded_component extends ovm_component; functi…