diff options
author | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | 2015-05-06 20:18:41 +0200 |
---|---|---|
committer | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | 2015-05-22 17:02:33 +0200 |
commit | 6d2afc8a5edc042e4e7c2ceb49f7cabe02aae793 (patch) | |
tree | af72b53fecab78391693722f355498dd6de59e3f /target-tricore/cpu.h | |
parent | fd5ecf31d4c48651de97c1aaf8771762753de9a7 (diff) |
target-tricore: introduce ISA v1.6.1 feature
The aurix platform contains of several different cpu models and uses
the 1.6.1 ISA. This patch changes the generic aurix model to the more
specific tc27x cpu model and sets specific features.
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-tricore/cpu.h')
-rw-r--r-- | target-tricore/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-tricore/cpu.h b/target-tricore/cpu.h index c14b5f9016..504f15623d 100644 --- a/target-tricore/cpu.h +++ b/target-tricore/cpu.h @@ -254,6 +254,7 @@ enum tricore_features { TRICORE_FEATURE_13, TRICORE_FEATURE_131, TRICORE_FEATURE_16, + TRICORE_FEATURE_161, }; static inline int tricore_feature(CPUTriCoreState *env, int feature) |