summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-23Initial GUI CommitSiddarth-Suresh
2025-03-23Merge pull request #30 from bdunahu/bdunahubd
2025-03-23Merge pull request #31 from bdunahu/bdunahuerbd
2025-03-22Remove manual clock advancing / resolution from storage devicesbd
2025-03-22Add controller.h, implementation and tests.bd
2025-03-22Merge pull request #29 from bdunahu/bdunahuSiddarth Suresh
2025-03-21Merge remote-tracking branch 'origin/master' into bdunahubd
2025-03-21Merge pull request #28 from bdunahu/bdunahuerSiddarth Suresh
2025-03-21add 'process' function to handle boilerplate on every requestbd
2025-03-21Small cleanups to up a lot of inplementation detailsbd
2025-03-21Merge remote-tracking branch 'origin/master' into bdunahuerbd
2025-03-21Merge pull request #27 from bdunahu/bdunahuSiddarth Suresh
2025-03-21remove unused importbd
2025-03-21Rewrite current cache.cc tests, add test-helper function to drambd
2025-03-20Rewrite all Dram tests to use Fixturebd
2025-03-20Merge remote-tracking branch 'origin/master' into bdunahubd
2025-03-20Make memory simulator an optional command, experiment with fixturesbd
2025-03-11Merge pull request #26 from bdunahu/bdunahuSiddarth Suresh
2025-03-11Fix small issue in fetch_resource wih off by one cycle countbd
2025-03-11Fix issue where fetch_resource did not update cache databd
2025-03-11fix lots of bugsbd
2025-03-11Call memory wrapping functions properlybd
2025-03-11clarify macro names, implement load in CLI, fix many display issuesbd
2025-03-11Merge remote-tracking branch 'origin/master' into bdunahubd
2025-03-11Merge pull request #25 from bdunahu/dev-sidbd
2025-03-11Rename read/write to read_line and write_wordbd
2025-03-11remove operation.h and branch determined by read/write in cache loadbd
2025-03-11read has to wait until cache has the right line from memory after eviction, ...Siddarth-Suresh
2025-03-11Tests for write line in Dram, memory address wrapping implementation and testsSiddarth-Suresh
2025-03-11Pad memory address output with trailing zerosbd
2025-03-11Clarify size of mem and cache in definitions, CLI print invalid tagsbd
2025-03-11Resolving conflictsSiddarth-Suresh
2025-03-11support for reading word, writing line to storage, dirty cache eviction, cach...Siddarth-Suresh
2025-03-11Write line, dirty cache eviction, cache load word/line (for future multilevel...Siddarth-Suresh
2025-03-11Merge pull request #23 from bdunahu/bdunahuSiddarth Suresh
2025-03-11Remove header with unimplemented functionsbd
2025-03-11fix namespace issues with match functionbd
2025-03-11cli display clock cycle, parse ';' delimited commandsbd
2025-03-10Remove problematic file-local logger in cli.ccbd
2025-03-10overload << operator for drambd
2025-03-10before error with catch crashing with global singleton loggerbd
2025-03-10Make logger a global singleton classbd
2025-03-10CLI view, clock, store, program bannerbd
2025-03-10Add starter overloaded << operator for cachebd
2025-03-10Update cli method signatures, add some getters to cache and storagebd
2025-03-10Merge pull request #19 from bdunahu/bdunahuSiddarth Suresh
2025-03-10Specify memory addresses in cache tests in binary as intendedbd
2025-03-09More cache store testsbd
2025-03-09Properly set cache metadata when a value is loadedbd
2025-03-09Cache object issues with uninitialized fields, another cache testbd