OpenCores
URL https://opencores.org/ocsvn/System09/System09/trunk

Subversion Repositories System09

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /System09
    from Rev 68 to Rev 69
    Reverse comparison

Rev 68 → Rev 69

/trunk/rtl/System09_Xess_XSA-3S1000/Makefile
53,7 → 53,12
# You should not need to edit anything below this line
 
# XESS Tools
XSLOAD := C:/Progra~1/XSTOOLs/xsload.exe
ifeq "$(findstring CYGWIN_NT,$(shell uname -s))" "CYGWIN_NT"
XESSPATH := $(shell cygpath "$(XSTOOLS_BIN_DIR)")
else
XESSPATH := $(XSTOOLS_BIN_DIR)
endif
XSLOAD := "$(XESSPATH)/xsload.exe"
 
include ../../mkfiles/xilinx_rules.mk
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.