OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [src_c/] [Makefile] - Diff between revs 25 and 28

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

Rev 25 Rev 28
Line 1... Line 1...
TOOLCHAIN:=${PRONOC_WORK}/toolchain
TOOLCHAIN:=${PRONOC_WORK}/toolchain
SUBDIRS = ihex2bin  ihex2mif  jtag  plot
SUBDIRS = ihex2bin  ihex2mif  jtag  plot
BIN_FILES = ihex2bin/ihex2bin  ihex2mif/ihex2mif  jtag/jtag_main
BIN_FILES = ihex2bin/ihex2bin  ihex2mif/ihex2mif
PRONOC_WORK_BIN := $(TOOLCHAIN)/bin
PRONOC_WORK_BIN := $(TOOLCHAIN)/bin
 
 
 
 
all: subdirs binfiles
all: subdirs binfiles
 
 
Line 13... Line 13...
 
 
binfiles:
binfiles:
 
 
        mkdir -p $(PRONOC_WORK_BIN)
        mkdir -p $(PRONOC_WORK_BIN)
         cp -f $(BIN_FILES) $(PRONOC_WORK_BIN)
         cp -f $(BIN_FILES) $(PRONOC_WORK_BIN)
 
        cp jtag/simple_jtag/jtag_main $(PRONOC_WORK_BIN)/jtag_main
 
#       cp jtag/urjtag-0.10/src/jtag_main  $(PRONOC_WORK_BIN)/jtag_main

powered by: WebSVN 2.1.0

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