viduraakalanka /
HDL-Bits-Solutions
This is a repository containing solutions to the problem statements given in HDL Bits website.
70/100 healthLoading repository data…
vigneshn0006 / repository
This repository contains the implementation of a 110 sequence detector using digital logic design concepts. The project demonstrates how to detect a specific binary sequence (110) in a stream of input bits. It can be implemented in hardware description languages like VHDL or Verilog, or simulated in software for educational purposes.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A 110 sequence detector implemented using digital logic design principles. This project demonstrates how to detect the binary sequence 110 in a stream of input bits using a finite state machine (FSM) approach. It can be implemented in Verilog or VHDL, making it suitable for both simulation and hardware deployment.
Detects the binary sequence 110 in a serial input stream. Supports overlapping sequences. Outputs a high signal (1) when the sequence is detected. Implemented using Mealy or Moore state machines.
Pattern detection in digital communication systems. Learning tool for sequential circuit design. Useful in designing control circuits and digital filters.
seq_dec_110.v – Verilog implementation of the 110 sequence detector. sipo.v - for serial input of bits top.v - to connect the modules README.md – Project description and instructions.
Clone the repository:
git clone https://github.com/vigneshn0006/110-Sequence-Detector
Open the files in your HDL simulator (e.g., ModelSim, Vivado, or Quartus). Run the simulation to verify the sequence detector functionality. Observe the output, which goes high (1) whenever the sequence 110 is detected. State Machine Overview
The detector can be designed as:
Mealy Machine: Output depends on current state and input. Faster detection but output may glitch.
Contributions, improvements, and optimizations are welcome! Feel free to submit pull requests or report issues.
Selected from shared topics, language and repository description—not editorial ratings.
viduraakalanka /
This is a repository containing solutions to the problem statements given in HDL Bits website.
70/100 healthicebreaker-fpga /
This repository contains small example designs that can be used with the open source icestorm flow.
17/100 healthnxbyte /
This repository contains source code for past labs and projects involving FPGA and Verilog based designs
alknvl /
This repository contains simple implementation of UDP/IP stack with 64-bit AXI-Stream interface. ICMP and ARP requests are partially supported. The project was tested on Xilinx 7-series FPGA with 10G Ethernet MAC IP-core
71/100 healthmerledu /
This repository contains the verilog code files of Single Cycle RISC-V architecture
59/100 healthEscapeTHU /
This repository contains code and pdf tutorial of how I've implemented binocular camera matching algorithm, SGBM, with FPGA using verilog. Code in this repo contains both C++ SGBM simulation code and PS-PL vitis-vivado project. Tutorial and the video attached thoroughly explain my designation in detail, although made in Chinese hhhhh.
62/100 health