[Lab3] How much can we change the experiments?

Re: [Lab3] How much can we change the experiments?

par René Beuchat,
Number of replies: 0

Hello,

the design is a simple basic general multiprocessor system. If we need more memory it is available. And you should know how to add SDRAM on your system after the first laboratories.

In fact, it was another page of questions for this lab and I remove it as it was too time consuming for the students, but I keep the original design.

If you just want to do the minimum hardware, no problem.

For the timing measurement, 

  1. you start your specific timer or GPIO to activate a pin, or you use the signal tap as you know to do timing measurment
  2. you activate the mutex and wait until the proc. have it
  3. to the activation of the selected GPIO pins
  4. release the mutex
  5. measure the timing
  6. do some statistics on this timing

Best.

RB