From 9b7ea91195345803151da2494d910c1f242bd243 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:04 +0200 Subject: [PATCH] docs: fix readme to use headings --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a80a6b0..57d9d40 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -* GHDL + Xilinx project template using makefiles +# 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. -** Xil folder +## Xil folder 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