First version of the MicroBlaze demo with the full Ethernet IP. The Ethernet driver is not yet written.

This commit is contained in:
Richard Barry 2011-08-27 14:34:12 +00:00
parent 3104a7cf38
commit a7f8a586f4
51 changed files with 19507 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# Makefile generated by Xilinx SDK.
-include libgen.options
LIBRARIES = ${PROCESSOR}/lib/libxil.a
MSS = system.mss
all: libs
@echo 'Finished building libraries'
libs: $(LIBRARIES)
$(LIBRARIES): $(MSS)
libgen -hw ${HWSPEC}\
${REPOSITORIES}\
-pe ${PROCESSOR} \
-log libgen.log \
$(MSS)
clean:
rm -rf ${PROCESSOR}