URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 15 |
Rev 87 |
Line 27... |
Line 27... |
#
|
#
|
# Author(s):
|
# Author(s):
|
# - Olivier Girard, olgirard@gmail.com
|
# - Olivier Girard, olgirard@gmail.com
|
#
|
#
|
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
# $Rev: 15 $
|
# $Rev: 87 $
|
# $LastChangedBy: olivier.girard $
|
# $LastChangedBy: olivier.girard $
|
# $LastChangedDate: 2009-08-04 22:41:47 +0200 (Tue, 04 Aug 2009) $
|
# $LastChangedDate: 2011-02-05 14:40:22 +0100 (Sat, 05 Feb 2011) $
|
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
|
|
global clients
|
global clients
|
global server
|
global server
|
|
|
Line 108... |
Line 108... |
putsLog "INFO: ROM Size - [lindex $sizes 0] B"
|
putsLog "INFO: ROM Size - [lindex $sizes 0] B"
|
putsLog "INFO: RAM Size - [lindex $sizes 1] B"
|
putsLog "INFO: RAM Size - [lindex $sizes 1] B"
|
putsLog "INFO: $hw_break(num) Hardware Break/Watch-point unit(s) detected"
|
putsLog "INFO: $hw_break(num) Hardware Break/Watch-point unit(s) detected"
|
putsLog " "
|
putsLog " "
|
|
|
|
# Activate Load TCL script section
|
|
.tclscript.ft.l configure -state normal
|
|
.tclscript.ft.file configure -state normal
|
|
.tclscript.ft.browse configure -state normal
|
|
.tclscript.fb.read configure -state normal
|
|
|
# Reset & Stop CPU
|
# Reset & Stop CPU
|
ExecutePOR_Halt
|
ExecutePOR_Halt
|
|
|
# Start server for GDB
|
# Start server for GDB
|
if {![startServer]} {
|
if {![startServer]} {
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.