Add networking option to the Microblaze Kintex demo.

This commit is contained in:
Richard Barry 2015-03-13 15:05:09 +00:00
parent 3012d9b94d
commit 18ff880e75
38 changed files with 10022 additions and 263 deletions

View file

@ -8,8 +8,6 @@ BEGIN OS
PARAMETER OS_NAME = standalone
PARAMETER OS_VER = 4.2
PARAMETER PROC_INSTANCE = microblaze_0
PARAMETER stdin = axi_uartlite_0
PARAMETER stdout = axi_uartlite_0
END
@ -69,10 +67,3 @@ BEGIN DRIVER
END
BEGIN LIBRARY
PARAMETER LIBRARY_NAME = lwip140
PARAMETER LIBRARY_VER = 2.3
PARAMETER PROC_INSTANCE = microblaze_0
END