Trabalho da disciplina de Arquitetura e Organização de Computadores 2
-
Updated
May 27, 2017 - Java
Trabalho da disciplina de Arquitetura e Organização de Computadores 2
Repository for college course IOAC projects.
Cache Simulation program for hit rate in java with 2 mappings (Direct Mapping and 4 Way Set Associative Mappings) (Main Memory Size : 4 GB, Block Size : 16 bytes, Cache size : 1 M blocks => 2^20 lines )
A loop test performance simulator for cache memories
Cache Simulator is a Java program that simulates a simple cache system with various inputs, including cache size, replacement policy, associativity and write-back policy. 2019.
Cache and memory hierarchy simulator using L1 or both L1 and L2 cache
AUT Computer Architecture Cache Simulator project
A cache simulator that takes an image of memory and a memory trace as input, simulates the hit/miss behavior of a cache memory on this trace, and outputs the total number of hits, misses, and evictions for each cache type along with the content of each cache at the end.
A simulator for modelize cache memory of CPU.
search engine simulator. Implement both the client and the server side, with emphasis on multithreaded programming and synchronization of these. Involves the use of sockets. server that efficiently handle large number of clients.
Computer Architecture course project
Simple Cache Simulator
Storing data in 16-bit multilevel Direct Mapped, Associative, N-way Set Associative cache memory
Simulation of a memory cache (addresses only), for Computer Architecture (2021-22).
Repository for source code of assignments assinged in computer organisation and architecture lab course at IIT dharwad.
Implementação de um Simulador de Caches desenvolvido em conjunto com @Caroline-Camargo para a disciplina de Arquitetura e Organização de Computadores II, desenvolvido no quarto semestre de Ciência da Computação na UFPel
Implementation of a cache memory model through Direct Mapping.
Симулятор работы кэша процессора для подсчёта процента кэш-попаданий и потраченных тактов процессора при выполнении программы, приведённой в файле test.cc Подробнее конкретные параметры (размеры кэша, такты затрачиваемые на те или иные действия) - в файле-отчёте.
Add a description, image, and links to the cache-simulator topic page so that developers can more easily learn about it.
To associate your repository with the cache-simulator topic, visit your repo's landing page and select "manage topics."