@@ 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