Sep 22, 2017

SpyGlass Custom Goal setup


This page will give you info to set the custom goal for the spyglass.

In the PRJ file, you can set the goal.


<Test.prj>


define_goal <GOAL_NAME>  -policy (clock-reset} {
  set_goal_option rules { Ac_unsync01 Ac_sync01 }
  set_goal_option report { SynchInfo }
  set_parameter dump_sync_info detailed
  set_parameter allow_combo_logic yes  
  set_parameter allow_merged_qualifier yes
  set_parameter enable_and_sync yes
  set_parameter cdc_reduce_pessimism +ignore_multi_domain
}

In the custom goal , you can define the parameters/option specific to goal only.

How to run the custom goal :

You can run the custom goal by giving below command.

spyglass -project <Test.prj> -goal <GOAL_NAME> -batch


Comment if you need anything specific.
Thanks

Table of Contents