選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
12345678 |
- class axi_sqr extends uvm_sequencer #(axi_tx);
- `uvm_component_utils(axi_sqr)
- `NEW_COMP
- function void build_phase(uvm_phase phase);
- super.build_phase (phase);
- endfunction
-
- endclass
|