cl_syoscb_cfg_pl.svh

Go to the documentation of this file.
00001 class cl_syoscb_cfg_pl extends uvm_object;
00002    string list[];
00003 
00004    `uvm_object_utils_begin(cl_syoscb_cfg_pl)
00005      `uvm_field_array_string(list, UVM_DEFAULT)
00006    `uvm_object_utils_end
00007 
00008    extern function new(string name = "cl_syoscb_cfg_pl");
00009    extern function void set_list(string list[]);
00010 
00011 endclass : cl_syoscb_cfg_pl
00012 
00013 function cl_syoscb_cfg_pl::new(string name = "cl_syoscb_cfg_pl");
00014    super.new(name);
00015 endfunction : new
00016 
00017 function void cl_syoscb_cfg_pl::set_list(string list[]);
00018    this.list = list;
00019 endfunction: set_list
 All Classes Namespaces Files Functions Variables

Project: SyoSil ApS UVM Scoreboard, Revision: 1.0.0.1
Copyright 2014 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.6.1
IDV SV Filter Version: 2.6.2
Mon Nov 24 09:24:22 2014
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV