Introduction and Number Systems
Introduction and Number Systems
Digital Page 1
This is the area where all
digital design engineers will
work
- While creating this IC, the designers(R&D Team) came up with an idea that, as we are not working on the transistor level, so we
don’t need too much of voltate ranges.
- For that what they did is, they selsected two ranges of transistors.
1. Cut off stage: Where the transistor wont work
2. Saturation stage: where the transistor will going to work.
3. With this two things, what they created is a switch.
Digital Page 2
- I can do two things with the transistor.
1. Transistor as a switch.(It works on Cut off and saturation Region) -> Here Digitial engineers will work
a. Here the transistor will work as A SWITCH.
2. Transistor as a amplifier.(It works on Active region) -> Here analog engineers will work.
a. Here the transistor will work as Amplifier or oscillator, etc
Digital Page 3
- In Mobiles phones , we have Millions of transistors.
- All these transistors are working as a switches, and amplifiers(based on the requirement)
- When , we touch something, in our mobile phone touch screen, first it will be given feed to the Application layer.
- This application will communicate with the operating system layer.
- That operating system layer will communicate with the Embedded system layer
- That embedded system layer will communicate with the Actual IC
- That IC contains(Gates and gates contains transistors)
- All The above things are happening in the order of Nano seconds.
- This depends on Nodes of the transistors(10nm,5nm etc), types of transistors(BJT,FET,CMOS,FINFET,GAAFET) etc
- What is NODE?
- Previously , when there is the technology of around 200um, the node(nano meter only) is nothing but the length of the channel .
- Now after some evolutions in the node, say around, 90nm or 80nm, they face a problem, that ever further reduction in the gate will
result in shorting of the source and drain.
- So to avoid this, R&D Team came up with an idea that, ok We need to reduce the area of the source and drain as well.
- For every updating in the node, they are shrinking the source, drain and gate areas by some percentages.
Digital Page 4
- To avoid this, they came up with an idea that, instead of taking a single voltage, go with range of voltages.
- So now:
○ If voltage is in between 5v - 3.5v they consider it as ONE
○ If voltage is in between 1.5v to 0v they consider it as ZERO.
Chip-1 Chip-2
Digital Page 5
Digital Design Syllabus
Wednesday, June 26, 2024 10:47 AM
- Combinational Circuits:
○ Number systems
○ Boolean Algebra
○ Minimization Techniques
○ Digital Arithemetic Ckts
○ MUX and DeMux Ckts
○ Decoders and Encoders
○ Comparators ckts
○ Code coverters
- Sequential Circuits:
○ Latches and Flipflops
○ Counters and its Applications
○ Registers and shift Registers and its applications
○ Frequency Divider circuits
○ Frequency Multiplier circuits
○ Edge Detectors
○ Finite State Machines
Digital Page 6
Number Systems
Wednesday, June 26, 2024 11:02 AM
CLC
(Combinational
Logic Circuit)
Number Systems:
- Binary
- Octal
- Decimal
- Hexadecimal
Digital Page 7
Decimal Numbers:
0000 => 0
0001 => 1
0010 => 2
0011 => 3
0100 => 4
0101 => 5
0110 => 6
0111 => 7
1000 => 8
1001 => 9
1010
1011
1100
1101
1110
1111
Hexa decimal :
0000 => 0
0001 => 1
0010 => 2
0011 => 3
0100 => 4
0101 => 5
0110 => 6
0111 => 7
1000 => 8
1001 => 9
1010 => A
1011 => B
1100 => C
1101 => D
1110 => E
1111 => F
Digital Page 8
Binary
Octal Decimal
Hexa Decimal
Ex:
(10101100110)2 convert into Octal.
Step: Group 3 bits from Right to left and then find the equivalent value of that in octal number system:
Digital Page 9
Ex-3: Convert binary number 11000011.1010 in to octal
Digital Page 10
Binary to Decimal Conversion:
Ex:
Convert binary number 10100101 into decimal.
Digital Page 11
Ex: Convert binary number 10100101 . 1010 into decimal.
Digital Page 12
Binary to Hexa Decimal Conversion:
- Steps:
○ Group every 4 bits and write its equivalent Hexa number.
○ Before binary point, we need to group from Right to left
○ After Binary point, we need to group from Left to right.
Digital Page 13
Digital Page 14