mirror of
https://github.com/wfjm/w11.git
synced 2026-02-24 08:22:21 +00:00
- Add sysmon/xadc support (for nexys4,basys3,arty designs) - Add Vivado simulator support (DPI not yet working)
23 lines
407 B
Makefile
23 lines
407 B
Makefile
# $Id: Makefile 733 2016-02-20 12:24:13Z mueller $
|
|
#
|
|
# Revision History:
|
|
# Date Rev Version Comment
|
|
# 2011-08-13 405 1.1 use includes from rtl/make
|
|
# 2007-12-14 101 1.0 Initial version
|
|
#
|
|
#
|
|
.PHONY : clean
|
|
#
|
|
clean : ghdl_clean
|
|
#
|
|
#-----
|
|
#
|
|
include ${RETROBASE}/rtl/make_ise/generic_ghdl.mk
|
|
#
|
|
VBOM_all = $(wildcard *.vbom)
|
|
#
|
|
ifndef DONTINCDEP
|
|
include $(VBOM_all:.vbom=.dep_ghdl)
|
|
endif
|
|
#
|