Skip to content

Commit

Permalink
not recording logs in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Jun 21, 2024
1 parent ac81e1e commit 6590ccf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin-Lucid64/riscof_Lucid64.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ def runTests(self, testList):
utils.shellCommand('cp -f {0}/{1} ./sim/{1}'.format(test_dir, elf)).run()
utils.shellCommand('make -C ./sim run').run()
utils.shellCommand('mv -f ./sim/DUT-Lucid64.signature {0}/.'.format(test_dir)).run()
utils.shellCommand('mv -f ./sim/coverage.dat {0}/.'.format(test_dir)).run()
utils.shellCommand('mv -f ./sim/output.vcd {0}/.'.format(test_dir)).run()
utils.shellCommand('mv -f ./sim/log.txt {0}/.'.format(test_dir)).run()
utils.shellCommand('mv -f ./sim/dut.disass {0}/.'.format(test_dir)).run()
# utils.shellCommand('mv -f ./sim/coverage.dat {0}/.'.format(test_dir)).run()
# utils.shellCommand('mv -f ./sim/output.vcd {0}/.'.format(test_dir)).run()
# utils.shellCommand('mv -f ./sim/log.txt {0}/.'.format(test_dir)).run()
# utils.shellCommand('mv -f ./sim/dut.disass {0}/.'.format(test_dir)).run()

# if target runs are not required then we simply exit as this point after running all
# the makefile targets.
Expand Down

0 comments on commit 6590ccf

Please sign in to comment.