SyoSil ApS UVM Scoreboard  1.0.3.0
cl_tb_cmp_a_f_seq_item.svh
1 /// An "a" type item which used a field macros instead of manually implementing do_compare
2 class cl_tb_cmp_a_f_seq_item #(type T = cl_tb_seq_item) extends cl_tb_cmp_seq_item_base #(T);
3  //-------------------------------------
4  // UVM Macros
5  //-------------------------------------
6  `uvm_object_param_utils_begin(cl_tb_cmp_a_f_seq_item#(T))
7  `uvm_field_int(ival, UVM_ALL_ON)
8  `uvm_field_object(iobj, UVM_ALL_ON)
9  `uvm_field_array_int(ivals, UVM_ALL_ON)
10  `uvm_field_array_object(iobjs, UVM_ALL_ON)
11  `uvm_object_utils_end
12 
13  //-------------------------------------
14  // Constructor
15  //-------------------------------------
16  function new(string name = "cl_tb_cmp_a_f_seq_item");
17  super.new(name);
18  endfunction: new
19 
20 
21 endclass
A sequence item to be used in cmp-tests extending from cl_scb_test_cmp_base.
An "a" type item which used a field macros instead of manually implementing do_compare.

Project: SyoSil ApS UVM Scoreboard, Revision: 1.0.3.0

Copyright 2014-2022 SyoSil ApS
All Rights Reserved Worldwide

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
doxygen
Doxygen Version: 1.8.14
Generated with IDV SV Filter Version: 2.6.3
Fri Sep 2 2022 14:40:14
Find a documentation bug? Report bugs to: scoreboard@syosil.com