Add messages to synthesis stages

parent 699e9352
......@@ -158,8 +158,9 @@ SYN_GRADE := ${syn_grade}
tcl_command.append(echo_command.format(command))
self.writeln("""\
{0}.tcl:
\t\techo "" > $@
\t\techo puts \\"START {2}.TCL SCRIPT\\" > $@
{3}
\t\techo puts \\"FINISH {2}.TCL SCRIPT\\" >> $@
{0}: {1} {0}.tcl
\t\t$(SYN_PRE_{2}_CMD)
......
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