Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 1.62 KB

README.md

File metadata and controls

78 lines (64 loc) · 1.62 KB

Digital Logic Functions

Project implements basic to advance logic functions like gates , flip flops and many more circuits...

Contributors:

Sunil Lad

Parth Khanolkar

Circuits and logics to be implemented

First release :

  • Bases Conversion

    • Binary to Decimal
    • Binary to Hexadecimal
    • Binary to Octal
    • Decimal to Hexadecimal
    • Decimal to Octal
    • Decimal to Binary
    • Octal to Hexadecimal
    • Octal to Decimal
    • Octal to Binary
    • Hexadecimal to Octal
    • Hexadecimal to Decimal
    • Hexadecimal to Binary
    • Binary to BCD
    • Binary to gray
    • BCD to Binary
    • BCD to gray
    • Gray to Binary
    • Gray to BCD
  • Logic Gates

    • AND gate
    • OR gate
    • NOT gate
    • NAND gate
    • NOR gate
    • XOR gate
    • XNOR gate
  • Flip flops

    • Nand Latch
    • Nor Latch
    • SR flip flop
    • D flip flop
    • JK flip flop
    • JK master slave flip flop
    • T flip flop
  • Combinational Logic Circuits

    • Multiplexer
    • Demultiplexer
    • Encoder
    • Decoder
  • Display terminals

    • Seven segment display
  • Arithmetic Circuits

    • Half adder
    • Full adder
    • Half subtractor
    • Full subtractor
    • Comparator
  • Counter

    • Ring counter
    • Jonhson counter
    • Ripple counter
  • Shift Registers

    • SISO
    • SIPO
    • PIPO
    • PISO