Verification Engineerの戯言
OVM 2.0でDeprecatedになったのは、(deprecated.txtから)
・クラス関連 ・ovm_threaded_component (ovm_componentへ。確か、予告されていたなー) ・ovm_sequence_item::set_parent_seq/get_parent_seq (代わりは、set_parent_sequence/get_parent_sequence) ・ovm_sequence_item::pre_do/body/mid_do/post_do wait_for_grant/send_request/wait_for_item_done (ovm_sequence_baseに移動) ・ovm_sequencer_base::start_sequence (ovm_sequence_base.startへ) ・ovm_seq_prod_if/ovm_seq_cons_if/ovm_seq_item_prod_if/ovm_seq_item_cons_if (ovm_seq_item_pull_port#/ovm_seq_item_pull_export#に) ・virtual_sequencerでの起動 (sequencerから直接起動) ・ovm_scenario/ovm_scenario_controller/ovm_scenario_driver (シーケンサに統合) ・その他、メソッドなど詳細は、deprecated.txtを参照してください。
検証、Verification、SystemVerilog、OVM、Open Verification Methodology