user7813
Newbie level 3
- Joined
- Feb 11, 2015
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 24
I have an AND gate with 4 inputs. How could this be implemented in CMOS with minimal switching delay?
There are at least 3 things, where I am not certain if it will work:
I) can I put 4 transistors in series, or does this require 4 times the voltage?
II) can I turn NAND into AND, simply by swapping (+) and (-)?
III) can I invert the input signal by changing the type of transistor?
no I have no chip design experience, but I have done some VHDL so far.
Code:
(+)
|
input 0 (inverted) -----+-- <--
| |
input 1 ------------+------ -->
| | |
input 2 --------+---------- -->
| | | |
input 3 ----+-------------- -->
| | | | |
| | | | |
| | | | +----+----+----+----+------ output
| | | | | | | |
| | | +------- --> | | |
| | | | | | |
| | + --------------- <-- | |
| | | | | | |
| +------------------------- <-- |
| | | | |
+---------------------------------- <--
| | | |
(-) (-) (-) (-)
There are at least 3 things, where I am not certain if it will work:
I) can I put 4 transistors in series, or does this require 4 times the voltage?
II) can I turn NAND into AND, simply by swapping (+) and (-)?
III) can I invert the input signal by changing the type of transistor?
no I have no chip design experience, but I have done some VHDL so far.