~ruther/vhdl-makefile-template

9b7ea91195345803151da2494d910c1f242bd243 — František Boháček 3 years ago 8e33089
docs: fix readme to use headings
1 files changed, 5 insertions(+), 5 deletions(-)

M README.md
M README.md => README.md +5 -5
@@ 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

Do not follow this link