mirror of https://github.com/openXC7/prjxray.git
rempips: makefile todo.txt vivado only once
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
9bb3b49619
commit
3e7bad6f3f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue