Skip to content
Snippets Groups Projects
Commit f00153c8 authored by Blinningjr's avatar Blinningjr
Browse files

timing_exam 1)

parent 6e3a1c7e
No related branches found
No related tags found
No related merge requests found
...@@ -61,10 +61,11 @@ const APP: () = { ...@@ -61,10 +61,11 @@ const APP: () = {
asm::bkpt(); asm::bkpt();
// 1) your code here to emulate timing behavior of t2 // 1) your code here to emulate timing behavior of t2
asm::delay(30_000);
asm::bkpt(); asm::bkpt();
// 2) your code here to update T2_MAX_RP and // 2) your code here to update T2_MAX_RP and
// break if deadline missed // break if deadgine missed
} }
// Deadline 50, Inter-arrival 50 // Deadline 50, Inter-arrival 50
...@@ -76,6 +77,7 @@ const APP: () = { ...@@ -76,6 +77,7 @@ const APP: () = {
asm::bkpt(); asm::bkpt();
// 1) your code here to emulate timing behavior of t3 // 1) your code here to emulate timing behavior of t3
asm::delay(30_000);
asm::bkpt(); asm::bkpt();
// 2) your code here to update T3_MAX_RP and // 2) your code here to update T3_MAX_RP and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment