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
e56405c9
Commit
e56405c9
authored
Nov 22, 2020
by
Jialin Li
Browse files
experiments: change config name
parent
0ffe3dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
experiments/pyexps/nopaxos.py
experiments/pyexps/nopaxos.py
+2
-2
No files found.
experiments/pyexps/nopaxos.py
View file @
e56405c9
...
@@ -2,7 +2,7 @@ import modes.experiments as exp
...
@@ -2,7 +2,7 @@ import modes.experiments as exp
import
modes.simulators
as
sim
import
modes.simulators
as
sim
import
modes.nodeconfig
as
node
import
modes.nodeconfig
as
node
host_configs
=
[
'bm'
,
'
emu
'
]
host_configs
=
[
'bm'
,
'
cycle
'
]
seq_configs
=
[
'swseq'
,
'ehseq'
]
seq_configs
=
[
'swseq'
,
'ehseq'
]
experiments
=
[]
experiments
=
[]
...
@@ -16,7 +16,7 @@ for host_config in host_configs:
...
@@ -16,7 +16,7 @@ for host_config in host_configs:
host_class
=
sim
.
QemuHost
host_class
=
sim
.
QemuHost
nic_class
=
sim
.
CorundumBMNIC
nic_class
=
sim
.
CorundumBMNIC
nc_class
=
node
.
CorundumLinuxNode
nc_class
=
node
.
CorundumLinuxNode
elif
host_config
==
'
emu
'
:
elif
host_config
==
'
cycle
'
:
host_class
=
sim
.
Gem5Host
host_class
=
sim
.
Gem5Host
nic_class
=
sim
.
CorundumVerilatorNIC
nic_class
=
sim
.
CorundumVerilatorNIC
nc_class
=
node
.
CorundumLinuxNode
nc_class
=
node
.
CorundumLinuxNode
...
...
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