Fix sics_simulation check.

This commit is contained in:
Ferdi Franceschini
2013-04-23 10:22:20 +10:00
parent 99a4ccc2ee
commit b5ff1e82f5

View File

@@ -119,7 +119,7 @@ namespace eval ::scobj::chopper {
variable fermiPath
set fermiPath /sics/fermi_chopper
::scobj::hinitprops fermi_chopper
set sim_mode [SplitReply chopper_simulation]
set sim_mode [SplitReply [chopper_simulation]]
if {$sim_mode == "false"} {
set host [dict get $::CHOPPER_HOSTPORT MB350PC HOST]
set port [dict get $::CHOPPER_HOSTPORT MB350PC PORT]