13 lines
305 B
Makefile
13 lines
305 B
Makefile
|
|
export PATH := $(PATH):/infres/ir600/users/brandner/patmos-misc/local/bin/
|
|
|
|
OWCET=owcet
|
|
|
|
.PHONY: analyse clean
|
|
|
|
analyse: heli heli.ff patmos_wcet.osx patmos_wcet/caches.xml patmos_wcet/memory.xml patmos_wcet/pipeline.xml
|
|
@mkdir -p out
|
|
$(OWCET) -f heli.ff -s patmos_wcet.osx heli
|
|
|
|
clean:
|
|
rm -rf out
|