Hi,
We are trying to integrate Bochs x86 functional model into M5. In
order to achieve that we are trying to have our own cpu model that does
not use isa_parser generated files. In doing so, we had to remove other
CPU models like AtomicSimpleCPU, TimingSimpleCPU etc, as they depend
upon isa_parser generated files (and thus breaks compilation). But we
found out that src/cpu/base.cc (which is the file for BaseCPU) also has
dependencies on isa_parser generated files. If we take off BaseCPU files
from compilation, then many other files like sim/pseudo_inst.cc etc are
complaining as they have dependencies on BaseCPU files.
We are a bit confused now. Can you please let us know on whether we
should try to remove BaseCPU?
Thanks
Arka
Rathijit
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev