From 5bcd60cb6ec6a11c7319ae339e92a20cdd15d09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 10 Jul 2021 19:52:50 +0200 Subject: [PATCH] docs: fix README header levels --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57d9d40..44d6ab1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GHDL + Xilinx project template using makefiles -# Root +## Root Source is supposed to be located in `src/` and testbenches in `testbench/`. Makefile supports compiling using ghdl, starting the program for specified time and viewing the result in wave viewer. @@ -10,12 +10,12 @@ In `xil` folder, makefile for Xilinx _toolchain_ can be found. It supports everything from synthesis to uploading bit file to the device. -# Setup +## Setup For setup, top level entity has to be set in root `Makefile`. For xil setup, no special need is except from installing dependencies. -# Dependencies +## Dependencies - root - ghdl - gtkview -- 2.48.1