Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bios source code : https://github.com/fallen/milkymist-mmu/blob/mmu/software/bios/main.c#L449
- DTLB test on Milkymist One board :
- BIOS> dtlbtest
- Starting DTLB tests...
- Let's try to map Virtual address 0x44001000 to Physical address 0x44000000
- Enable MMU DTLB
- We have disabled MMU DTLB
- Let's read back from Physical address 0x44000000
- SUCCESS
- 0x44000000 == 66
- works :-)
Advertisement
Add Comment
Please, Sign In to add comment