| <config> |
| <verilog_files> |
| <!-- Way of specifying multiple files in a project --> |
| <verilog_file>multiply.v</verilog_file> |
| </verilog_files> |
| <output> |
| <!-- These are the output flags for the project --> |
| <output_type>blif_all_soft</output_type> |
| <output_path_and_name>./multiply_soft.blif</output_path_and_name> |
| <target> |
| <!-- This is the target device the output is being built for --> |
| </target> |
| </output> |
| <optimizations> |
| <multiply size="3" fixed="1"/> |
| </optimizations> |
| <debug_outputs> |
| <!-- Various debug options --> |
| <debug_output_path>.</debug_output_path> |
| <output_ast_graphs>1</output_ast_graphs> |
| <output_netlist_graphs>1</output_netlist_graphs> |
| </debug_outputs> |
| </config> |