Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

A counter written in VHDL that has been designed to count in radix 8 up and down from 0 to 2344 in radix 14 while displaying the counting on 4 Seven Segment Displays

Notifications You must be signed in to change notification settings

h0nt3d/modulo2345UpDownCounter

Repository files navigation

alt text -Cyclone IV Altera DE2-115 Development and Education Board

This counter has been written in VHDL with its primary function being able to count up and down in radix 8 from 0 to 2344 in radix 14. Its other features include:

  • A load button that loads in a value in binary using 15 switches.
  • An instantiated clock generator.
  • A clear button that resets the counter back to 0.
  • 4 seven segment displays to show counting.
  • A switch that can change the radix view (8 or 14) on the seven segment displays.
  • A warning signal that lights up and prevents a value greater than 2344 from being loaded in.
  • Green LEDs that represent the lowest significant bit of the counting value being displayed on the 4 seven segment displays.
  • An enable switch that can be used to start and stop counting.

About

A counter written in VHDL that has been designed to count in radix 8 up and down from 0 to 2344 in radix 14 while displaying the counting on 4 Seven Segment Displays

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages