Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Nov 21, 2024
1 parent 1b85b2e commit e13c307
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mlonmcu/target/riscv/spike.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ def exec(self, program, *args, cwd=os.getcwd(), **kwargs):
if "zifencei" not in arch:
arch += "_zifencei"
_build_spike_pk(pk, self.spike_pk_src_dir, self.riscv_gcc_prefix, self.riscv_gcc_basename, arch, self.abi)
print("pk", pk)
input("!")
else:
pk = self.spike_pk.resolve()

Expand Down

0 comments on commit e13c307

Please sign in to comment.