SyoSil ApS UVM Scoreboard  1.0.3.0
cl_scb_test_io_2hp_std_simple.svh
1 /// Simple IO-2HP compare test using the function based API
3  //-------------------------------------
4  // UVM Macros
5  //-------------------------------------
6  `uvm_component_utils(cl_scb_test_io_2hp_std_simple)
7 
8  //-------------------------------------
9  // Constructor
10  //-------------------------------------
11  extern function new(string name = "cl_scb_test_io_2hp_std_simple", uvm_component parent = null);
12  extern virtual function void pre_build();
13  //-------------------------------------
14  // UVM Phase methods
15  //-------------------------------------
16 
18 
19 function cl_scb_test_io_2hp_std_simple::new(string name = "cl_scb_test_io_2hp_std_simple",
20  uvm_component parent = null);
21  super.new(name, parent);
22 endfunction : new
23 
24 function void cl_scb_test_io_2hp_std_simple::pre_build();
25  super.pre_build();
26 
27  this.syoscb_cfgs.syoscb_cfg[0].set_compare_type(pk_syoscb::SYOSCB_COMPARE_IO2HP);
28 endfunction : pre_build
Simple IO compare test using the function based API.
Simple IO-2HP compare test using the function based API.

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