mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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>
This commit is contained in:
parent
d09b2585f2
commit
feac83af3b
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ static const struct {
|
||||||
{"9.4", 0x21},
|
{"9.4", 0x21},
|
||||||
{"9.5", 0x22},
|
{"9.5", 0x22},
|
||||||
{"9.6", 0x23},
|
{"9.6", 0x23},
|
||||||
|
{"10.0", 0x24},
|
||||||
{NULL, 0},
|
{NULL, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue