| <config> | |
| <verilog_files> | |
| <!-- Way of specifying multiple files in a project --> | |
| <verilog_file>./depth_split.v</verilog_file> | |
| </verilog_files> | |
| <output> | |
| <!-- These are the output flags for the project --> | |
| <output_type>blif</output_type> | |
| <output_path_and_name>./depth_split.blif</output_path_and_name> | |
| <target> | |
| <!-- This is the target device the output is being built for --> | |
| <arch_file>./sample_arch.xml</arch_file> | |
| </target> | |
| </output> | |
| <optimizations> | |
| <multiply size="3" fixed="1" fracture="1"/> | |
| <memory split_memory_width="1" split_memory_depth="18"/> | |
| </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> |