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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Makefile] - Diff between revs 90 and 94

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

Rev 90 Rev 94
Line 3... Line 3...
CUR_DIR=$(shell pwd)
CUR_DIR=$(shell pwd)
home=$(CUR_DIR)
home=$(CUR_DIR)
design=socgen
design=socgen
 
 
 
 
all: run_sims build_fpgas check_fpgas
all: workspace run_sims
 
 
 
 
 
 
.PHONY build_soc:
.PHONY workspace:
build_soc:
workspace:
        (\
        (\
        rm -f -r work/*  ;\
        rm -f -r work/*  ;\
        find . | grep "~" | xargs rm -f  $1 ;\
        find . | grep "~" | xargs rm -f  $1 ;\
        ${home}/tools/sys/soc_link   ;\
        ${home}/tools/sys/workspace   ;\
         )
         )
 
 
 
 
.PHONY build_hw:
.PHONY build_hw:
build_hw:
build_hw:

powered by: WebSVN 2.1.0

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