feat(SIM): route different uart lane to separated log file AND fix SatelliteStation#1
Merged
Wolf-Tungsten merged 2 commits intoWolf-Tungsten:xs-subfrom Mar 27, 2026
Merged
Conversation
Useful with tmux/screen with `tail -f uart_X.log`
Flip the toCore and fromCore in SatelliteStation, now buffer counter and Interrupt works as expected Update related doc Fix an address conv error in top
c1c50ea to
3e54671
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Useful with tmux/screen with
tail -f uart_X.log当前实现中所有核的uart输出都挤到stdout上了。难以阅读,本pr提供了一个选项,在需要时把它们分开
Edit: 为了rebase方便,把对卫星站的修复也放到这里了
修复了卫星站中toCore 和 fromCore的语义混乱,现在中断和接收计数器可以正常工作
修复卫星站的地址转换错误。目前的修复会在AXI桥未选中设备时下溢,但据AXI语义不会有问题(因为此时地址的valid为0)。
更新关于卫星站的文档