##// END OF EJS Templates
Renamed em-LeonLPP-A3PE3kL-v3-core1 boards in LFR-EM boards...
Renamed em-LeonLPP-A3PE3kL-v3-core1 boards in LFR-EM boards Renamed LFR-em-WFP_MS designs in SOLO_LFR_LFR-EM designs Updated LFR-EM boards constraints => PDC file => SDC file for the place and route Updated SOLO_LFR_LFR-EM designs => added DATA_SHAPING_SATURATION in LPP_FILTER => changed boards number : LPP_LFR_BOARD_LFR_EM & X"015B"

File last commit:

r580:f4e8c3120b82 simu_with_Leon3
r662:f19abbf47ea7 SOLO_LFR_01-5B (LFR-EM) default
Show More
Makefile
22 lines | 642 B | text/x-makefile | MakefileLexer
#GRLIB=../../..
CC=gcc
XCC=sparc-elf-gcc -I$(GRLIB)/software/leon3 $(BOPT)
XAS=sparc-elf-gcc -c -I. -I$(GRLIB)/software/leon3 $(BOPT)
bootrom.o: bootrom.S bootrom.h
$(XAS) $<
bootrom.exe: bootrom.o
$(XCC) -nostdlib -Tlinkprom -N -L./ -Ttext=0 -nostartfiles -o bootrom.exe $<
make_bootrom : $(GRLIB)/bin/ahbrom.c
@if test -r "/mingw/bin/gcc.exe"; then \
$(CC) $(GRLIB)/bin/ahbrom.c -o make_bootrom -lwsock32; \
else \
$(CC) $(GRLIB)/bin/ahbrom.c -o make_bootrom; \
fi;
bootrom.vhd: bootrom.exe
make make_bootrom
sparc-elf-objcopy -O binary bootrom.exe bootrom.bin
./make_bootrom bootrom.bin bootrom.vhd