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

Subversion Repositories System09

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /System09/trunk
    from Rev 70 to Rev 71
    Reverse comparison

Rev 70 → Rev 71

/mkfiles/xilinx_rules.mk
46,6 → 46,10
endif
endif
 
# Determine XILINX ISE version
XILINX_FILESET := $(XILINX_NORMAL)/fileset.txt
XILINX_VER := $(shell $(AWK) 'BEGIN { FS = "=" } /version/ { printf("%s",$$2) }' $(XILINX_FILESET))
XILINX_MAJOR_VER := $(basename $(XILINX_VER))
 
# Xilinx tools
XST := $(XILINX_NORMAL)/bin/$(XILINX_PLAT)/xst
79,9 → 83,12
NGDBUILD_FLAGS ?= $(INTSTYLE) -dd _ngo # ngdbuild flags
NGDBUILD_FLAGS += $(if $(UCF_FILE),-uc,) $(UCF_FILE)
# pre-11.1 flags
#MAP_FLAGS ?= $(INTSTYLE) -cm area -pr b -k 4 -c 100 -tx off
ifeq "$(XILINX_MAJOR_VER)" "11"
# ISE 11.1 flags
MAP_FLAGS ?= $(INTSTYLE) -cm area -pr b -c 100 -tx off
else
MAP_FLAGS ?= $(INTSTYLE) -cm area -pr b -k 4 -c 100 -tx off
endif
PAR_FLAGS ?= $(INTSTYLE) -w -ol std -t 1
TRCE_FLAGS ?= $(INTSTYLE) -e 3 -l 3
BITGEN_FLAGS ?= $(INTSTYLE) # most bitgen flags are specified in the .ut file
137,8 → 144,6
@$(ECHO) "setMode -acempm" >>$@
@$(ECHO) "setMode -pff" >>$@
@$(ECHO) "setMode -bs" >>$@
@$(ECHO) "deleteDevice -position 1" >>$@
@$(ECHO) "deleteDevice -position 1" >>$@
@$(ECHO) "setMode -bscan" >>$@
@$(ECHO) "setCable -p auto" >>$@
@$(ECHO) "addDevice -p 1 -file $(BSD_FILE)" >>$@

powered by: WebSVN 2.1.0

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