rempips: makefile todo.txt vivado only once

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-11-27 14:24:16 -08:00
parent 9bb3b49619
commit 3e7bad6f3f
1 changed files with 3 additions and 1 deletions

View File

@ -16,8 +16,10 @@ $(SPECIMENS_OK): todo.txt
bash generate.sh $(subst /OK,,$@)
touch $@
todo.txt:
pips_int_l.txt: piplist.tcl
vivado -mode batch -source piplist.tcl
todo.txt: pips_int_l.txt
python3 maketodo.py | sort -R | head -n10 > todo.txt.tmp
mv todo.txt.tmp todo.txt