You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 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