Skip to content

Commit

Permalink
HSS Update: Update link
Browse files Browse the repository at this point in the history
Updated the URL used to download the HSS for the Discovery kit
  • Loading branch information
hughbreslin committed Jul 5, 2024
1 parent 5c904ab commit cc52059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MPFS_DISCOVERY_KIT_REFERENCE_DESIGN.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -528,11 +528,11 @@ if {[info exists SYNTHESIZE]} {
}

if {[info exists HSS_UPDATE]} {
if !{[file exists "./script_support/hss-envm-wrapper.mpfs-Discovery-kit-es.hex"]} {
if {[catch {exec wget https://github.com/polarfire-soc/hart-software-services/releases/latest/download/hss-envm-wrapper.mpfs-discovery-kit-es.hex -P ./script_support/} issue]} {
if !{[file exists "./script_support/hss-envm-wrapper.mpfs-disco-kit.hex"]} {
if {[catch {exec wget https://github.com/polarfire-soc/hart-software-services/releases/latest/download/hss-envm-wrapper.mpfs-disco-kit.hex -P ./script_support/} issue]} {
}
}
create_eNVM_config "$local_dir/script_support/components/MSS/ENVM.cfg" "$local_dir/script_support/hss-envm-wrapper.mpfs-discovery-kit-es.hex"
create_eNVM_config "$local_dir/script_support/components/MSS/ENVM.cfg" "$local_dir/script_support/hss-envm-wrapper.mpfs-disco-kit.hex"
run_tool -name {GENERATEPROGRAMMINGDATA}
configure_envm -cfg_file {script_support/components/MSS/ENVM.cfg}
}
Expand Down

0 comments on commit cc52059

Please sign in to comment.