From a739b21b50cfb6783fc3130a6794e73bd3c7f38f Mon Sep 17 00:00:00 2001 From: Luka Jankovic Date: Sun, 14 Jan 2024 02:05:40 +0100 Subject: [PATCH] added readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8cc9667 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# vivado-make + +Simple make system for simulating, synthesizing and routing VHDL projects as well as programming boards. Requires Vivado and doesn't rely on any other tools (apart from `make`, install with `scoop` on Windows) + +Supports VHDL and the example is build for the Zybo-Z7 board. \ No newline at end of file