GithubHelp home page GithubHelp logo

amaranth-minute-timer's Introduction

7-Segment Minute Timer

This small project contains an HDL implementation of a 60-second timer, using a a 2-digit 7-segment display written in Amaranth/nMigen HDL language, based in Python, written for my ECPIX-5 development board by Lambda concept. The board features an ECP5-5G LFE5UM5G-85F FPGA, and is connected to a 2-digit 7-segment display, connected using two PMOD interfaces.

Build

The HDL can be built into a bitstream for the ECP-5 using the fully open source F4PGA toolchain, Yosys, nextpnr and project Trellis to build the final bitstream.

Simulation

To produce simulation waveform files, first install Amaranth

python -m pip install amaranth

and then simply execute either the timer.py or seven_segment.py to produce waveform .vcd files for the timer and seven-segment driver core respectively.

Programming

Also included is a .cfg file for the ECPIX-5 board that may be used to program the board using OpenOCD.

openocd -f openocd-ecpix5.cfg -c "init" -c "svf -quiet top.svf" -c "exit"

Hardware Demo

amaranth-minute-timer's People

Contributors

fredrik-reinholdsen avatar

Stargazers

 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.