Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit cf5dd2e7 authored by Vauban's avatar Vauban
Browse files

Libero: Generate DirectC programming file.

parent 7a48c311
No related merge requests found
......@@ -69,6 +69,8 @@ if {[info exists FPE_EXPORT_PATH]} {
set fpe_export_path $prog_export_path/FlashProExpress
}
set directc_export_path $prog_export_path/DirectC
if {[info exists TOP_LEVEL_NAME]} {
set top_level_name $TOP_LEVEL_NAME
} else {
......@@ -278,6 +280,7 @@ if !{[info exists ONLY_CREATE_DESIGN]} {
run_tool -name {GENERATEPROGRAMMINGFILE}
# run_tool -name {GENERATE_SPI_FLASH_IMAGE}
source ./script_support/export_flashproexpress.tcl
source ./script_support/export_directc.tcl
} else {
run_tool -name {GENERATEPROGRAMMINGDATA}
puts "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
......
export_bitstream_file \
-file_name ${top_level_name} \
-export_dir $directc_export_path \
-format {DAT} \
-for_ihp 0 \
-limit_SVF_file_size 0 \
-limit_SVF_file_by_max_filesize_or_vectors {} \
-svf_max_filesize {} \
-svf_max_vectors {} \
-master_file 0 \
-master_file_components {} \
-encrypted_uek1_file 0 \
-encrypted_uek1_file_components {} \
-encrypted_uek2_file 0 \
-encrypted_uek2_file_components {} \
-trusted_facility_file 1 \
-trusted_facility_file_components {FABRIC SNVM ENVM} \
-zeroization_likenew_action 0 \
-zeroization_unrecoverable_action 0 \
-master_backlevel_bypass 0 \
-uek1_backlevel_bypass 0 \
-uek2_backlevel_bypass 0 \
-master_include_plaintext_passkey 0 \
-uek1_include_plaintext_passkey 0 \
-uek2_include_plaintext_passkey 0 \
-sanitize_snvm 0 \
-sanitize_envm 0 \
-trusted_facility_keep_fabric_operational 0 \
-trusted_facility_skip_startup_seq 0 \
-uek1_keep_fabric_operational 0 \
-uek1_skip_startup_seq 0 \
-uek1_high_water_mark {} \
-uek2_keep_fabric_operational 0 \
-uek2_skip_startup_seq 0 \
-uek2_high_water_mark {}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment