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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.24/] [fpga/] [Makefile] - Rev 211

Compare with Previous | Blame | View Log

#
# Makefile for FPGA implementations of ECO32
#

BUILD = ../build

.PHONY:         all install clean

all:            xsa-xst-3/eco32.bit

install:        xsa-xst-3/eco32.bit
                $(BUILD)/bin/bit2exo 0x180000 \
                  xsa-xst-3/eco32.bit xsa-xst-3/eco32.exo
                mkdir -p $(BUILD)/eco32/xsa-xst-3
                cp xsa-xst-3/eco32.bit $(BUILD)/eco32/xsa-xst-3
                cp xsa-xst-3/eco32.exo $(BUILD)/eco32/xsa-xst-3

clean:
                mv xsa-xst-3/eco32.ucf .
                mv xsa-xst-3/eco32.xise .
                mv xsa-xst-3/eco32.bit .
                rm -rf xsa-xst-3/*
                mv eco32.ucf xsa-xst-3
                mv eco32.xise xsa-xst-3
                mv eco32.bit xsa-xst-3
                rm -f *~

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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