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 48 and 54

Only display areas with differences | Details | Blame | View Log

Rev 48 Rev 54
TOOLCHAIN:=${PRONOC_WORK}/toolchain
TOOLCHAIN:=${PRONOC_WORK}/toolchain
SUBDIRS = ihex2bin  ihex2mif bin2str jtag  plot bin2mif bin2mem
SUBDIRS = ihex2bin  ihex2mif bin2str jtag  plot bin2mif bin2mem synfull/traffic-generator/src
BIN_FILES = ihex2bin/ihex2bin  ihex2mif/ihex2mif    bin2str/bin2str  jtag/jtag_libusb/jtag_libusb jtag/jtag_quartus_stp/jtag_quartus_stp bin2mif/bin2mif bin2mem/bin2mem jtag/jtag_xilinx_xsct/jtag_xilinx_xsct
BIN_FILES = ihex2bin/ihex2bin  ihex2mif/ihex2mif    bin2str/bin2str  jtag/jtag_libusb/jtag_libusb jtag/jtag_quartus_stp/jtag_quartus_stp bin2mif/bin2mif bin2mem/bin2mem jtag/jtag_xilinx_xsct/jtag_xilinx_xsct
PRONOC_WORK_BIN := $(TOOLCHAIN)/bin
PRONOC_WORK_BIN := $(TOOLCHAIN)/bin
all: subdirs binfiles
all: subdirs binfiles
subdirs:
subdirs:
        for dir in $(SUBDIRS); do \
        for dir in $(SUBDIRS); do \
                $(MAKE) -C $$dir; \
                $(MAKE) -C $$dir; \
        done
        done
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/urjtag-0.10/src/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.