##// END OF EJS Templates
Moved Validation_LFR_TIME_MANAGEMENT from designs to tests directory...
Moved Validation_LFR_TIME_MANAGEMENT from designs to tests directory Changed test directory Validation_LFR_TIME_MANAGEMENT in LFR_time_management. Added LFR_MANAGMENT_TIME_FINE_DELTA register into apb_lfr_management module at address 0x30 : * LFR_MANAGMENT_TIME_FINE_DELTA ( 8 downto 0) : ft_counter_lsb value * LFR_MANAGMENT_TIME_FINE_DELTA (24 downto 9) : ft value * LFR_MANAGMENT_TIME_FINE_DELTA (26 downto 25) : + ft_counter_lsb_MAX_VALUE = 379 when "00" + ft_counter_lsb_MAX_VALUE = 380 when "01" + ft_counter_lsb_MAX_VALUE = 381 when "10" Updated LFR_time_managment testbench.

File last commit:

r651:bc7dd8a54a19 default
r655:2dbcdaf8bb73 tip default
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