6.2.4.5. SaveRFG

Save the final RFG

Required inputs: RFG

This rule saves the final RFG into a file.

If you instead want to save an intermediate state of the RFG, use the rule Architecture-SaveRFG instead.

In tool axivion_ci, if /Results/Dashboard/ci_mode.provide_rfg.provide_in_dashboard is enabled, the file saved by this rule will be copied to the database directory. If this rule is not enabled but provide_rfg.provide_in_dashboard is enabled, the RFG will be saved automatically as if this rule was enabled without specifying the rfg_file option.

Possible Messages

This rule has no predefined messages.

Options

The following places define options that affect this rule: Analysis-GlobalOptions

rfg_file

rfg_file : bauhaus.analysis.config.LayerRelativePath | None = None

The filename to use for the output RFG file. If that is not provided, filename.rfg is used (if the input was an IR file) or filename.out (if the input was an RFG file). Note: If the command-line option `--output_rfg` is used, it overwrites this setting.