projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f027b9
)
Handle newer nMigen adding a "bench" top-level root in VCD files
author
Cesar Strauss
<cestrauss@gmail.com>
Sun, 1 Jan 2023 12:32:54 +0000
(09:32 -0300)
committer
Cesar Strauss
<cestrauss@gmail.com>
Sun, 1 Jan 2023 12:32:54 +0000
(09:32 -0300)
src/openpower/test/runner.py
patch
|
blob
|
history
diff --git
a/src/openpower/test/runner.py
b/src/openpower/test/runner.py
index cf9b28b3615bae44be508337fc6e3adfe0e92beb..4068d1ab10c117f348ff0dc8eca62ed7c276fd59 100644
(file)
--- a/
src/openpower/test/runner.py
+++ b/
src/openpower/test/runner.py
@@
-534,7
+534,7
@@
class TestRunnerBase(FHDLTestCase):
write_gtkw("%s.gtkw" % gtkname,
"%s.vcd" % gtkname,
- traces, styles, module='top.issuer')
+ traces, styles, module='
bench.
top.issuer')
# add run of instructions
sim.add_sync_process(process)