URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [fpga/] [experiments/] [memctrl/] [fpga/] [memctrl-1/] [Makefile] - Rev 318
Compare with Previous | Blame | View Log
#
# Makefile for memory test on XESS XSA-XST-3 board
#
BUILD = ../../../../../build
.PHONY: all install clean
all: build/memtest.bit
install: build/memtest.bit
clean:
mv build/memtest.xise .
mv build/memtest.bit .
rm -rf build/*
mv memtest.xise build
mv memtest.bit build
rm -f *~