• Y
    cache: support fake dcache, ptw, l1pluscache, l2cache and l3cache (#795) · 9d5a2027
    Yinan Xu 提交于
    In this commit, we add support for using DPI-C calls to replace
    DCache, PTW and L1plusCache. L2Cache and L3 Cache are also allowed to
    be ignored or bypassed. Configurations are controlled by useFakeDCache,
    useFakePTW, useFakeL1plusCache, useFakeL2Cache and useFakeL3Cache.
    However, some configurations may not work correctly.
    9d5a2027
Top.scala 10.3 KB