Liu Xiaoyi
Liu Xiaoyi
@sequencer Then it's more convenient to define the behavior of custom ports during behavioral simulations to be completely undefined. Updated in e6311a7
@DawnMagnet I suppose we should be able to compute it based on screen width? Maybe we can introduce a max card width computable from screen width? The more complicated part...
I'm also currently reading the code. @sequencer actually has one fork that has plenty of comment at https://github.com/sequencer/block-inclusivecache-sifive IMHO the name `MSHR` is a little bit inappropriate (and has caused...
Seems worth doing to me. Added to the next milestone.
Thanks for your report. This has been a long-awaited feature, so I'll try to make it happen as soon as I have some free time. As I have been busy...
Thank you! My restic repo desperately needed a GC, since it was set up way before `--skip-if-unchanged` happened. Some nitpicks: 1. `findParentSnapshot` is O(n) and runs n times, which is...
I apologize for the super delayed response, I fell ill for the last couple of weeks. Partitioning against ARC seems to have a lot of merits. After discussing with @SpriteOvO...
@SpriteOvO has just pushed an update, containing an initial PoC implementation of Arc-based state-directed partitioning. In brief, the partitioning operates on `arc.model`, and is done by assigning each "real" state...
Thanks for the insightful reply, @fabianschuiki! 😻 I briefly looked into #7703, and it seems that it can simplify the implementation a lot. All attributes introduced in this PR can...
The rebase is done! In the last force pushed commit, the following modifications are made: - Rebased onto #7703. Dropped logics handling shadow states which can be added by the...