##// END OF EJS Templates
SOLO_LFR_00-01-5B_MINI-LFR.pdb...
SOLO_LFR_00-01-5B_MINI-LFR.pdb => DATA_SHAPING_SATURATION is activated.

File last commit:

r654:d239e3167642 default
r659:4ed42a4f20c6 SOLO_LFR_01-5B (MINI-LFR) default
Show More
Makefile
91 lines | 1.8 KiB | text/x-makefile | MakefileLexer
Jeandet Alexis
Removed unmaintained C drivers....
r644 VHDLIB=../..
Jeandet Alexis
Some more cleaning...
r647 SELFDIR := $(dir $(lastword $(MAKEFILE_LIST)))
Jeandet Alexis
Removed unmaintained C drivers....
r644 SCRIPTSDIR=$(VHDLIB)/scripts/
GRLIB := $(shell sh $(VHDLIB)/scripts/lpp_relpath.sh)
TOP=testbench
BOARD=LFR-EQM
include $(VHDLIB)/boards/$(BOARD)/Makefile_RTAX.inc
DEVICE=$(PART)-$(PACKAGE)$(SPEED)
UCF=
QSF=
EFFORT=high
XSTOPT=
SYNPOPT=
VHDLSYNFILES=
Jeandet Alexis
Some more cleaning...
r647 VHDLSIMFILES= $(SELFDIR)/tb.vhd
Jeandet Alexis
Removed unmaintained C drivers....
r644 SIMTOP=testbench
CLEAN=soft-clean
TECHLIBS = axcelerator
LIBSKIP = core1553bbc core1553brm core1553brt gr1553 corePCIF \
Alexis Jeandet
Make vsim target now works on windows.
r646 tmtc openchip hynix ihp gleichmann micron usbhc opencores fmf ftlib gsi
Jeandet Alexis
Removed unmaintained C drivers....
r644
DIRSKIP = b1553 pcif leon2 leon3v3 leon2ft crypto satcan ddr usb ata i2c \
Alexis Jeandet
Make vsim target now works on windows.
r646 pci grusbhc haps slink ascs can pwm greth coremp7 spi ac97 srmmu atf \
grlfpc \
Jeandet Alexis
Removed unmaintained C drivers....
r644 ./dsp/lpp_fft_rtax \
./amba_lcd_16x2_ctrlr \
./general_purpose/lpp_AMR \
./general_purpose/lpp_balise \
./general_purpose/lpp_delay \
./lpp_bootloader \
./lfr_management \
./lpp_sim/CY7C1061DV33 \
./lpp_cna \
./lpp_uart \
./lpp_usb \
./dsp/lpp_fft \
./lpp_leon3_soc \
./lpp_debug_lfr
FILESKIP = i2cmst.vhd \
APB_MULTI_DIODE.vhd \
APB_MULTI_DIODE.vhd \
Top_MatrixSpec.vhd \
APB_FFT.vhd \
Alexis Jeandet
Make vsim target now works on windows.
r646 lpp_lfr_ms_FFT.vhd \
Jeandet Alexis
Removed unmaintained C drivers....
r644 lpp_lfr_apbreg.vhd \
CoreFFT.vhd \
lpp_lfr_ms.vhd \
Alexis Jeandet
Make vsim target now works on windows.
r646 lpp_lfr_sim_pkg.vhd \
mtie_maps.vhd \
ftsrctrlc.vhd \
ftsdctrl.vhd \
ftsrctrl8.vhd \
ftmctrl.vhd \
ftsdctrl64.vhd \
ftahbram.vhd \
ftahbram2.vhd \
sramft.vhd \
nandfctrlx.vhd
Jeandet Alexis
Removed unmaintained C drivers....
r644
include $(GRLIB)/bin/Makefile
include $(GRLIB)/software/leon3/Makefile
################## project specific targets ##########################
distclean:myclean
Alexis Jeandet
Make vsim target now works on windows.
r646 vsim:cp_for_vsim
Jeandet Alexis
Removed unmaintained C drivers....
r644
myclean:
Jeandet Alexis
Some more cleaning...
r647 rm -f input.txt output_f*.txt *.log
Jeandet Alexis
Removed unmaintained C drivers....
r644 rm -rf ./2016*
generate :
Alexis Jeandet
Make vsim target now works on windows.
r646 python ./generate.py
cp_for_vsim: generate
cp ./input.txt simulation/
Jeandet Alexis
Removed unmaintained C drivers....
r644
archivate:
Jeandet Alexis
removed dependency to Xonsh for Validation LFR Filters
r648 python ./archivate.py
Jeandet Alexis
Removed unmaintained C drivers....
r644
Jeandet Alexis
Some more cleaning...
r647 test-common: | generate ghdl ghdl-run archivate
Alexis Jeandet
Activated F2 and F3 IIR Filters for LFR_FILTERS tests....
r654 test-vsim-common: | generate vsim vsim-run archivate
test-vsim:
@echo "not a Test"
Jeandet Alexis
Some more cleaning...
r647 test:
@echo "not a Test"