Guest User

Milkymist MMU first victory !

a guest
Feb 19th, 2012
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bios source code : https://github.com/fallen/milkymist-mmu/blob/mmu/software/bios/main.c#L449
  2.  
  3. DTLB test on Milkymist One board :
  4.  
  5. BIOS> dtlbtest
  6. Starting DTLB tests...
  7. Let's try to map Virtual address 0x44001000 to Physical address 0x44000000
  8. Enable MMU DTLB
  9. We have disabled MMU DTLB
  10. Let's read back from Physical address 0x44000000
  11. SUCCESS
  12. 0x44000000 == 66
  13.  
  14. works :-)
Advertisement
Add Comment
Please, Sign In to add comment