From 3c50a71fc933c0ffba82c95111fa780e6110d79f Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Thu, 3 Sep 2009 13:04:02 +0200 Subject: microblaze: MMU shows more respect to synthesis config. The microblaze MMU can be synthesized in different configurations. Have the MMU model show more respect to the chosen configuration. Signed-off-by: Edgar E. Iglesias --- target-microblaze/mmu.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'target-microblaze/mmu.h') diff --git a/target-microblaze/mmu.h b/target-microblaze/mmu.h index 814c33cc7b..56149a54fd 100644 --- a/target-microblaze/mmu.h +++ b/target-microblaze/mmu.h @@ -63,7 +63,11 @@ struct microblaze_mmu /* We keep a separate ram for the tids to avoid the 48 bit tag width. */ uint8_t tids[TLB_ENTRIES]; /* Control flops. */ - uint32_t regs[8];; + uint32_t regs[8]; + + int c_mmu; + int c_mmu_tlb_access; + int c_mmu_zones; }; struct microblaze_mmu_lookup -- cgit v1.2.1