Hi Ali,

Thank you very much. You are right. I should use
"all_cpu_list.append('MyCPU')"  in the SConsopts file. I modified the
Sconsopts directly and didn't notice that I use
"all_cpu_list.extend('MyCPU')" . After I corrected it and added the
following lines, everything is fine now.

Change src/cpu/simple/SConscript to:
if 'AtomicSimpleCPU' in env['CPU_MODELS'] or \
        'TimingSimpleCPU' in env['CPU_MODELS'] or \
        'MyCPU' in env['CPU_MODLES']:
     TraceFlag('SimpleCPU')


Thanks again,

Meng-Ju
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to