~ruther/vhdl-makefile-template

6772b07f — František Boháček 1 year, 7 months ago
feat: make more make friendly
cdfb2095 — František Boháček 3 years ago
fix: update gitignore
61aa59a8 — František Boháček 3 years ago
fix: order of statements in makefile

refs

master
browse  log 

clone

read-only
https://git.ditigal.xyz/~ruther/vhdl-makefile-template
read/write
git@git.ditigal.xyz:~ruther/vhdl-makefile-template

You can also use your local clone with git send-email.

#GHDL + Xilinx project template using makefiles

#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

In xil folder, makefile for Xilinx toolchain can be found. It supports everything from synthesis to uploading bit file to the device.

#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

  • root
    • ghdl
    • gtkview
  • xil
    • xflow (for synthesis, implementation and config)
    • impact (for flashing on device)
Do not follow this link