summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2025-04-27Replace view function with get_databd
2025-04-23fix typobd
2025-04-23Add include guards to C11 testbd
2025-04-16Update GET_FIELDS to account for number of ways, constructorsbd
2025-04-14Add two-level cache testbd
2025-04-14Allow multi-level cache by passing a size into the constructorbd
2025-04-12Add C11 test class header as base cache fixture classbd
2025-04-12Rewrite utils functions as macrosbd
2025-04-11First part of storage rework (see description)bd
2025-03-28Move get_instr_fields, add all instruction mnemonicsbd
2025-03-28add get_instr_fields func to parse instruction fields from raw bitsbd
2025-03-23Merge pull request #30 from bdunahu/bdunahubd
2025-03-22Remove manual clock advancing / resolution from storage devicesbd
2025-03-22Add controller.h, implementation and tests.bd
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-20Make memory simulator an optional command, experiment with fixturesbd
2025-03-11fix lots of bugsbd
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-11Rename read/write to read_line and write_wordbd
2025-03-11Tests for write line in Dram, memory address wrapping implementation and testsSiddarth-Suresh
2025-03-11Clarify size of mem and cache in definitions, CLI print invalid tagsbd
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-10Make logger a global singleton classbd
2025-03-10CLI view, clock, store, program bannerbd
2025-03-10Update cli method signatures, add some getters to cache and storagebd
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
2025-03-09cache store single testbd
2025-03-09Merge remote-tracking branch 'origin/master' into bdunahubd
2025-03-09Code review commentsSiddarth-Suresh
2025-03-09Implement dram loadSiddarth-Suresh
2025-03-08Add get_bit_fields, which parses cache fields from a memory addressbd
2025-03-08Remove queue in storage.hbd
2025-03-08enforce single unit per clock cycle, order to serve storage requestsbd
2025-03-08Refactor function return schemebd
2025-03-06Allow sidedoor free access to writing memorybd
2025-03-06Fix a memory leakbd
2025-03-06dram implement delay and conflicting request logicbd
2025-03-06dram write (no delay, no accessor trackingbd
2025-03-06Storage.view method, some initial testsbd
2025-03-05whitespacebd
2025-03-05constructors + method declarations for cache, dram, reponse, storagebd
2025-03-02Added logger class, tests, arg parsing and cleanupbd
2025-03-01windows environment fix, catch2 version change changes includedSiddarth-Suresh