M2_SETI/B1/strec-ipet/Makefile
2022-10-30 14:21:09 +01:00

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