File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ if { [check_target_arc64] } {
202
202
# present and, presuambly, that nSIM property disable optional feature.
203
203
set nsim_gcc_mapping {
204
204
"__ARC_ATOMIC__" 1 nsim_isa_atomic_option=1
205
+ "__ARC64_ATOMIC__" 1 nsim_isa_atomic_option=1
205
206
"__ARC_BARREL_SHIFTER__" 0 nsim_isa_shift_option=0
206
207
"__ARC_CODE_DENSITY__" 1 nsim_isa_code_density_option=2
207
208
"__ARC_DIVREM__" 1 nsim_isa_div_rem_option=2
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ proc ftp_open {host} {
51
51
set spawn_id -1
52
52
set count 3
53
53
while {$spawn_id < 0 && $count >= 0} {
54
- spawn ftp -n $remotehost $remoteport
54
+ spawn ftp -A - n $remotehost $remoteport
55
55
expect {
56
56
-i $spawn_id -re ".*220.*$prompt" { }
57
57
-i $spawn_id -re ".*Connection refused.*$prompt" {
You can’t perform that action at this time.
0 commit comments