-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNeurerConfig_8h_source.html
More file actions
205 lines (203 loc) · 17.8 KB
/
Copy pathNeurerConfig_8h_source.html
File metadata and controls
205 lines (203 loc) · 17.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>TAC V0.0.4 @ 2021.04.07: NeurerConfig.h 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>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="TACdoxy.css" rel="stylesheet" type="text/css">
<!-- -->
<script type="text/javascript" src="TAC_navtree_hacks.js"></script>
</head>
<body>
<div style="background:#FFDDDD;font-size:120%;text-align:center;margin:0;padding:5px">Please, help us to better know about our user community by answering the following short survey: <a href="https://forms.gle/wpyrxWi18ox9Z5ae9">https://forms.gle/wpyrxWi18ox9Z5ae9</a></div>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="TAC_Logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname"><a href="https://jvegh@bitbucket.org/jvegh/timeawarecomputingsimulator">TAC V0.0.4 @ 2021.04.07</a>
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
</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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('NeurerConfig_8h_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">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">NeurerConfig.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="NeurerConfig_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// The configured options and settings for SystemC developments</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Will be used to configure Main_File/include/Config.h in all subdirs</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"></span><span class="comment">// The user-configurable part</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">// Define if want to simulate biological neurons</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>  </div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#define BIOLOGICAL_NEURON true</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  </div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#if BIOLOGICAL_NEURON</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor"> #define USE_INDIVIDUAL_RESTING_POTENTIAL false // If to use individual resting potential neurons</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor"> #define RESTING_POTENTIAL -70000 // The value of resting potential, in uV</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor"> #define MEMBRANE_POTENTIAL_TOLERANCE 1000 // The value is within tolerance level to resting potential</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor"> #define MEMBRANE_THRESHOLD RESTING_POTENTIAL + 20000; //Threshold is at -50 mV</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#endif // of BIOLOGICAL_NEURON</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">// !!</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment">// Do not edit below this line until you know waht you are doing</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment">// !!</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment">// Take over basic configuration</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "<a class="code" href="ProcConfig_8h.html">ProcConfig.h</a>"</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment">// List names of .ini files</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#undef INI_FILES</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#define INI_FILES "Simulator Neurons"</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="comment">// List keywords legal in 'Simulator.ini'</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#undef INI_SIMULATOR_KEYWORDS</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#define INI_SIMULATOR_KEYWORDS "Version"</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="comment">// List</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#define INI_NEURON_KEYWORDS "Version"</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment">// For the biology, redefine time resolution and clock rate</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="comment">// Resolution of time and clock frequency</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="preprocessor">#undef SCTIME_RESOLUTION</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="preprocessor">#define SCTIME_RESOLUTION 10,sc_core::SC_US</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#define NEURER_LEAKING_TIME 10</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="comment">// Gates operating time</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment">//#define SCTIME_GATE sc_time(20,sc_core::SC_PS)</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment">// Frequency of the system clock</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor">#undef SCTIME_CLOCKTIME</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#define SCTIME_CLOCKTIME sc_time(100,sc_core::SC_US)</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="comment">// In many operations, THOUSAND is used to calculate</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="comment">// making multiply/divide, it is much faster to use 2^n value; the difference is only 2%</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="comment">// If it matters, change it to 1000</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="preprocessor">#define THOUSAND 1024</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="comment">// Cellular constants assumed</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="comment">// http://www.columbia.edu/cu/biology/courses/w3004/Lecture5.pdf</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="comment">//#define SPECIFIC_RESISTANCE_TIMES_CM2 2000 // Ohm/cm^2</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="comment">//#define SPECIFIC_RESISTANCE_TIMES_u2 2e11 // Ohm/u^2</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="comment">//#define SPECIFIC_CAPACITANCE_PRO_CM2 1e-6 // F/cm^2</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="comment">//#define SPECIFIC_CAPACITANCE_PRO_u2 1e-14 // F/u^2</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="comment">//#define NEURON_AREA 25 // u^2</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="comment">//#define RC_TIME SPECIFIC_RESISTANCE_TIMES_u2*SPECIFIC_CAPACITANCE_PRO_u2 = 2ms</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="comment">// So, the actual values used here are</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor">#define SPECIFIC_RESISTANCE_TIMES_u2 5e11 // Ohm/u^2</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="preprocessor">#define SPECIFIC_CAPACITANCE_PRO_u2 4e-14 // F/u^2</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor">#define NEURON_CURRENT_UNIT 1e-12 // pA</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor">#define NEURON_VOLTAGE_UNIT 1e-6 // uV</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="preprocessor">#define NEURON_TIME_UNIT 1e-6 // us</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor">#define NEURON_RC_CONSTANT SPECIFIC_RESISTANCE_TIMES_u2*SPECIFIC_CAPACITANCE_PRO_u2 // 20 msec</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="preprocessor">#define NEURON_RESISTANCE_MOHM NEURON_AREA*SPECIFIC_RESISTANCE_PRO_u2*1e-6 //MOhm</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="preprocessor">#define SPECIFIC_CAPACITANCE_PRO_CM2 1e-6 // F/cm^2</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="preprocessor">#define SYNAPTIC_CURRENT_CRITICAL 30000 // in 1e-12A = pA</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="preprocessor">#define NEURON_CURRENT_INTEGRATION_STEP_MIN 500 // in usec</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="comment">//#define SPECIFIC_CAPACITANCE_PRO_u2 1e-14 // F/u^2</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="comment">//#define RC_TIME SPECIFIC_RESISTANCE_TIMES_u2*SPECIFIC_CAPACITANCE_PRO_u2 //</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  </div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="comment">// With these constants, the oscillation time is cca 2 ms</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="comment">//#define NEURON_CAPACITANCE NEURON_AREA*SPECIFIC_CAPACITANCE_PRO_u2</span></div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="comment">//#define NEURON_RESISTANCE SPECIFIC_RESISTANCE_TIMES_u2/NEURON_AREA</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="comment">//#define RC NEURON_RESISTANCE*NEURON_CAPACITANCE</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  </div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  </div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="comment">// Operational characteristics</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="preprocessor">#define SC_NEURER_ID_TYPE SC_CORE_ID_TYPE </span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="preprocessor">#define MAX_NUMBER_OF_NEURERS CORE_GRID_SIZE_X*CORE_GRID_SIZE_Y*MAX_HTHREADS</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aProcConfig_8h_html"><div class="ttname"><a href="ProcConfig_8h.html">ProcConfig.h</a></div><div class="ttdoc">Configuration information for the EMPA processor.</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_e05d7e2b1ecd646af5bb94391405f3b5.html">modules</a></li><li class="navelem"><a class="el" href="dir_7be0a3fe48fd35cfcc1704e6e19161b4.html">NEURER</a></li><li class="navelem"><a class="el" href="dir_1f1f812f35fcbc75a32af3eac0b92e65.html">include</a></li><li class="navelem"><a class="el" href="NeurerConfig_8h.html">NeurerConfig.h</a></li>
<li class="footer">Generated on Wed Apr 7 2021 15:24:23 for TAC V0.0.4 @ 2021.04.07 by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
</html>