This repository has been archived on 2026-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
Virtual-Memory-Demo/Assets/Scripts/Simulation
SepComet 785e92ec8b Step 6 - 统计模块 2026-04-14 09:11:55 +08:00
..
AddressGenerator.cs Step 2 - 地址生成与拆分 2026-04-14 00:56:38 +08:00
AddressGenerator.cs.meta Step 2 - 地址生成与拆分 2026-04-14 00:56:38 +08:00
MemoryAccessResolver.cs Step 4 - 二级页表 + 缺页 + FIFO 2026-04-14 08:34:17 +08:00
MemoryAccessResolver.cs.meta Step 4 - 二级页表 + 缺页 + FIFO 2026-04-14 08:34:17 +08:00
PageTableEntry.cs Step 4 - 二级页表 + 缺页 + FIFO 2026-04-14 08:34:17 +08:00
PageTableEntry.cs.meta Step 4 - 二级页表 + 缺页 + FIFO 2026-04-14 08:34:17 +08:00
PhysicalMemoryManager.cs Step 4 - 二级页表 + 缺页 + FIFO 2026-04-14 08:34:17 +08:00
PhysicalMemoryManager.cs.meta Step 4 - 二级页表 + 缺页 + FIFO 2026-04-14 08:34:17 +08:00
SimulationState.cs Step 5 - 翻译引擎(单步状态机) 2026-04-14 08:58:08 +08:00
SimulationState.cs.meta Step 1 - 参数与核心数据模型 2026-04-14 00:40:16 +08:00
StatsCollector.cs Step 6 - 统计模块 2026-04-14 09:11:55 +08:00
StatsCollector.cs.meta Step 6 - 统计模块 2026-04-14 09:11:55 +08:00
TlbCache.cs Step 3 - TLB(全相联 + LRU) 2026-04-14 08:19:00 +08:00
TlbCache.cs.meta Step 3 - TLB(全相联 + LRU) 2026-04-14 08:19:00 +08:00
TlbEntry.cs Step 3 - TLB(全相联 + LRU) 2026-04-14 08:19:00 +08:00
TlbEntry.cs.meta Step 3 - TLB(全相联 + LRU) 2026-04-14 08:19:00 +08:00
TranslatorEngine.cs Step 6 - 统计模块 2026-04-14 09:11:55 +08:00
TranslatorEngine.cs.meta Step 5 - 翻译引擎(单步状态机) 2026-04-14 08:58:08 +08:00
TwoLevelPageTable.cs Step 4 - 二级页表 + 缺页 + FIFO 2026-04-14 08:34:17 +08:00
TwoLevelPageTable.cs.meta Step 4 - 二级页表 + 缺页 + FIFO 2026-04-14 08:34:17 +08:00