SICS-696 Explicity include the namespace on mk_sct_ calls
This commit is contained in:
@@ -408,8 +408,8 @@ proc add_autolab {name IP port } {
|
||||
if {[SplitReply [environment_simulation]]=="false"} {
|
||||
makesctcontroller sct_autolab std ${IP}:$port [binary format cc 0x0D 0x0A] 5.0
|
||||
}
|
||||
puts $fd "mk_sct_autolab sct_autolab environment $name"
|
||||
mk_sct_autolab sct_autolab environment $name
|
||||
puts $fd "::scobj::autolab::mk_sct_autolab sct_autolab environment $name"
|
||||
::scobj::autolab::mk_sct_autolab sct_autolab environment $name
|
||||
close $fd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user