- Implemented regresion tests for batch processing, scans,
histmem and peak optimization
This commit is contained in:
14
test/interrupt.tcl
Executable file
14
test/interrupt.tcl
Executable file
@ -0,0 +1,14 @@
|
||||
#!/usr/bin/tclsh
|
||||
#------------------------------------------------------------
|
||||
# This is a little script which issues an interrupt to SICS
|
||||
# after five seconds
|
||||
#
|
||||
# Mark Koennecke, October 2006
|
||||
#------------------------------------------------------------
|
||||
source sicstcldebug.tcl
|
||||
config rights Mugger Mugger
|
||||
exec sleep 5
|
||||
puts $socke "INT1712 3"
|
||||
exit 1
|
||||
|
||||
|
Reference in New Issue
Block a user