cpu: O3 add a header declaring the DerivO3CPU
authorAndreas Sandberg <Andreas.Sandberg@arm.com>
Fri, 2 Nov 2012 16:32:01 +0000 (11:32 -0500)
committerAndreas Sandberg <Andreas.Sandberg@arm.com>
Fri, 2 Nov 2012 16:32:01 +0000 (11:32 -0500)
commiteb703a4b4e167e4d45f92203a1e0849f19cdba6d
tree390ab4209a18921923aa1e51c3f93398db74f3ef
parentebe65a394bdb6b23d99fa01bcea105065a648991
cpu: O3 add a header declaring the DerivO3CPU

SWIG needs a complete declaration of all wrapped objects. This patch
adds a header file with the DerivO3CPU class and includes it in the
SWIG interface.

--HG--
rename : src/cpu/o3/cpu_builder.cc => src/cpu/o3/deriv.cc
src/cpu/o3/O3CPU.py
src/cpu/o3/SConscript
src/cpu/o3/cpu_builder.cc [deleted file]
src/cpu/o3/deriv.cc [new file with mode: 0644]
src/cpu/o3/deriv.hh [new file with mode: 0644]