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/mkfiles
    from Rev 147 to Rev 151
    Reverse comparison

Rev 147 → Rev 151

/xilinx_rules.mk
96,9 → 96,14
ifeq "$(XILINX_MAJOR_VER)" "10"
K4_OPT := -k 4
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
PAR_FLAGS ?= $(INTSTYLE) -w -ol std -t 1
endif
 
TRCE_FLAGS ?= $(INTSTYLE) -e 3 -l 3
BITGEN_FLAGS ?= $(INTSTYLE) # most bitgen flags are specified in the .ut file
PROMGEN_FLAGS ?= -u 0 # flags that control the MCS/EXO file generation

powered by: WebSVN 2.1.0

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