CSC270 Exercises on 6811 I/O designs

From dftwiki3
Revision as of 09:51, 18 April 2012 by Thiebaut (talk | contribs) (Created page with "--~~~~ ---- <bluebox> This exercises relate to 6811 I/Os and different design options and tradeoffs. </bluebox> =Exercise 1: Output Design= * We saw a design in class where we...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

--D. Thiebaut 10:51, 18 April 2012 (EDT)


This exercises relate to 6811 I/Os and different design options and tradeoffs.


Exercise 1: Output Design

  • We saw a design in class where we use the same Yi output from the decoder to activate the clock inputs of several flip-flops. The problem (or potential problem) is that if we want to change one of the flip-flops only, we are forced to change the others as well, so the software must remember what is stored in the various flip-flops at all time so that changing one can be by changing all.
  • Figure out another design that would allow us to only update the flip-flop we want to change without updating the others that remain unchanged.