-
Notifications
You must be signed in to change notification settings - Fork 33
new components: cam and replacement #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
desmonddak
wants to merge
50
commits into
intel:main
Choose a base branch
from
desmonddak:cache
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 22 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
05d77fe
new components: cam and replacement
desmonddak 41bf98e
test/memory added
desmonddak be4dfbf
smoke test for Cache working
desmonddak 11f056f
cleanup and more file moves
desmonddak b1771d7
updated code docs for cache
desmonddak fa52418
updated code docs for cache
desmonddak 26bf9e2
Cache passes a fill then read exhaustive test avoiding evictions
desmonddak 8513ff1
Cache cleanup: still need to figure out TagRF valid bit storage
desmonddak 6bf67b3
Cache cleanup -- use different interfaces for read vs write
desmonddak e6ead6f
Cache cleanup -- remove vcd generation
desmonddak ac75a69
updated replacement to be cleaner
desmonddak 22432a1
added valid-bit handling for tags
desmonddak 853afe2
forgot to remove wavedumper
desmonddak b8a10fa
working with valid bit but not yet invalidating
desmonddak 08727d2
invalidate logic in, needs tests
desmonddak ff381bd
invalidate working
desmonddak 9ef67c2
write to a hit, double-write tests
desmonddak 5f99bf4
Better SV output, cleaner ROHD
desmonddak 3389438
Cleaner ROHD, should pass CI
desmonddak 104e6aa
Update cache_test.dart
desmonddak b29d48c
better organization of cache files, cleanup of comments
desmonddak ad869e5
use flop vs Sequential and reduce loops
desmonddak 0637d7c
better naming for the ReadCache
desmonddak 0021f24
simplified rohd_hcl.dart and udpated cam to remove enable
desmonddak d8b4a45
proposed Cache interface for handling evictions
desmonddak 79b755b
Merge branch 'main' into cache
desmonddak fee2be5
prepare for invalidate output
desmonddak a3391d7
Reproduced combinational RF read issue
desmonddak aa090f2
working on cache bug fix
desmonddak 0df1d26
overlap read and write testing
desmonddak a48cc2b
Added Cache and Cam documentation
desmonddak 11c3d95
pull the vcd generation
desmonddak 85a7966
cache componentry
desmonddak f0a387b
doc update
desmonddak 2194e40
new caching components
desmonddak 98c2d10
minor fixes that blocked CI
desmonddak e9f01ba
compute cache hit without request.valid
desmonddak 8fe97c3
directory reorg for cache components
desmonddak a0694a8
updated cache components with eviction, etc
desmonddak 94c195a
add logicstructure components using new addTyped protocol
desmonddak 3aae40a
better docs for caches
desmonddak 10aeb52
new primer on creating a good module
desmonddak b0e5c84
removed unused module
desmonddak d3b507f
combinational dependency ready->valid
desmonddak 1e0a5e6
cache configuration
desmonddak 463a48d
cleanup
desmonddak ee4043e
major cache/channel test cleanup
desmonddak 731de7f
put in cache and channel testing infrastructure to simplify tests
desmonddak da67e5b
forgot a WaveDumper
desmonddak 8833dca
minor change to check github access
ganewto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.