Skip to content

Commit

Permalink
util: Disable Banshee simulation traces (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca authored Jul 19, 2024
1 parent 5d8217c commit 56cdf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/sim/Simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,4 @@ def __init__(self, banshee_cfg=None, **kwargs):
"""
super().__init__(**kwargs)
self.cmd = ['banshee', '--no-opt-llvm', '--no-opt-jit', '--configuration',
str(banshee_cfg), '--trace', str(self.elf)]
str(banshee_cfg), str(self.elf)]

0 comments on commit 56cdf7b

Please sign in to comment.