Difference between revisions of "CSC270 Lab 6 2012"
(→Shifting bit) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
<br /> | <br /> | ||
− | # | + | # Get together as a class and study the setup illustrated in the figure above. |
− | # Come up with a design that will allow you to make a bit shift from one kit to the other, in a synchronized fashion. | + | # Come up with a design and a series of steps that will allow you to make a bit shift from one kit to the other, in a synchronized fashion. |
# Figure out how to make the bit start either on Kit #1 or on Kit #2. | # Figure out how to make the bit start either on Kit #1 or on Kit #2. | ||
− | # Draw a solution design on the board as a group (everybody must participate) | + | # Draw a solution design on the board as a group (everybody must participate). |
− | # Wire it up | + | # Wire it up. |
# Test it with the team across the bench. | # Test it with the team across the bench. | ||
− | # | + | # Make sure the bit can shift around at 1Hz for at least 5 minutes without getting lost... |
<br /> | <br /> | ||
+ | |||
+ | =Optional= | ||
+ | * Pick an Red-Yellow-Green FSM of your liking, and implement it with JK flip-flops (74LS76). | ||
+ | * <font color="red">Warning</font>: JK flip-flops are finicky and are known not to work properly often... | ||
<br /> | <br /> | ||
<br /> | <br /> | ||
<br /> | <br /> | ||
[[Category:CSC270]][[Category:Labs]] | [[Category:CSC270]][[Category:Labs]] |
Latest revision as of 17:55, 6 March 2012
--D. Thiebaut 16:45, 6 March 2012 (EST)
Shifting bit
- Get together as a class and study the setup illustrated in the figure above.
- Come up with a design and a series of steps that will allow you to make a bit shift from one kit to the other, in a synchronized fashion.
- Figure out how to make the bit start either on Kit #1 or on Kit #2.
- Draw a solution design on the board as a group (everybody must participate).
- Wire it up.
- Test it with the team across the bench.
- Make sure the bit can shift around at 1Hz for at least 5 minutes without getting lost...
Optional
- Pick an Red-Yellow-Green FSM of your liking, and implement it with JK flip-flops (74LS76).
- Warning: JK flip-flops are finicky and are known not to work properly often...