Commit f8bec992 authored by Tristan Gingold's avatar Tristan Gingold

Partial revert of patch and baselines for TCL_INTERPRETER.

For most tools, the space is needed.
parent c0768c21
...@@ -35,7 +35,7 @@ class MakefileSyn(ToolMakefile): ...@@ -35,7 +35,7 @@ class MakefileSyn(ToolMakefile):
{0}: {1} {0}.tcl {0}: {1} {0}.tcl
\t\t$(SYN_PRE_{2}_CMD) \t\t$(SYN_PRE_{2}_CMD)
\t\t$(TCL_INTERPRETER)$@.tcl \t\t$(TCL_INTERPRETER) $@.tcl
\t\t$(SYN_POST_{2}_CMD) \t\t$(SYN_POST_{2}_CMD)
\t\t{4} $@ \t\t{4} $@
""" """
......
...@@ -68,7 +68,7 @@ project.tcl: ...@@ -68,7 +68,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -85,7 +85,7 @@ synthesize.tcl: ...@@ -85,7 +85,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
touch $@ touch $@
...@@ -102,7 +102,7 @@ translate.tcl: ...@@ -102,7 +102,7 @@ translate.tcl:
translate: synthesize translate.tcl translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD) $(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD) $(SYN_POST_TRANSLATE_CMD)
touch $@ touch $@
...@@ -119,7 +119,7 @@ map.tcl: ...@@ -119,7 +119,7 @@ map.tcl:
map: translate map.tcl map: translate map.tcl
$(SYN_PRE_MAP_CMD) $(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD) $(SYN_POST_MAP_CMD)
touch $@ touch $@
...@@ -136,7 +136,7 @@ par.tcl: ...@@ -136,7 +136,7 @@ par.tcl:
par: map par.tcl par: map par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -153,7 +153,7 @@ bitstream.tcl: ...@@ -153,7 +153,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -48,7 +48,7 @@ project.tcl: ...@@ -48,7 +48,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -60,7 +60,7 @@ par.tcl: ...@@ -60,7 +60,7 @@ par.tcl:
par: project par.tcl par: project par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -72,7 +72,7 @@ bitstream.tcl: ...@@ -72,7 +72,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -42,7 +42,7 @@ synthesize.tcl: ...@@ -42,7 +42,7 @@ synthesize.tcl:
synthesize: files.tcl synthesize.tcl synthesize: files.tcl synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
touch $@ touch $@
...@@ -51,7 +51,7 @@ par.tcl: ...@@ -51,7 +51,7 @@ par.tcl:
par: synthesize par.tcl par: synthesize par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -60,7 +60,7 @@ bitstream.tcl: ...@@ -60,7 +60,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -69,7 +69,7 @@ project.tcl: ...@@ -69,7 +69,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -86,7 +86,7 @@ synthesize.tcl: ...@@ -86,7 +86,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
touch $@ touch $@
...@@ -103,7 +103,7 @@ translate.tcl: ...@@ -103,7 +103,7 @@ translate.tcl:
translate: synthesize translate.tcl translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD) $(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD) $(SYN_POST_TRANSLATE_CMD)
touch $@ touch $@
...@@ -120,7 +120,7 @@ map.tcl: ...@@ -120,7 +120,7 @@ map.tcl:
map: translate map.tcl map: translate map.tcl
$(SYN_PRE_MAP_CMD) $(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD) $(SYN_POST_MAP_CMD)
touch $@ touch $@
...@@ -137,7 +137,7 @@ par.tcl: ...@@ -137,7 +137,7 @@ par.tcl:
par: map par.tcl par: map par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -154,7 +154,7 @@ bitstream.tcl: ...@@ -154,7 +154,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -58,7 +58,7 @@ project.tcl: ...@@ -58,7 +58,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -77,7 +77,7 @@ synthesize.tcl: ...@@ -77,7 +77,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
touch $@ touch $@
...@@ -96,7 +96,7 @@ par.tcl: ...@@ -96,7 +96,7 @@ par.tcl:
par: synthesize par.tcl par: synthesize par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -108,7 +108,7 @@ bitstream.tcl: ...@@ -108,7 +108,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -46,7 +46,7 @@ project.tcl: ...@@ -46,7 +46,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -57,7 +57,7 @@ bitstream.tcl: ...@@ -57,7 +57,7 @@ bitstream.tcl:
bitstream: project bitstream.tcl bitstream: project bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -46,7 +46,7 @@ project.tcl: ...@@ -46,7 +46,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -57,7 +57,7 @@ bitstream.tcl: ...@@ -57,7 +57,7 @@ bitstream.tcl:
bitstream: project bitstream.tcl bitstream: project bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -58,7 +58,7 @@ project.tcl: ...@@ -58,7 +58,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -77,7 +77,7 @@ synthesize.tcl: ...@@ -77,7 +77,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
touch $@ touch $@
...@@ -96,7 +96,7 @@ par.tcl: ...@@ -96,7 +96,7 @@ par.tcl:
par: synthesize par.tcl par: synthesize par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -108,7 +108,7 @@ bitstream.tcl: ...@@ -108,7 +108,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -58,7 +58,7 @@ project.tcl: ...@@ -58,7 +58,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -77,7 +77,7 @@ synthesize.tcl: ...@@ -77,7 +77,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
touch $@ touch $@
...@@ -96,7 +96,7 @@ par.tcl: ...@@ -96,7 +96,7 @@ par.tcl:
par: synthesize par.tcl par: synthesize par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -108,7 +108,7 @@ bitstream.tcl: ...@@ -108,7 +108,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -49,7 +49,7 @@ project.tcl: ...@@ -49,7 +49,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -60,7 +60,7 @@ bitstream.tcl: ...@@ -60,7 +60,7 @@ bitstream.tcl:
bitstream: project bitstream.tcl bitstream: project bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -67,7 +67,7 @@ project.tcl: ...@@ -67,7 +67,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -84,7 +84,7 @@ synthesize.tcl: ...@@ -84,7 +84,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
touch $@ touch $@
...@@ -101,7 +101,7 @@ translate.tcl: ...@@ -101,7 +101,7 @@ translate.tcl:
translate: synthesize translate.tcl translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD) $(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD) $(SYN_POST_TRANSLATE_CMD)
touch $@ touch $@
...@@ -118,7 +118,7 @@ map.tcl: ...@@ -118,7 +118,7 @@ map.tcl:
map: translate map.tcl map: translate map.tcl
$(SYN_PRE_MAP_CMD) $(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD) $(SYN_POST_MAP_CMD)
touch $@ touch $@
...@@ -135,7 +135,7 @@ par.tcl: ...@@ -135,7 +135,7 @@ par.tcl:
par: map par.tcl par: map par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -152,7 +152,7 @@ bitstream.tcl: ...@@ -152,7 +152,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -62,7 +62,7 @@ project.tcl: ...@@ -62,7 +62,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -82,7 +82,7 @@ synthesize.tcl: ...@@ -82,7 +82,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
touch $@ touch $@
...@@ -102,7 +102,7 @@ par.tcl: ...@@ -102,7 +102,7 @@ par.tcl:
par: synthesize par.tcl par: synthesize par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -114,7 +114,7 @@ bitstream.tcl: ...@@ -114,7 +114,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -67,7 +67,7 @@ project.tcl: ...@@ -67,7 +67,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -84,7 +84,7 @@ synthesize.tcl: ...@@ -84,7 +84,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
touch $@ touch $@
...@@ -101,7 +101,7 @@ translate.tcl: ...@@ -101,7 +101,7 @@ translate.tcl:
translate: synthesize translate.tcl translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD) $(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD) $(SYN_POST_TRANSLATE_CMD)
touch $@ touch $@
...@@ -118,7 +118,7 @@ map.tcl: ...@@ -118,7 +118,7 @@ map.tcl:
map: translate map.tcl map: translate map.tcl
$(SYN_PRE_MAP_CMD) $(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD) $(SYN_POST_MAP_CMD)
touch $@ touch $@
...@@ -135,7 +135,7 @@ par.tcl: ...@@ -135,7 +135,7 @@ par.tcl:
par: map par.tcl par: map par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -152,7 +152,7 @@ bitstream.tcl: ...@@ -152,7 +152,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
...@@ -67,7 +67,7 @@ project.tcl: ...@@ -67,7 +67,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
type nul >> $@ type nul >> $@
...@@ -84,7 +84,7 @@ synthesize.tcl: ...@@ -84,7 +84,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
type nul >> $@ type nul >> $@
...@@ -101,7 +101,7 @@ translate.tcl: ...@@ -101,7 +101,7 @@ translate.tcl:
translate: synthesize translate.tcl translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD) $(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD) $(SYN_POST_TRANSLATE_CMD)
type nul >> $@ type nul >> $@
...@@ -118,7 +118,7 @@ map.tcl: ...@@ -118,7 +118,7 @@ map.tcl:
map: translate map.tcl map: translate map.tcl
$(SYN_PRE_MAP_CMD) $(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD) $(SYN_POST_MAP_CMD)
type nul >> $@ type nul >> $@
...@@ -135,7 +135,7 @@ par.tcl: ...@@ -135,7 +135,7 @@ par.tcl:
par: map par.tcl par: map par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
type nul >> $@ type nul >> $@
...@@ -152,7 +152,7 @@ bitstream.tcl: ...@@ -152,7 +152,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
type nul >> $@ type nul >> $@
......
...@@ -67,7 +67,7 @@ project.tcl: ...@@ -67,7 +67,7 @@ project.tcl:
project: files.tcl project.tcl project: files.tcl project.tcl
$(SYN_PRE_PROJECT_CMD) $(SYN_PRE_PROJECT_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PROJECT_CMD) $(SYN_POST_PROJECT_CMD)
touch $@ touch $@
...@@ -84,7 +84,7 @@ synthesize.tcl: ...@@ -84,7 +84,7 @@ synthesize.tcl:
synthesize: project synthesize.tcl synthesize: project synthesize.tcl
$(SYN_PRE_SYNTHESIZE_CMD) $(SYN_PRE_SYNTHESIZE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_SYNTHESIZE_CMD) $(SYN_POST_SYNTHESIZE_CMD)
touch $@ touch $@
...@@ -101,7 +101,7 @@ translate.tcl: ...@@ -101,7 +101,7 @@ translate.tcl:
translate: synthesize translate.tcl translate: synthesize translate.tcl
$(SYN_PRE_TRANSLATE_CMD) $(SYN_PRE_TRANSLATE_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_TRANSLATE_CMD) $(SYN_POST_TRANSLATE_CMD)
touch $@ touch $@
...@@ -118,7 +118,7 @@ map.tcl: ...@@ -118,7 +118,7 @@ map.tcl:
map: translate map.tcl map: translate map.tcl
$(SYN_PRE_MAP_CMD) $(SYN_PRE_MAP_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_MAP_CMD) $(SYN_POST_MAP_CMD)
touch $@ touch $@
...@@ -135,7 +135,7 @@ par.tcl: ...@@ -135,7 +135,7 @@ par.tcl:
par: map par.tcl par: map par.tcl
$(SYN_PRE_PAR_CMD) $(SYN_PRE_PAR_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_PAR_CMD) $(SYN_POST_PAR_CMD)
touch $@ touch $@
...@@ -152,7 +152,7 @@ bitstream.tcl: ...@@ -152,7 +152,7 @@ bitstream.tcl:
bitstream: par bitstream.tcl bitstream: par bitstream.tcl
$(SYN_PRE_BITSTREAM_CMD) $(SYN_PRE_BITSTREAM_CMD)
$(TCL_INTERPRETER)$@.tcl $(TCL_INTERPRETER) $@.tcl
$(SYN_POST_BITSTREAM_CMD) $(SYN_POST_BITSTREAM_CMD)
touch $@ touch $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment