Vengineerの妄想(準備期間)

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

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

vmm_vxc_managerクラスの実装(その5)

Verification Engineerの戯言 // Iterate over every command in the file and process it begin while (this.get_next_cmd()) begin this.process_cmd(); end end のprocess_cmd関数は、次のように定義されています。 function bit vmm_xvc_manager::proces…