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

Subversion Repositories System09

[/] [System09/] [trunk/] [mkfiles/] [xilinx_rules.mk] - Diff between revs 147 and 151

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 147 Rev 151
Line 94... Line 94...
K4_OPT := -k 4
K4_OPT := -k 4
endif
endif
ifeq "$(XILINX_MAJOR_VER)" "10"
ifeq "$(XILINX_MAJOR_VER)" "10"
K4_OPT := -k 4
K4_OPT := -k 4
endif
endif
 
ifeq "$(FAMILY)" "spartan6"
 
MAP_FLAGS        ?= $(INTSTYLE) $(COVER_MODE) -pr b $(K4_OPT) -c 100 -t 1
 
PAR_FLAGS        ?= $(INTSTYLE) -w -ol std
 
else
MAP_FLAGS        ?= $(INTSTYLE) -cm area -pr b $(K4_OPT) -c 100 -tx off
MAP_FLAGS        ?= $(INTSTYLE) -cm area -pr b $(K4_OPT) -c 100 -tx off
PAR_FLAGS        ?= $(INTSTYLE) -w -ol std -t 1
PAR_FLAGS        ?= $(INTSTYLE) -w -ol std -t 1
 
endif
 
 
TRCE_FLAGS       ?= $(INTSTYLE) -e 3 -l 3
TRCE_FLAGS       ?= $(INTSTYLE) -e 3 -l 3
BITGEN_FLAGS     ?= $(INTSTYLE)           # most bitgen flags are specified in the .ut file
BITGEN_FLAGS     ?= $(INTSTYLE)           # most bitgen flags are specified in the .ut file
PROMGEN_FLAGS    ?= -u 0                  # flags that control the MCS/EXO file generation
PROMGEN_FLAGS    ?= -u 0                  # flags that control the MCS/EXO file generation
 
 
BITGEN_OPTIONS_FILE   ?= $(DESIGN_NAME).ut
BITGEN_OPTIONS_FILE   ?= $(DESIGN_NAME).ut

powered by: WebSVN 2.1.0

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