Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
ca9ccfbb
Commit
ca9ccfbb
authored
Jun 10, 2022
by
Hejing Li
Browse files
ae: determ.py add gem5 debug flags option
parent
53fa8c2d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
experiments/pyexps/ae/determ.py
experiments/pyexps/ae/determ.py
+2
-0
No files found.
experiments/pyexps/ae/determ.py
View file @
ca9ccfbb
...
@@ -52,6 +52,7 @@ servers = create_basic_hosts(e, 1, 'server', net, nic_class, host_class,
...
@@ -52,6 +52,7 @@ servers = create_basic_hosts(e, 1, 'server', net, nic_class, host_class,
servers
[
0
].
node_config
.
nockp
=
1
servers
[
0
].
node_config
.
nockp
=
1
servers
[
0
].
cpu_freq
=
'3GHz'
servers
[
0
].
cpu_freq
=
'3GHz'
servers
[
0
].
extra_main_args
=
[
'--debug-flags=SimBricksSync,SimBricksPci,SimBricksEthernet'
]
# create a host
# create a host
clients
=
create_basic_hosts
(
e
,
1
,
'client'
,
net
,
nic_class
,
host_class
,
clients
=
create_basic_hosts
(
e
,
1
,
'client'
,
net
,
nic_class
,
host_class
,
nc_class
,
node
.
IperfUDPShortClient
,
ip_start
=
2
)
nc_class
,
node
.
IperfUDPShortClient
,
ip_start
=
2
)
...
@@ -62,6 +63,7 @@ clients[0].node_config.cores = num_cores
...
@@ -62,6 +63,7 @@ clients[0].node_config.cores = num_cores
clients
[
0
].
node_config
.
app
.
is_sleep
=
1
clients
[
0
].
node_config
.
app
.
is_sleep
=
1
clients
[
0
].
node_config
.
nockp
=
1
clients
[
0
].
node_config
.
nockp
=
1
clients
[
0
].
node_config
.
app
.
is_last
=
True
clients
[
0
].
node_config
.
app
.
is_last
=
True
clients
[
0
].
extra_main_args
=
[
'--debug-flags=SimBricksSync,SimBricksPci,SimBricksEthernet'
]
clients
[
0
].
wait
=
True
clients
[
0
].
wait
=
True
print
(
e
.
name
)
print
(
e
.
name
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment