Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Problem with tcl automation script

Hi. I want create a TCL script which will be write into log file after compilation current revision of a project, current timestamp, current active signaltap file name and current revision ID. I have try get current signal tap file name with command


set stp  - valie]

This command work correctly if I run it TCL shell in Quartus II window, but I have error when run this command in script as POST_FLOW_SCRIPT_FILE:

You must open a project before you can use this command.

Thanks for help.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thank. I use project_open command and dont have this error. But now when I use command get_current_revision for get active revision I get default revision name. Do you know why?