default.ami
来自「ARM ADS 程序示例(源码),coprotest.c,partest.c,i」· AMI 代码 · 共 90 行
AMI
90 行
;; ARMulator configuration file type 3
;; - default.ami -
;; RCS $Revision: 1.14.4.1 $
;; Checkin $Date: 2000/10/26 19:15:40 $
;; Revising $Author: dsinclai $
;This is the default divisor ratio for external busses.
;Except in FastBus mode, external bus speed is CPUSPEED/MCCFG.
;Note that this is different from the meaning formerly used in SA-110,
; which had ratio=MCCFG+2.
MCCFG=3
{ PeripheralSets
;; This section includes the peripherals which will be loaded into
;; every processor-model.
{ Processors_Common=Default_Processors_Common
; End of Processors:Processors_Common
}
{ Default_Processors_Common
{ SemiHost=Default_Semihost
#if FPE && FPE==True
Demon=True
#else
Demon=False
#endif
}
;; PARALLEL model
{Parallel=Default_Parallel
}
;; Copro model
{Mycopro=Default_Mycopro
}
;; Exception Generator (ProjectX) model
{ProjectX=Default_ProjectX
}
{ Timer=Default_Timer
}
{Millisec=Default_Millisec
}
;{ WatchDog=No_Watchdog
;}
{ Tube=Default_Tube
}
{ Intctrl=Default_Intctrl
}
#if !OMIT_PAGETABLES
{ Pagetables=Default_Pagetables
}
#endif
{ Mapfile=Default_Mapfile
}
; Profiler is cheap when off.
{ Profiler=Default_Profiler
}
; Tracer is cheap when not used too.
{Tracer=Default_Tracer
}
;End of Default_Processors_Common
}
;End of PeripheralSets
}
;; EOF default.ami
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?