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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.5/] [rtl/] [vlib/] [Makefile.xflow] - Diff between revs 2 and 5

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

Rev 2 Rev 5
Line 1... Line 1...
# $Id: Makefile.xflow 311 2010-06-30 17:52:37Z mueller $
# $Id: Makefile.xflow 317 2010-07-22 19:36:56Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
# 2010-05-06   289   1.5.7  add xilinx_tsim_xon support
# 2010-05-06   289   1.5.7  add xilinx_tsim_xon support
# 2010-04-24   282   1.5.6  add %.impact rule to run impact_wrapper
# 2010-04-24   282   1.5.6  add %.impact rule to run impact_wrapper
Line 109... Line 109...
#            %.pcf
#            %.pcf
#            %_tra.log  translate (ngdbuild) log file (renamed %.bld)
#            %_tra.log  translate (ngdbuild) log file (renamed %.bld)
#            %_map.log  map log file                  (renamed %_map.mrp)
#            %_map.log  map log file                  (renamed %_map.mrp)
#            %_par.log  par log file                  (renamed %.par)
#            %_par.log  par log file                  (renamed %.par)
#            %_pad.log  pad file                      (renamed %_pad.txt)
#            %_pad.log  pad file                      (renamed %_pad.txt)
 
#            %_twr.log  trce log file                 (renamed %.twr)
#
#
%.ncd %.pcf: %.ngc
%.ncd %.pcf: %.ngc
        if [ ! -d ./ise ]; then mkdir ./ise; fi
        if [ ! -d ./ise ]; then mkdir ./ise; fi
        if [ -r $*.ngc ]; then cp -p $*.ngc ./ise; fi
        if [ -r $*.ngc ]; then cp -p $*.ngc ./ise; fi
        if [ -r $*.ucf ]; then cp -p $*.ucf ./ise; fi
        if [ -r $*.ucf ]; then cp -p $*.ucf ./ise; fi

powered by: WebSVN 2.1.0

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