SyoSil ApS UVM Scoreboard  1.0.3.0
cl_scb_test_ooo_std_dump_orphans_xml.svh
1 /// Dumping orphans to files using XML printout
2 // Does so by setting cl_syoscb_cfg#orphan_dump_type to XML, overriding printer configurations
4  //-------------------------------------
5  // Non randomizable variables
6  //-------------------------------------
7 
8 
9  //-------------------------------------
10  // UVM Macros
11  //-------------------------------------
12  `uvm_component_utils_begin(cl_scb_test_ooo_std_dump_orphans_xml)
13 
14  `uvm_component_utils_end
15 
16  //-------------------------------------
17  // Constructor
18  //-------------------------------------
19  function new(string name = "cl_scb_test_ooo_std_dump_orphans_xml", uvm_component parent = null);
20  super.new(name, parent);
21  endfunction: new
22 
23  //-------------------------------------
24  // Functions
25  //-------------------------------------
26  extern virtual function void pre_build();
27 
28 
30 
31 function void cl_scb_test_ooo_std_dump_orphans_xml::pre_build();
32  super.pre_build();
33 
34  this.syoscb_cfgs.syoscb_cfg[0].set_orphan_dump_type(pk_syoscb::XML);
35 endfunction: pre_build
This test uses the dump_orphans_to_files configuration knob.
Dumping orphans to files using XML printout.

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