Difference between revisions of "CSC270 Homework 9 2012"
(→Problem #1) |
(→Problem #1) |
||
Line 15: | Line 15: | ||
<center> | <center> | ||
[[Image:CSC270_1BitPortForHomework_MessedUp.png|700px]] | [[Image:CSC270_1BitPortForHomework_MessedUp.png|700px]] | ||
+ | </center> | ||
+ | |||
+ | =Problem #2= | ||
+ | |||
+ | Same question with the hardware shown below. | ||
+ | <br /> | ||
+ | <center> | ||
+ | [[Image:CSC270_1BitPortForHomework_ClearPresetControls.png|700px]] | ||
</center> | </center> | ||
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> | <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> | ||
[[Category:CSC270]][[Category:Homework]][[Category:6811]] | [[Category:CSC270]][[Category:Homework]][[Category:6811]] |
Revision as of 14:43, 11 April 2012
--D. Thiebaut 15:31, 11 April 2012 (EDT)
This assignment is due on 4/18/12, at the beginning of the lab.
Problem #1
Write the driver for the hardware shown below, that consists of a 1-bit port attached to a red LED. The driver should be a collection of 2 functions, one to turn the LED ON, and another function to turn the LED OFF.
Note that who ever designed this circuit didn't use the same approach you took in the lab. In particular this design is more expensive in terms of gates. Also, make sure you notice that the port is connected to D1 of the Data Bus, and not D0 as you did in the lab...
Problem #2
Same question with the hardware shown below.