Skip to content
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

Autocat integration #4

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Autocat integration #4

wants to merge 14 commits into from

Conversation

Wonicon
Copy link
Contributor

@Wonicon Wonicon commented Jul 23, 2019

Related issue:

Type of change: bug report | feature request | other enhancement

Impact: no functional change | API addition (no impact on existing code) | API modification

Development Phase: proposal | implementation

Release Notes

Wonicon added 14 commits July 8, 2019 11:20
[Temp]
tclsh> riscv dmi_write 0x58 0 # to disable
tclsh> riscv dmi_write 0x58 1 # to enable
Previously autocat counts pre-nth way consecutive hits,
making counters inherently sorted.

Now autocat counts hit per way, then sorts, and finally accumulates
them together to find best partition index.
However, currently we can only use a threshold to the total hits
to decide partition index, but not its increasing rate.

Exposed parameters:

autocat_set: the sampling set mask
autocat_gap: the threshold to decide best partition index.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant