[Libre-soc-dev] daily kan-ban update 10mar2021
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Wed Mar 10 19:25:40 GMT 2021
On Wednesday, March 10, 2021, Tobias Platen <libre-soc at platen-software.de>
wrote:
> today: implement read access to page table,
> now I need to define a mock page table for testing.
using the same ones in the mmu tests would be good. the same dictionary
for wb_get.
the only thing is that class Mem it is imperative that it be changed to
use a sparse array (aka a "dict")
if you ttry to pass it an initial_mem with entries up to 0x1000000000 etc
etc it will literally allocate a list of size 0x100000000 entries.
clearly that's not going to work.
l.
--
---
crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
More information about the Libre-soc-dev
mailing list