Searched refs:append (Results 1 - 25 of 198) sorted by relevance

12345678

/gem5/src/dev/arm/
H A DDisplay.py68 timing_node.append(FdtPropertyWords(
70 timing_node.append(FdtPropertyWords(
72 timing_node.append(FdtPropertyWords(
74 timing_node.append(FdtPropertyWords(
76 timing_node.append(FdtPropertyWords(
78 timing_node.append(FdtPropertyWords(
80 timing_node.append(FdtPropertyWords(
82 timing_node.append(FdtPropertyWords(
84 timing_node.append(FdtPropertyWords(
91 dispt_node.append(FdtPropertyWord
[all...]
H A DGic.py156 node.append(gic._state.interruptCellsProperty())
157 node.append(gic._state.addrCellsProperty())
158 node.append(FdtProperty("interrupt-controller"))
170 node.append(FdtPropertyWords("reg", regs))
171 node.append(FdtPropertyWords("interrupts",
194 node.append(FdtProperty("msi-controller"))
195 node.append(FdtPropertyWords("#msi-cells", [1]))
244 node.append(self._state.interruptCellsProperty())
245 node.append(self._state.addrCellsProperty())
246 node.append(sel
[all...]
/gem5/util/minorview/
H A Dparse.py49 accum.append(re.sub('^\((.*)\)', '\\1', elem))
50 ret.append(accum)
53 accum.append(re.sub('^\(', '', elem))
55 accum.append(re.sub('\)$', '', elem))
56 ret.append(accum)
59 accum.append(elem)
61 ret.append([elem])
88 ret.append((name, value))
90 ret.append((name, ''))
102 ret.append((in
[all...]
/gem5/util/cpt_upgraders/
H A Darm-sve.py31 mr.append(0); # Add dummy value for MISCREG_ZCR_EL3
32 mr.append(0); # Add dummy value for MISCREG_ZCR_EL2
33 mr.append(0); # Add dummy value for MISCREG_ZCR_EL12
34 mr.append(0); # Add dummy value for MISCREG_ZCR_EL1
H A Darm-ccregs.py15 items.append(item)
23 ccRegs.append('0') # CCREG_ZERO
/gem5/ext/googletest/googlemock/scripts/
H A Dupload_gmock.py65 cc_list.append(GMOCK_GROUP)
66 upload_py_argv.append(CC_FLAG + ','.join(cc_list))
68 upload_py_argv.append(arg)
71 upload_py_argv.append(CC_FLAG + GMOCK_GROUP)
/gem5/ext/googletest/googletest/scripts/
H A Dupload_gtest.py65 cc_list.append(GTEST_GROUP)
66 upload_py_argv.append(CC_FLAG + ','.join(cc_list))
68 upload_py_argv.append(arg)
71 upload_py_argv.append(CC_FLAG + GTEST_GROUP)
/gem5/src/mem/ruby/network/garnet2.0/
H A DGarnetLink.py69 _nls.append(NetworkLink());
71 _nls.append(NetworkLink());
76 _cls.append(CreditLink());
78 _cls.append(CreditLink());
/gem5/ext/pybind11/tests/
H A Dtest_local_bindings.py72 v1.append(m.LocalType(1))
73 v1.append(m.LocalType(2))
74 v2.append(cm.LocalType(1))
75 v2.append(cm.LocalType(2))
78 v1.append(cm.LocalType(3))
79 v2.append(m.LocalType(3))
85 v3.append(m.NonLocalType(1))
86 v3.append(m.NonLocalType(2))
87 v4.append(m.NonLocal2(3))
88 v4.append(
[all...]
H A Dtest_modules.cpp73 failures.append("Dupe1 class");
77 failures.append("Dupe1 function");
81 failures.append("dupe1_factory");
85 failures.append("Dupe2");
89 failures.append("DupeException1");
93 failures.append("DupeException2");
/gem5/ext/ply/example/yply/
H A Dyparse.py52 tokenlist.append(i)
54 preclist.append(('left',) + tuple(p[3]))
56 preclist.append(('right',) + tuple(p[3]))
58 preclist.append(('nonassoc',)+ tuple(p[3]))
78 p[1].append(p[3])
136 prod.append(embed_name)
137 embedded.append((embed_name,item))
140 prod.append(item)
183 p[0].append(p[3])
195 p[1].append(
[all...]
/gem5/util/batch/
H A Dbatch.py119 self.cmd.append('-p"%s"' % self.properties )
122 self.cmd.append('-q "%s"' % self.queue)
125 self.cmd.append('-l walltime=%s' % self.walltime)
133 self.cmd.append(self.script)
184 self.cmd.append(arg)
187 self.cmd.append('-h')
190 self.cmd.append('-olocalhost:' + self.stdout)
193 self.cmd.append('-koe')
195 self.cmd.append('-ko')
197 self.cmd.append('
[all...]
/gem5/util/streamline/
H A Dm5stats2streamline.py212 ret.append(b)
223 ret.append(x & 0x7f)
225 ret.append((x | 0x80) & 0xff)
226 ret.append((x >> 7) & 0x7f)
228 ret.append((x | 0x80) & 0xff)
229 ret.append(((x >> 7) | 0x80) & 0xff)
230 ret.append((x >> 14) & 0x7f)
232 ret.append((x | 0x80) & 0xff)
233 ret.append(((x >> 7) | 0x80) & 0xff)
234 ret.append(((
[all...]
/gem5/util/tlm/
H A DSConstruct79 sys.path.append(gem5_root + '/src/python')
89 deps.append(File('build/systemc/libsystemc' + shlibsuffix))
90 deps.append(File(os.path.join(gem5_root, 'build', gem5_arch,
/gem5/util/plot_dram/
H A Ddram_lat_mem_rd_plot.py80 ranges.append(int(line) / 1024)
99 raw_rd_lat.append(float(match.groups(0)[0]) / 1000)
109 filtered_rd_lat.append(l)
115 rd_lat.append(filtered_rd_lat[i::iterations])
139 xticks_labels.append('%d kB' % x)
141 xticks_labels.append('%d MB' % (x / 1024))
/gem5/util/pbs/
H A Dpbs.py117 self.cmd.append(arg)
120 self.cmd.append('-h')
123 self.cmd.append('-olocalhost:' + self.stdout)
126 self.cmd.append('-koe')
128 self.cmd.append('-ko')
130 self.cmd.append('-ke')
132 self.cmd.append('-kn')
135 self.cmd.append('-joe')
138 self.cmd.append('-lnodes=' + self.node_type)
143 flags.append('
[all...]
/gem5/configs/topologies/
H A DMeshDirCorners_XY.py68 cache_nodes.append(node)
70 dir_nodes.append(node)
72 dma_nodes.append(node)
98 ext_links.append(ExtLink(link_id=link_count, ext_node=n,
109 numa_nodes[0].append(i)
112 numa_nodes[1].append(i)
115 numa_nodes[2].append(i)
117 numa_nodes[3].append(i)
125 ext_links.append(ExtLink(link_id=link_count, ext_node=dir_nodes[0],
129 ext_links.append(ExtLin
[all...]
/gem5/ext/googletest/googlemock/scripts/generator/
H A Dgmock_gen.py26 sys.path.append(os.path.dirname(__file__))
/gem5/src/mem/ruby/network/simple/
H A DSimpleNetwork.py53 network_buffers.append(MessageBuffer(ordered = True))
54 network_buffers.append(MessageBuffer(ordered = True))
65 router_buffers.append(MessageBuffer(ordered = True))
72 router_buffers.append(MessageBuffer(ordered = True))
/gem5/src/unittest/
H A Dgenini.py36 sys.path.append(joinpath(mypath, '..'))
37 sys.path.append(joinpath(mypath, '../python'))
38 sys.path.append(joinpath(mypath, '../util/pbs'))
58 pathlist.append(arg)
/gem5/tests/gem5/
H A Dsuite.py100 tests.append(gem5_execution)
105 tests.append(verifier.instantiate_test(_name))
113 _fixtures.append(Gem5Fixture(isa, opt, protocol))
114 _fixtures.append(tempdir)
115 _fixtures.append(gem5_returncode)
119 testsuites.append(TestSuite(
161 command.append(config)
/gem5/src/sim/power/
H A DThermalModel.py132 self._capacitors.append( (cap, node1, node2) )
133 self._parent.thermal_components.append(cap)
138 self._resistors.append( (res, node1, node2) )
139 self._parent.thermal_components.append(res)
144 self._references.append( (ref, node) )
145 self._parent.thermal_components.append(ref)
150 self._domains.append( (dom, node) )
156 self._nodes.append(node)
157 self._parent.thermal_components.append(node)
/gem5/src/mem/slicc/ast/
H A DInPortDeclAST.py73 param_types.append(type)
80 param_types.append(type)
83 param_types.append(machine.EntryType)
85 param_types.append(machine.TBEType)
108 param_types.append(type)
115 param_types.append(type)
/gem5/src/arch/arm/
H A DArmSystem.py110 node.append(FdtPropertyStrings("device_type", ["memory"]))
111 node.append(FdtPropertyWords("reg",
117 root.append(state.addrCellsProperty())
118 root.append(state.sizeCellsProperty())
122 root.append(generateMemNode(mem_range))
130 root.append(node)
/gem5/ext/ply/doc/
H A Dmakedoc.py81 result.append("@INDEX@")
93 result.append("")
94 result.append("")
103 result.append("""<H2><a name="%s"></a>%d. %s</H2>""" % (headingname,section, prevheadingtext))
126 result.append("""<H3><a name="%s"></a>%d.%d %s</H3>""" % (headingname,section, subsection, prevheadingtext))
146 result.append("""<H4><a name="%s"></a>%d.%d.%d %s</H4>""" % (headingname,section, subsection, subsubsection, prevheadingtext))
162 result.append("""<H5><a name="%s"></a>%d.%d.%d.%d %s</H5>""" % (headingname,section, subsection, subsubsection, subsubsubsection, prevheadingtext))
171 result.append(s)

Completed in 28 milliseconds

12345678