From 21f9e3f300c43149c7be88e897454f4d9627c1b9 Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 10 Sep 2020 05:51:22 -0500 Subject: [PATCH] - Closes #3 - Added README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2db65b3 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Digilent Basys 3 Projects +Demonstration projects for the [Digilent Basys 3](https://reference.digilentinc.com/reference/programmable-logic/basys-3/start) FPGA development board. +## Projects +The following projects are available. Follow usage instructions below to install and use in Vivado. +- [Abacus](https://reference.digilentinc.com/learn/programmable-logic/tutorials/basys-3-abacus/start) +- [General I/O](https://reference.digilentinc.com/learn/programmable-logic/tutorials/basys-3-general-io/start) +- [Keyboard](https://reference.digilentinc.com/learn/programmable-logic/tutorials/basys-3-keyboard-demo/start) +- [XADC](https://reference.digilentinc.com/learn/programmable-logic/tutorials/basys-3-xadc/start) +# Usage +Follow the directions for using Digilent's Github demo projects, found [here](https://reference.digilentinc.com/learn/programmable-logic/tutorials/github-demos/start).