summaryrefslogtreecommitdiff
path: root/src/cpu/thread_state.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-10-15 21:04:14 -0400
committerGabe Black <gblack@eecs.umich.edu>2006-10-15 21:04:14 -0400
commit333a7c4ba27da0093d736b18c9355a214042fb01 (patch)
treee44d2fd2c6ec8fc3f07d06fc8576ac25c22c2189 /src/cpu/thread_state.hh
parentdc7d9af582a192f5a50fcbc72073e7aab1a57097 (diff)
downloadgem5-333a7c4ba27da0093d736b18c9355a214042fb01.tar.xz
Started implementing microcode.
--HG-- extra : convert_revision : 51df0454085e13df023efd8a0c0a12f9756c4690
Diffstat (limited to 'src/cpu/thread_state.hh')
-rw-r--r--src/cpu/thread_state.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cpu/thread_state.hh b/src/cpu/thread_state.hh
index 14e033b7f..60353760c 100644
--- a/src/cpu/thread_state.hh
+++ b/src/cpu/thread_state.hh
@@ -200,6 +200,16 @@ struct ThreadState {
*/
TheISA::MachInst inst;
+ /** The current microcode pc for the currently executing macro
+ * operation.
+ */
+ MicroPC microPC;
+
+ /** The next microcode pc for the currently executing macro
+ * operation.
+ */
+ MicroPC nextMicroPC;
+
public:
/**
* Temporary storage to pass the source address from copy_load to