Skip to content

Commit

Permalink
Spike changed --varch syntax (riscv-software-src#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
timsifive committed Mar 18, 2020
1 parent b436c73 commit 6c53e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ def command(self, target, harts, halted, timeout, with_jtag_gdb):
cmd.append("--dm-no-halt-groups")

if 'V' in isa[2:]:
cmd.append("--varch=v%d:e%d:s%d" % (self.vlen, self.elen,
self.slen))
cmd.append("--varch=vlen:%d,elen:%d,slen:%d" % (self.vlen,
self.elen, self.slen))

assert len(set(t.ram for t in harts)) == 1, \
"All spike harts must have the same RAM layout"
Expand Down

0 comments on commit 6c53e59

Please sign in to comment.