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

Subversion Repositories layer2

[/] [layer2/] [trunk/] [xilinx/] [Makefile] - Diff between revs 4 and 5

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

Rev 4 Rev 5
Line 23... Line 23...
TRCE = $(TOOL_DIR)trce.exe
TRCE = $(TOOL_DIR)trce.exe
BITGEN = $(TOOL_DIR)bitgen.exe
BITGEN = $(TOOL_DIR)bitgen.exe
IMPACT = $(TOOL_DIR)impact.exe
IMPACT = $(TOOL_DIR)impact.exe
 
 
upload : layer2.bit
upload : layer2.bit
        $(IMPACT) -batch impact.cmds
        $(IMPACT) -batch upload.cmds
 
 
.PHONY: build
prom : layer2.bit
build : layer2.bit
        $(IMPACT) -batch prom.cmds
 
 
layer2.bit :
build :
        $(XST) -ifn layer2.xst -ofn layer2.syr -intstyle ise
        $(XST) -ifn layer2.xst -ofn layer2.syr -intstyle ise
        $(NGDBUILD) -intstyle ise -dd ngdbuild -nt timestamp -uc layer2.ucf \
        $(NGDBUILD) -intstyle ise -dd ngdbuild -nt timestamp -uc layer2.ucf \
                -p xc3s500e-fg320-4 layer2.ngc layer2.ngd
                -p xc3s500e-fg320-4 layer2.ngc layer2.ngd
        $(MAP) -intstyle ise -p xc3s500e-fg320-4 -cm area -ir off -pr off -c 100 \
        $(MAP) -intstyle ise -p xc3s500e-fg320-4 -cm area -ir off -pr off -c 100 \
                -o layer2_map.ncd layer2.ngd layer2.pcf
                -o layer2_map.ncd layer2.ngd layer2.pcf
Line 43... Line 43...
 
 
.PHONY: clean
.PHONY: clean
clean :
clean :
        -@$(RM) *.bgn *.bld *.drc *.cmd_log *.lso *.ncd *.ngc *.ngd *.ngr *.pad \
        -@$(RM) *.bgn *.bld *.drc *.cmd_log *.lso *.ncd *.ngc *.ngd *.ngr *.pad \
                *.par *.pcf *.ptwx *.stx *.syr *.twr *.twx *.unroutes *.xpi *.xwbt \
                *.par *.pcf *.ptwx *.stx *.syr *.twr *.twx *.unroutes *.xpi *.xwbt \
                *.map *.mrp *.xrpt *.csv *.txt *.xml *.html *.log *.ngm
 
 No newline at end of file
 No newline at end of file
 
                *.map *.mrp *.xrpt *.csv *.txt *.xml *.html *.log *.ngm *.prm *.cfi *.sig
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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