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
ceb7e071
Commit
ceb7e071
authored
Apr 29, 2021
by
Hejing Li
Browse files
simulators.py: fix path
parent
34295850
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
experiments/simbricks/simulators.py
experiments/simbricks/simulators.py
+3
-3
No files found.
experiments/simbricks/simulators.py
View file @
ceb7e071
...
@@ -223,16 +223,16 @@ class CorundumVerilatorNIC(NICSim):
...
@@ -223,16 +223,16 @@ class CorundumVerilatorNIC(NICSim):
return
512
return
512
def
run_cmd
(
self
,
env
):
def
run_cmd
(
self
,
env
):
return
self
.
basic_run_cmd
(
env
,
'
sims/nic
/corundum/corundum_verilator'
,
return
self
.
basic_run_cmd
(
env
,
'/corundum/corundum_verilator'
,
str
(
self
.
clock_freq
))
str
(
self
.
clock_freq
))
class
CorundumBMNIC
(
NICSim
):
class
CorundumBMNIC
(
NICSim
):
def
run_cmd
(
self
,
env
):
def
run_cmd
(
self
,
env
):
return
self
.
basic_run_cmd
(
env
,
'
sims/nic
/corundum_bm/corundum_bm'
)
return
self
.
basic_run_cmd
(
env
,
'/corundum_bm/corundum_bm'
)
class
I40eNIC
(
NICSim
):
class
I40eNIC
(
NICSim
):
def
run_cmd
(
self
,
env
):
def
run_cmd
(
self
,
env
):
return
self
.
basic_run_cmd
(
env
,
'
sims/nic
/i40e_bm/i40e_bm'
)
return
self
.
basic_run_cmd
(
env
,
'/i40e_bm/i40e_bm'
)
...
...
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