Skip to content

Commit

Permalink
Merge branch 'static-schedule' of github.com:lf-lang/lingua-franca in…
Browse files Browse the repository at this point in the history
…to static-schedule
  • Loading branch information
lsk567 committed Nov 11, 2024
2 parents 58fcd92 + 8d3040f commit 41fef7c
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 41fef7c

Please sign in to comment.