changeset 4c418376e894 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=4c418376e894 description: mips_se: add cpu_models to build options
diffstat: 1 file changed, 1 insertion(+) build_opts/MIPS_SE | 1 + diffs (8 lines): diff -r c47f3e877a57 -r 4c418376e894 build_opts/MIPS_SE --- a/build_opts/MIPS_SE Wed May 13 01:26:46 2009 -0400 +++ b/build_opts/MIPS_SE Wed May 13 01:26:47 2009 -0400 @@ -1,2 +1,3 @@ TARGET_ISA = 'mips' FULL_SYSTEM = 0 +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU' \ No newline at end of file _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
