001. build_component

UVMコードのbuild phaseで使います。

sve = sample_sve::type_id::create("sve", this);

と書いていたのを

`build_component(sample_sve,sve)

とできるように。

`define build_component(NAME,INST) \
  INST = NAME::type_id::create(`"INST`", this);