##// END OF EJS Templates
Added lfr_output_save module in lpp_sim lib :...
Added lfr_output_save module in lpp_sim lib : this module permits to write in file all evolution of the analog LFR's output during a simulation Added test Test_DAC_to_File : an implementation example of lfr_output_save module.

File last commit:

r651:bc7dd8a54a19 default
r688:c0c43c9d60f1 tip Simu-LFR-FM
Show More
Makefile
34 lines | 490 B | text/x-makefile | MakefileLexer
SCRIPTSDIR=scripts/
LIBDIR=lib/
BOARDSDIR=boards/
DESIGNSDIR=designs/
.PHONY:doc
all: help
help:
@echo
@echo " batch targets:"
@echo
@echo " make link : link lpp library to GRLIB at : $(GRLIB)"
@echo " make test : run all tests /!\\ might take a lot of time."
APB_devs:
sh $(SCRIPTSDIR)/APB_DEV_UPDATER.sh
link:
sh $(SCRIPTSDIR)/linklibs.sh $(GRLIB)
test:
$(MAKE) -C tests test
distclean:
$(MAKE) -C tests distclean
$(MAKE) -C designs distclean