Skip to content

Commit

Permalink
update gemmini script
Browse files Browse the repository at this point in the history
  • Loading branch information
woojinnn committed Oct 17, 2024
1 parent 0456c33 commit d3cfad2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/gemmini/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,13 @@ def run_simulation(tb: str, debug: bool):
],
stdout=outfile,
)
subprocess.run(
[
"cp",
GEMMINI_PATH + "/waveforms/waveform_pruned.vcd",
GEMMINI_SCRIPT_PATH + "/" + tb + ".vcd",
]
)
else:
subprocess.run(
["bash", GEMMINI_PATH + "/scripts/run-verilator.sh", tb], cwd=GEMMINI_PATH
Expand Down

0 comments on commit d3cfad2

Please sign in to comment.