You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
265 B
7 lines
265 B
2 years ago
|
|
||
|
Exercise 3.29: Another way to construct an
|
||
|
or-gate is as a compound digital logic device, built from and-gates and
|
||
|
inverters. Define a procedure or-gate that accomplishes this. What is
|
||
|
the delay time of the or-gate in terms of and-gate-delay and
|
||
|
inverter-delay?
|