Git Product home page Git Product logo

14-bit-pin-wiggler's Introduction

14-Bit Counter with Pin Wiggler

Introduction

This project, "14-Bit Counter with Pin Wiggler," is a simple Verilog module designed for an Arty S7-25 FPGA development board. It implements a 14-bit counter that counts from 0 to 15 and wraps around. Additionally, it toggles the pins on the Pmod headers JA and JB, creating a "pin wiggling" effect. This project is intended as a basic example for learning FPGA development with the Arty S7-25 board. It was used to test pins on an FPGA to ensure they are passing electrical currents.

Project Description

  • Module Name: bit_counter
  • Design Name: Bit Counter / Pin Wiggler
  • Engineer: Xhovani Mali
  • Create Date: 04/26/2022 11:45:33 AM

The bit_counter module takes in a clock signal (clk) and a reset signal (reset). When the reset signal is active, it sets the output led to high. When the reset signal is not active, the module counts from 0 to 15 and wraps around. It also sets pins on the Pmod headers JA and JB based on the binary value of the counter, creating a visual effect.

Design Overview

The bit_counter module is implemented as follows:

  • It has a 16-bit wide register out to store the counter value.
  • The counter increments on the rising edge of the clock signal (clk) and is reset when the reset signal is asserted.
  • The pins on Pmod Header JA (ja0 to ja7) and Pmod Header JB (jb0 to jb7) are assigned based on the individual bits of the out register, creating the "pin wiggling" effect.
  • The led output is set high when the reset signal is asserted.

Target Devices

This project is designed for the Arty S7-25 FPGA development board.

Getting Started

To use this project, follow these steps:

  1. Set up your FPGA development environment.
  2. Create a new project and add the bit_counter module to your project.
  3. Connect the clock signal (clk) and reset signal (reset) to appropriate sources.
  4. Assign the output pins to the LEDs and Pmod headers.
  5. Compile the project and program it onto your Arty S7-25 board.

Tool Versions

The project was developed using the following tools:

[Specify the tools and their versions used in your project here.]

Contributors

14-bit-pin-wiggler's People

Contributors

xhovanim8 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.