##// END OF EJS Templates
Add SDC constraint files for MINI-LFR board....
Add SDC constraint files for MINI-LFR board. To include those constraints, you must into design's makefile the : SDCFILE=$(VHDLIB)/boards/$(BOARD)/MINI_LFR_synthesis.sdc SDC=$(VHDLIB)/boards/$(BOARD)/MINI_LFR_place_and_route.sdc During the Libero flow, you must choice the MINI_LFR_synthesis.sdc file for the synthesis step, and the MINI_LFR_place_and_route.sdc file for the place and route step.

File last commit:

r39:41d4b170f72e default
r422:faba652a7177 JC
Show More
Makefile
5 lines | 39 B | text/x-makefile | MakefileLexer
EXEC=doxygen
doc:
$(EXEC) Doxyfile