[source]

Class uvm_pkg::uvm_built_in_comp

CLASS

uvm_built_in_comp #(T)

This policy class is used to compare built-in types.

Provides a comp method that compares the built-in type, T, for which the == operator is defined.

Parameters

Name

Default value

Description

T

int

Functions

comp(int a, int b)
Parameters:
  • a (int)

  • b (int)