An open API service indexing awesome lists of open source software.

https://github.com/woolseyworkshop/article-getting-started-with-the-tinyfpga-bx

Getting Started With The TinyFPGA BX Article Resources
https://github.com/woolseyworkshop/article-getting-started-with-the-tinyfpga-bx

electronics programming tinyfpga-bx verilog

Last synced: 4 months ago
JSON representation

Getting Started With The TinyFPGA BX Article Resources

Awesome Lists containing this project

README

          

Woolsey Workshop

# Getting Started With The TinyFPGA BX Article Resources
This repository contains resources related to the [Getting Started With The TinyFPGA BX](https://www.woolseyworkshop.com/2019/08/30/getting-started-with-the-tinyfpga-bx/) article published on [WoolseyWorkshop.com](https://www.woolseyworkshop.com).

## [blink](blink)
Verilog based APIO project for the TinyFPGA BX that blinks the on-board LED once per second.

## [comparator](comparator)
Verilog based APIO project for the TinyFPGA BX that compares two values read from a DIP switch and displays the results using LEDs. Contains comparator sub-module and testbench along with top level module.

## [TinyFPGAComparator](TinyFPGAComparator)
KiCad schematic for a TinyFPGA BX based comparator circuit.