FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

direct-mapped-cache · GitHub Topics · GitHub

#

direct-mapped-cache

Here are 13 public repositories matching this topic...

A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.

  • Updated Jan 18, 2024
  • C++

2D terrain divided into tiles, compressed on CPU, decompressed on GPU, with caching to decrease PCIE bottleneck and VRAM requirement for very big terrains.

  • Updated Sep 14, 2025
  • Cuda

A simple direct-mapped cache modeled by Verilog. Part of Spring 2019 Computer Architecture course at the University of Tehran.

  • Updated Sep 10, 2021
  • Verilog

The repository simulates direct-mapped , four way set associative and 8 way set associative cache.

  • Updated Aug 30, 2025
  • C++

CPP Program to simulate a Generalized Cache behaviour

  • Updated Nov 24, 2022
  • C++

Dual hierarchy (L1 and L2) cache simulator with direct mapping and two way associative configurations. Project for Computer Organization class.

  • Updated Sep 25, 2024
  • C

Simple Computer Architecture using direct mapped cache memory. Designed in VHDL and Quartus for DE0_CV FPGA.

  • Updated Jul 12, 2025
  • VHDL

A simple implementation of a Direct Mapped Cache and Set Associative Cache in C++. Supports for different sizes of the cache, block, #ways, etc.

  • Updated Dec 6, 2020
  • C++

Low-level programming assignments, "Low-Level Programming" (TDT4258) course, fall 2023.

  • Updated Jan 5, 2024
  • Assembly

A parameterized Verilog implementation of a Direct-Mapped Write-Back Write-Allocate Cache Controller with configurable memory latency.

  • Updated Jul 31, 2026
  • Verilog

cache controller verification

  • Updated Aug 5, 2026
  • SystemVerilog

Modular direct-mapped cache controller in Verilog featuring, write-back and write-allocate policies, FSM-based control, dirty block eviction, and self-checking verification

  • Updated Jul 11, 2026
  • Verilog

My Solutions to Computer Architecture Course Practical Assignments

  • Updated Sep 2, 2024
  • VHDL

Improve this page

Add a description, image, and links to the direct-mapped-cache topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the direct-mapped-cache topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL