##// END OF EJS Templates
Few fixes....
Few fixes. Whole LFR simulation WIP.

File last commit:

r682:c53e1b6b3045 default
r682:c53e1b6b3045 default
Show More
Makefile
53 lines | 1.1 KiB | text/x-makefile | MakefileLexer
MiniSpartan6:...
r681 VHDLIB=../..
SCRIPTSDIR=$(VHDLIB)/scripts/
GRLIB := $(shell sh $(VHDLIB)/scripts/lpp_relpath.sh)
TOP=testbench
Few fixes....
r682 BOARD=LFR-FM
MiniSpartan6:...
r681 include $(VHDLIB)/boards/$(BOARD)/Makefile_RTAX.inc
DEVICE=$(PART)-$(PACKAGE)$(SPEED)
UCF=
QSF=
EFFORT=high
XSTOPT=
SYNPOPT=
VHDLSYNFILES=
Few fixes....
r682 VHDLSIMFILES= $(VHDLIB)/designs/SOLO_LFR_LFR-FM/LFR-FM.vhd tb.vhd
MiniSpartan6:...
r681 SIMTOP=testbench
CLEAN=soft-clean
TECHLIBS = axcelerator
Few fixes....
r682
LIBSKIP = tmtc openchip hynix cypress ihp usbhc fmf gsi spansion eth micron
MiniSpartan6:...
r681
Few fixes....
r682 DIRSKIP = leon2 leon2ft crypto usb satcan ddr greth grusbhc \
leon4 leon4v0 l2cache iommu slink ascs pwm net spi can \
MiniSpartan6:...
r681 ./amba_lcd_16x2_ctrlr \
./general_purpose/lpp_AMR \
./general_purpose/lpp_balise \
./general_purpose/lpp_delay \
./lpp_bootloader \
./lpp_uart \
./lpp_usb \
Few fixes....
r682 ./lpp_debug_lfr \
./dsp/lpp_fft
MiniSpartan6:...
r681
FILESKIP = i2cmst.vhd \
APB_MULTI_DIODE.vhd \
APB_MULTI_DIODE.vhd \
Top_MatrixSpec.vhd \
APB_FFT.vhd \
Few fixes....
r682 lpp_lfr_sim_pkg.vhd
MiniSpartan6:...
r681
include $(GRLIB)/bin/Makefile
include $(GRLIB)/software/leon3/Makefile
################## project specific targets ##########################
distclean:myclean
myclean:
rm -f input.txt output_fx.txt *.log
rm -rf ./2016*
Few fixes....
r682 test: | ghdl ghdl-run archivate
MiniSpartan6:...
r681