Git Product home page Git Product logo

sevensegcontroller's Introduction

SevenSegController - AXI-compatible Seven Segment LED controller, with multiple configuration options This design implements a flexible AXI4LITE interface to control seven-segment LED displays with several register-controlled features, including:

  • Parametric number of display digits from 1 to 8, which can be set at design time. Defaults to 8 to match the Digilent Nexys4 series boards.

  • 32-bit control register, addresses 00-03:

  • Bit 0: Display in hexadecimal format when 0, display in decimal format when 1

  • Bit 1: Trim leading zeroes from display when 1. Display all digits when 0.

  • Bits 2-6 reserved

  • Bit 7: Master Enable. Set to 1 to enable display, set to 0 to turn off all digits.

  • Bits 8-31 reserved

  • 32-bit data register, addresses 04-07: Value to be displayed

  • Decimal point display implemented via 8-bit bitfield (32-bit register 2 least significant byte, addresses 0x8-0xB)

  • When the display is being used in decimal mode, exceeding the highest displayable decimal value for the number of available digits will result in ALL decimal points being lit to indicate overflow. In that case, only the least significant digits are actually displayed.

sevensegcontroller's People

Contributors

andrewsi avatar andrewsil1 avatar

Stargazers

 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.