SyoSil ApS UVM Scoreboard  1.0.3.0
cl_scb_test_iop_std_sbs_print.svh
1 /// A functional copy of the test seen in cl_scb_test_io_std_sbs_print, shows that miscompare table work for IOP compare.
3  //-------------------------------------
4  // Non randomizable variables
5  //-------------------------------------
6 
7 
8  //-------------------------------------
9  // UVM Macros
10  //-------------------------------------
11  `uvm_component_utils_begin(cl_scb_test_iop_std_sbs_print)
12 
13  `uvm_component_utils_end
14 
15  //-------------------------------------
16  // Constructor
17  //-------------------------------------
18  function new(string name = "cl_scb_test_iop_std_sbs_print", uvm_component parent = null);
19  super.new(name, parent);
20  endfunction: new
21 
22  //-------------------------------------
23  // Functions
24  //-------------------------------------
25  extern virtual function void pre_build();
26 
28 
29 function void cl_scb_test_iop_std_sbs_print::pre_build();
30  super.pre_build();
31 
32  this.syoscb_cfgs.syoscb_cfg[0].set_compare_type(pk_syoscb::SYOSCB_COMPARE_IOP);
33 endfunction: pre_build
Shows a number of different ways that the side-by-side miscompare table can be used.
A functional copy of the test seen in cl_scb_test_io_std_sbs_print, shows that miscompare table work ...

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:37:36
Find a documentation bug? Report bugs to: scoreboard@syosil.com