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

Subversion Repositories eco32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /eco32/trunk/fpga
    from Rev 288 to Rev 289
    Reverse comparison

Rev 288 → Rev 289

/mc/boards/xsa-xst-3/Makefile
2,7 → 2,7
# Makefile for ECO32 on XESS XSA-XST-3 board
#
 
BUILD = ../../../build
BUILD = ../../../../build
 
.PHONY: all install clean
 
/mc/boards/s3e-500/Makefile
2,7 → 2,7
# Makefile for ECO32 on Digilent S3E starter kit board
#
 
BUILD = ../../../build
BUILD = ../../../../build
 
.PHONY: all install clean
 
/mc/boards/Makefile
1,8 → 1,8
#
# Makefile for FPGA implementations of ECO32
# Makefile for multicycle implementations of ECO32
#
 
BUILD = ../../build
BUILD = ../../../build
 
DIRS = xsa-xst-3 s3e-500
 
/mc/Makefile
1,8 → 1,8
#
# Makefile for FPGA implementations of ECO32
# Makefile for multicycle implementations of ECO32
#
 
BUILD = ../build
BUILD = ../../build
 
.PHONY: all install clean
 
/Makefile
0,0 → 1,25
#
# Makefile for FPGA implementations of ECO32
#
 
BUILD = ../build
 
DIRS = mc
 
.PHONY: all install clean
 
all:
for i in $(DIRS) ; do \
$(MAKE) -C $$i all ; \
done
 
install:
for i in $(DIRS) ; do \
$(MAKE) -C $$i install ; \
done
 
clean:
for i in $(DIRS) ; do \
$(MAKE) -C $$i clean ; \
done
rm -f *~

powered by: WebSVN 2.1.0

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