- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any difference between starting the compilation by execute_flow -compile and by running its individual parts e.g. --analysis_and_elaboration etc. Do they both do the same exact thing? What about PRE_FLOW_SCRIPT_FILE, and other such settings.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The execute_flow command allows you to run some or all the executables in commonly-used combinations.
execute_flow -compile --> Perform a full compilation of the design
execute_flow --analysis_and_elaboration --> Only run analysis and elaboration of the design
Regarding the PRE_FLOW_SCRIPT_FILE, you can refer to the document Automating Script Execution.
Let me know if it helps.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page