{"id":27717345,"url":"https://github.com/aakashks/tlb-simulation","last_synced_at":"2025-04-27T03:37:15.146Z","repository":{"id":212490894,"uuid":"704834941","full_name":"aakashks/TLB-simulation","owner":"aakashks","description":"Simulating TLB and its interfacing with Page Table (Virtual memory concepts)","archived":false,"fork":false,"pushed_at":"2023-12-26T20:44:37.000Z","size":242,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T03:37:11.657Z","etag":null,"topics":["cpp","lru-cache","tlb","tlb-simulator"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aakashks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-10-14T08:32:09.000Z","updated_at":"2024-06-24T12:48:46.000Z","dependencies_parsed_at":"2023-12-14T14:59:11.097Z","dependency_job_id":null,"html_url":"https://github.com/aakashks/TLB-simulation","commit_stats":null,"previous_names":["aakashks/tlb-simulation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashks%2FTLB-simulation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashks%2FTLB-simulation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashks%2FTLB-simulation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashks%2FTLB-simulation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aakashks","download_url":"https://codeload.github.com/aakashks/TLB-simulation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251085167,"owners_count":21533822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","lru-cache","tlb","tlb-simulator"],"created_at":"2025-04-27T03:37:14.490Z","updated_at":"2025-04-27T03:37:15.139Z","avatar_url":"https://github.com/aakashks.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Virtual Memory - TLB Simulation\n\nPart of **ECN 207- Computer Architecture and Organization** course\n\nSimulates LRU policy TLB in C++\n\nDetailed problem statement is in [question.md](question.md)\n\n## How to run\n\nrun test.sh (assuming gcc compiler is installed)\n\n## What is TLB?\n\nTLB stands for Translation Lookaside Buffer. It is a cache which is needed for virtual memory.\n\n- stores the recent translations of virtual page numbers to physical page numbers\n- used to reduce the time taken to access the physical memory\n- if the mapping is not found in TLB, then it is searched in the page table\n- it is a small cache, so it is faster than page table\n\n## Some abbreviations used in the code\n\n- TLB - Translation Lookaside Buffer\n- VPN - Virtual Page Number\n- PFN - Physical Frame Number\n- LRU - Least Recently Used\n\n## References\n\n- [wikipedia](https://en.wikipedia.org/wiki/Translation_lookaside_buffer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashks%2Ftlb-simulation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faakashks%2Ftlb-simulation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashks%2Ftlb-simulation/lists"}