Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 702 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 702 Bytes

Hardware description languages [HDL]

This repository contains scripts that I create through my digital design course.

Languages

  • Verilog
  • VHDL
  • SystemVerilog

Contents

  • ALU Arithmetic and logic unit that can perform addition, substation, bitwise operations like AND ,OR ,Shift Left, Shift Right, Rotate Left and Rotate Right.

  • SequenceDetector Detects a sequence of “110100” without any overlapping using FSM algorithm.

  • Queue Manager Monitors the client queue in front of the tellers.

  • UART Universal asynchronous receiver-transmitter.

Contribution ..

You can send a pull request for any edits or open an issue