diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-09-19 20:28:43 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-09-19 20:28:43 -0600 |
| commit | 3123b4af7eb0388ae74beb8126696b7460481510 (patch) | |
| tree | 572889488b9e36fcdebb27f6b68e345877d45a34 | |
| parent | 6fd6c7173908d6c949375092786bfcef3e24cf90 (diff) | |
Add .cof for conversion to .rbf
| -rw-r--r-- | soc_system.cof | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/soc_system.cof b/soc_system.cof new file mode 100644 index 0000000..8b0ac1e --- /dev/null +++ b/soc_system.cof @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="US-ASCII" standalone="yes"?> +<cof> + <eprom_name>EPCE16</eprom_name> + <output_filename>output_files/output_file.rbf</output_filename> + <n_pages>1</n_pages> + <width>1</width> + <mode>11</mode> + <sof_data> + <user_name>Page_0</user_name> + <page_flags>1</page_flags> + <bit0> + <sof_filename>/home/ale/conspiracion/output_files/conspiracion.sof</sof_filename> + </bit0> + </sof_data> + <version>10</version> + <create_cvp_file>0</create_cvp_file> + <create_hps_iocsr>0</create_hps_iocsr> + <auto_create_rpd>0</auto_create_rpd> + <rpd_little_endian>1</rpd_little_endian> + <options> + <map_file>0</map_file> + </options> + <advanced_options> + <ignore_epcs_id_check>1</ignore_epcs_id_check> + <ignore_condone_check>2</ignore_condone_check> + <plc_adjustment>0</plc_adjustment> + <post_chain_bitstream_pad_bytes>-1</post_chain_bitstream_pad_bytes> + <post_device_bitstream_pad_bytes>-1</post_device_bitstream_pad_bytes> + <bitslice_pre_padding>1</bitslice_pre_padding> + </advanced_options> +</cof>
\ No newline at end of file |
