-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci skip] Fix for issue #311: Make an StatisticInstance report refere…
…nce (#456) * Major cleanup on SI; deleted dead file; added failing test * Moved more Report code to source; removed duplicate pragma once * Moved stuff around to support SI injection * Added awareness of previous SIs * Finished the self-referring SI impl and testing * Re-render conda environment A note: After the ravamped design of SI, this added a new seg fault. In a nutshell, vector reference won't work. Didn't realize that the vector of SIs would grow AFTER passing these objects to sub reports. e876f58
- Loading branch information
knute-sifive
committed
Nov 27, 2023
0 parents
commit cc87b8f
Showing
7,755 changed files
with
597,000 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=11"/> | ||
<meta name="generator" content="Doxygen 1.9.5"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<title>The Sparta Modeling Framework: /github/workspace/sparta/sparta/memory/AddressTypes.hpp Source File</title> | ||
<link href="tabs.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<link href="navtree.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="resize.js"></script> | ||
<script type="text/javascript" src="navtreedata.js"></script> | ||
<script type="text/javascript" src="navtree.js"></script> | ||
<link href="search/search.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="search/searchdata.js"></script> | ||
<script type="text/javascript" src="search/search.js"></script> | ||
<link href="doxygen.css" rel="stylesheet" type="text/css" /> | ||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr id="projectrow"> | ||
<td id="projectalign"> | ||
<div id="projectname">The Sparta Modeling Framework | ||
</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.9.5 --> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
var searchBox = new SearchBox("searchBox", "search/",'.html'); | ||
/* @license-end */ | ||
</script> | ||
<script type="text/javascript" src="menudata.js"></script> | ||
<script type="text/javascript" src="menu.js"></script> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function() { | ||
initMenu('',true,false,'search.php','Search'); | ||
$(document).ready(function() { init_search(); }); | ||
}); | ||
/* @license-end */ | ||
</script> | ||
<div id="main-nav"></div> | ||
</div><!-- top --> | ||
<div id="side-nav" class="ui-resizable side-nav-resizable"> | ||
<div id="nav-tree"> | ||
<div id="nav-tree-contents"> | ||
<div id="nav-sync" class="sync"></div> | ||
</div> | ||
</div> | ||
<div id="splitbar" style="-moz-user-select:none;" | ||
class="ui-resizable-handle"> | ||
</div> | ||
</div> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(document).ready(function(){initNavTree('AddressTypes_8hpp_source.html',''); initResizable(); }); | ||
/* @license-end */ | ||
</script> | ||
<div id="doc-content"> | ||
<!-- window showing the filter options --> | ||
<div id="MSearchSelectWindow" | ||
onmouseover="return searchBox.OnSearchSelectShow()" | ||
onmouseout="return searchBox.OnSearchSelectHide()" | ||
onkeydown="return searchBox.OnSearchSelectKey(event)"> | ||
</div> | ||
|
||
<!-- iframe showing the search results (closed by default) --> | ||
<div id="MSearchResultsWindow"> | ||
<div id="MSearchResults"> | ||
<div class="SRPage"> | ||
<div id="SRIndex"> | ||
<div id="SRResults"></div> | ||
<div class="SRStatus" id="Loading">Loading...</div> | ||
<div class="SRStatus" id="Searching">Searching...</div> | ||
<div class="SRStatus" id="NoMatches">No Matches</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="header"> | ||
<div class="headertitle"><div class="title">AddressTypes.hpp</div></div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span> </div> | ||
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#pragma once</span></div> | ||
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div> | ||
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include <inttypes.h></span></div> | ||
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div> | ||
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacesparta.html">sparta</a></div> | ||
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span>{</div> | ||
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div> | ||
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="namespacesparta_1_1memory.html"> 18</a></span> <span class="keyword">namespace </span>memory</div> | ||
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> {</div> | ||
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="namespacesparta_1_1memory.html#abf087efa080d7cc51647e4920b42a401"> 24</a></span> <span class="keyword">typedef</span> uint64_t <a class="code hl_typedef" href="namespacesparta_1_1memory.html#abf087efa080d7cc51647e4920b42a401">addr_t</a>;</div> | ||
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> }</div> | ||
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span>}</div> | ||
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div> | ||
<div class="ttc" id="anamespacesparta_1_1memory_html_abf087efa080d7cc51647e4920b42a401"><div class="ttname"><a href="namespacesparta_1_1memory.html#abf087efa080d7cc51647e4920b42a401">sparta::memory::addr_t</a></div><div class="ttdeci">uint64_t addr_t</div><div class="ttdoc">Type for generic address representation in generic interfaces, errors and printouts within SPARTA.</div><div class="ttdef"><b>Definition:</b> <a href="AddressTypes_8hpp_source.html#l00024">AddressTypes.hpp:24</a></div></div> | ||
<div class="ttc" id="anamespacesparta_html"><div class="ttname"><a href="namespacesparta.html">sparta</a></div><div class="ttdoc">Macros for handling exponential backoff.</div><div class="ttdef"><b>Definition:</b> <a href="AppTriggers_8hpp_source.html#l00022">AppTriggers.hpp:22</a></div></div> | ||
</div><!-- fragment --></div><!-- contents --> | ||
</div><!-- doc-content --> | ||
<!-- start footer part --> | ||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> | ||
<ul> | ||
<li class="navelem"><a class="el" href="dir_8b51add0bc6ff831487a715a42aa15b5.html">sparta</a></li><li class="navelem"><a class="el" href="dir_0bb6ef4f907893969cd995f358275e60.html">memory</a></li><li class="navelem"><b>AddressTypes.hpp</b></li> | ||
<li class="footer">Generated on Mon Nov 27 2023 19:21:58 for The Sparta Modeling Framework by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5 </li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.