SyoSil ApS UVM Scoreboard  1.0.3.0
cl_syoscb_proxy_item_std.svh
1 /// Proxy item implementation for standard queues.
2 /// Contains the index in the queue at which the item is located.
4  //-------------------------------------
5  // Non randomizable variables
6  //-------------------------------------
7  /// Position in the queue
8  int unsigned idx;
9 
10  //-------------------------------------
11  // UVM Macros
12  //-------------------------------------
13  `uvm_object_utils_begin(cl_syoscb_proxy_item_std)
14  `uvm_field_int(idx, UVM_DEFAULT | UVM_DEC)
15  `uvm_object_utils_end
16 
17  //-------------------------------------
18  // Constructor
19  //-------------------------------------
20  extern function new(string name = "cl_syoscb_proxy_item_std");
21 
23 
24 function cl_syoscb_proxy_item_std::new(string name = "cl_syoscb_proxy_item_std");
25  super.new(name);
26 endfunction : new
Base class for all proxy items.
int unsigned idx
Position in the queue.
Proxy item implementation for standard queues.

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