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
2d93df93
Commit
2d93df93
authored
Aug 13, 2023
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
Sep 04, 2023
Browse files
simulators.py: remove redecleration of inherited attributes for `MemDevSim` and `NetMemSim`
parent
ae372841
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
experiments/simbricks/orchestration/simulators.py
experiments/simbricks/orchestration/simulators.py
+0
-9
No files found.
experiments/simbricks/orchestration/simulators.py
View file @
2d93df93
...
...
@@ -232,10 +232,6 @@ class MemDevSim(NICSim):
def
__init__
(
self
):
super
().
__init__
()
self
.
name
=
''
self
.
sync_mode
=
0
self
.
start_tick
=
0
self
.
sync_period
=
500
self
.
mem_latency
=
500
self
.
addr
=
0xe000000000000000
self
.
size
=
1024
*
1024
*
1024
# 1GB
...
...
@@ -257,11 +253,6 @@ class NetMemSim(NICSim):
def
__init__
(
self
):
super
().
__init__
()
self
.
name
=
''
self
.
sync_mode
=
0
self
.
start_tick
=
0
self
.
sync_period
=
500
self
.
eth_latency
=
500
self
.
addr
=
0xe000000000000000
self
.
size
=
1024
*
1024
*
1024
# 1GB
self
.
as_id
=
0
...
...
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