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 106 to Rev 99
    Reverse comparison

Rev 106 → Rev 99

/ihex2mem.tcl
89,15 → 89,12
}
 
# MEMH Output
if { "$out"=="-"} {
set f_out stdout
} else {
if [catch {open $out w } f_out] {
puts "ERROR Cannot create output file $out"
exit 1
}
if [catch {open $out w } f_out] {
puts "ERROR Cannot create output file $out"
exit 1
}
 
 
#-----------------------------------------------------------------------------#
# CONVERSION #
#-----------------------------------------------------------------------------#
151,9 → 148,6
}
 
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.