##// END OF EJS Templates
Changed design MINI-LFR_WFP_MS to SOLO_LFR_MINI-LFR....
Changed design MINI-LFR_WFP_MS to SOLO_LFR_MINI-LFR. Add LPP_LFR_BOARD constant number in the package lpp_lfr_pkg. Add LPP_LFR_BOARD_DISCOSPACE board number (X"04") => LPP_LFR_BOARD number must used for top_lfr_version. Removed/Renamed constraint files of MINI-LFR board. Added README.md files in the design SOLO_LFR_MINI-LFR

File last commit:

r647:3005781845db default
r656:a69a331fccb2 SOLO_LFR_01-5A (MINI-LFR) default
Show More
Makefile
84 lines | 1.7 KiB | text/x-makefile | MakefileLexer
Jeandet Alexis
Removed unmaintained C drivers....
r644 VHDLIB=../..
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=
VHDLSIMFILES= tb.vhd
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_fx.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:
xonsh ./archivate.xsh
test: | generate ghdl ghdl-run archivate