Skip to content

Commit

Permalink
target-microblaze: Add CPU versions 9.4, 9.5 and 9.6
Browse files Browse the repository at this point in the history
Add CPU versions 9.4, 9.5 and 9.6.

Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
  • Loading branch information
edgarigl committed Jul 4, 2017
1 parent 3e92250 commit d79fcbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/microblaze/cpu.c
Expand Up @@ -64,6 +64,9 @@ static const struct {
{"9.1", 0x1D},
{"9.2", 0x1F},
{"9.3", 0x20},
{"9.4", 0x21},
{"9.5", 0x22},
{"9.6", 0x23},
{NULL, 0},
};

Expand Down

0 comments on commit d79fcbc

Please sign in to comment.