Skip to content

Commit

Permalink
Cover all instructions on FlexPRET
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Nov 9, 2024
1 parent ded2e4e commit 8d3040f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public static TimeValue getInstWCET(Opcode opcode) {
case STP -> TimeValue.fromNanoSeconds(320L);
case WLT -> TimeValue.fromNanoSeconds(400L);
case WU -> TimeValue.fromNanoSeconds(400L);
default -> throw new IllegalArgumentException("Unknown opcode: " + opcode);
};
}
}

0 comments on commit 8d3040f

Please sign in to comment.