diff options
| author | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2017-06-15 13:37:10 +0200 |
|---|---|---|
| committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2017-07-04 09:22:20 +0200 |
| commit | feac83af3be68ac8f7325dd7f9c851272a9f217e (patch) | |
| tree | a8baa5eeae3bf014945dcab7d28079a28bf1c396 | |
| parent | d09b2585f2ffadfb7e8c333de6f12290a80f9b6c (diff) | |
| download | focaccia-qemu-feac83af3be68ac8f7325dd7f9c851272a9f217e.tar.gz focaccia-qemu-feac83af3be68ac8f7325dd7f9c851272a9f217e.zip | |
target-microblaze: Add CPU version 10.0
Add CPU version 10.0. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
| -rw-r--r-- | target/microblaze/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/microblaze/cpu.c b/target/microblaze/cpu.c index 6e27c3c1ab..f85ff01b39 100644 --- a/target/microblaze/cpu.c +++ b/target/microblaze/cpu.c @@ -67,6 +67,7 @@ static const struct { {"9.4", 0x21}, {"9.5", 0x22}, {"9.6", 0x23}, + {"10.0", 0x24}, {NULL, 0}, }; |