diff options
author | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2017-06-16 17:21:05 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2017-07-04 09:22:20 +0200 |
commit | 7faa66aaf88fd0acc35c86bf56d688eeeee841c7 (patch) | |
tree | a6b658e6dcb6923795bce8a20f75627054e050b4 /target/microblaze/cpu.h | |
parent | d79fcbc298b06f8e2bb37aecd23f22b1b9972d31 (diff) |
target-microblaze: Introduce a use-barrel property
Introduce a use-barrel property making barrel shifter instructions
optional.
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'target/microblaze/cpu.h')
-rw-r--r-- | target/microblaze/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/microblaze/cpu.h b/target/microblaze/cpu.h index 68c33e83e4..2a4a65a9e0 100644 --- a/target/microblaze/cpu.h +++ b/target/microblaze/cpu.h @@ -298,6 +298,7 @@ struct MicroBlazeCPU { bool stackprot; uint32_t base_vectors; uint8_t use_fpu; + bool use_barrel; bool use_mmu; bool dcache_writeback; bool endi; |