blob: d3903789c8826885a22f453b966a6b7136976bb5 [file] [log] [blame]
<html><head><title>Resources</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script></head><body class="FramedContentPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
<!-- Generated by Natural Docs, version Development Release 01-12-2008 (1.35 base) -->
<!-- http://www.naturaldocs.org -->
<!-- saved from url=(0026)http://www.naturaldocs.org -->
<!--TOP - START OF CONTENT-->
<div id=Content>
<!--CONTENT index=0 -->
<div class="CSection"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="Resources" href="../../../../src/base/uvm_resource.svh">Resources</a></h1><div class=CBody>
<!--START_ND_SUMMARY index=0-->
<div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable>
<!-- index=0 -->
<tr class="SMain"><td colspan=2 class=SEntry><a href="#Resources" >Resources</a></td></tr>
<tr class=SMain><td colspan=2 class=SWideDescription></td></tr></table></div></div><!--END_ND_SUMMARY-->
</div></div></div>
<!--CONTENT index=1 -->
<div class="CClass"><div class=CTopic><h2 class=CTitle><a name="uvm_resource#(T)" href="../../../../src/base/uvm_resource.svh">uvm_resource #(T)</a></h2><div class=CBody><p>Implementation of uvm_resource#(T) as defined in section C.2.5.1 of 1800.2-2017.</p>
<!--START_ND_SUMMARY index=1-->
<div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable>
<!-- index=1 -->
<tr class="SClass"><td colspan=2 class=SEntry><a href="#uvm_resource#(T)" >uvm_resource #(T)</a></td></tr>
<tr class=SMain><td colspan=2 class=SWideDescription>Implementation of uvm_resource#(T) as defined in section C.2.5.1 of 1800.2-2017.</td></tr>
<!-- index=2 -->
<tr class="SGroup SIndent1"><td class=SEntry><a href="#uvm_resource#(T).Methods" >Methods</a></td><td class=SDescription></td></tr>
<!-- index=3 -->
<tr class="SMethod SIndent2"><td class=SEntry><a href="#uvm_resource#(T).read" >read</a></td><td class=SDescription></td></tr>
<!-- index=4 -->
<tr class="SMethod SIndent2"><td class=SEntry><a href="#uvm_resource#(T).write" >write</a></td><td class=SDescription></td></tr></table></div></div><!--END_ND_SUMMARY-->
</div></div></div>
<!--CONTENT index=2 -->
<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="uvm_resource#(T).Methods" href="../../../../src/base/uvm_resource.svh">Methods</a></h3></div></div>
<!--CONTENT index=3 -->
<div class="CMethod"><div class=CTopic><h3 class=CTitle><a name="uvm_resource#(T).read" href="../../../../src/base/uvm_resource.svh">read</a></h3><div class=CBody><blockquote><pre>function T read(uvm_object accessor = null);</pre></blockquote><p>This function is the implementation of the uvm_resource#(T)::read method detailed in IEEE1800.2-2017 section C.2.5.4.1</p><p>It calls uvm_resource_base::record_read_access before returning the value.</p><p>@uvm-accellera The details of this API are specific to the Accellera implementation, and are not being considered for contribution to 1800.2</p></div></div></div>
<!--CONTENT index=4 -->
<div class="CMethod"><div class=CTopic><h3 class=CTitle><a name="uvm_resource#(T).write" href="../../../../src/base/uvm_resource.svh">write</a></h3><div class=CBody><blockquote><pre>function void write(T t, uvm_object accessor = null);</pre></blockquote><p>This function is the implementation of the uvm_resource#(T)::write method detailed in IEEE1800.2-2017 section C.2.5.4.2</p><p>It calls uvm_resource_base::record_write_access before writing the value.</p><p>@uvm-accellera The details of this API are specific to the Accellera implementation, and are not being considered for contribution to 1800.2</p></div></div></div>
</div><!--Content-->
<!--START_ND_TOOLTIPS-->
<!--END_ND_TOOLTIPS-->
<script language=JavaScript><!--
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>