OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openmsp430/trunk/core/sim/rtl_sim/bin
    from Rev 99 to Rev 106
    Reverse comparison

Rev 99 → Rev 106

/ihex2mem.tcl
89,12 → 89,15
}
 
# MEMH Output
if [catch {open $out w } f_out] {
puts "ERROR Cannot create output file $out"
exit 1
if { "$out"=="-"} {
set f_out stdout
} else {
if [catch {open $out w } f_out] {
puts "ERROR Cannot create output file $out"
exit 1
}
}
 
 
#-----------------------------------------------------------------------------#
# CONVERSION #
#-----------------------------------------------------------------------------#
148,6 → 151,9
}
 
puts $f_out "\n"
close $f_out
 
if { "$out"!="-"} {
close $f_out
}
 
exit 0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.