Vengineerの妄想(準備期間)

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

nSys : SNUG Taiwan 2007の論文

Verification Engineerの戯言

nSys(http://www.nsysinc.com/)がSNUG Taiwan 2007(http://www.snug-universal.org/cgi-bin/search/search.cgi?Taiwan,+2007)での論文を公開しています。

Migrating Legacy Bus Functional Models to VMM Environment
http://www.nsysinc.com/nsys_SNUG_taipei07.pdf

お題は、Verilog AXI BFMをVMM環境に移植するというもの。

ちょっと気になったのは、Figure 8のnew関数において、

mst_xact_if = mast_xact_if;
mst_xchg_if = mast_xchg_if;
new_in_chan = in_chan;

は、

this.mst_xact_if = mast_xact_if;
this.mst_xchg_if = mast_xchg_if;
in_chan = new_in_chan;

だと思うのですが、、、、

検証、Verification、SystemVerilog、VMM、Verification Methodology Manual