Forum Discussion
Altera_Forum
Honored Contributor
20 years agoWell, the syntax error with the M='pwd' is because you're using the wrong "ticks".
It should be M=`pwd`... using the backticks. After fixing the backticks, try putting the O= option back in as well and let me know how it goes. It sounds like you're almost there but not quite.