Commit 5ee355d0 authored by Tim Newsome's avatar Tim Newsome
Browse files

Add support for 2^20 harts, up from 2^10

The main difference is to remove the halt region in favor of 4
registers. This is slightly slower to determine which hart is halted if
their number is between 32 and 1024, but it allows for many more harts
overall, and the time to figure out which one is halted is O(log(N)).
parent 6d9bccc4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment