From 4b71a726bbc495b90cf68eafe5ce27b8bcb7396c Mon Sep 17 00:00:00 2001 From: Christopher Moore <51140505+chmoore889@users.noreply.github.com> Date: Fri, 18 Mar 2022 11:18:36 -0400 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f36be25 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# FPGA-Correlator +A FPGA linear/multi-tau correlator written in VHDL. + +This Vivado project was committed to Git using the scripts available at [barbedo/vivado-git](https://github.com/barbedo/vivado-git/tree/c0a92acd450be192cd9a901d316f73dab71d5019). To regenerate the project from the files in this repository, go to `Tools -> Run Tcl Script...` and select `vivado_project.tcl`. + +In the case that this does not work, the latest Vivado project archive can be found in the [releases](https://github.com/chmoore889/FPGA-Correlator/releases).