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

tx_done,tx_state需要被引出到外层模块 #3

Open
wujingbang opened this issue Jul 2, 2016 · 1 comment
Open

tx_done,tx_state需要被引出到外层模块 #3

wujingbang opened this issue Jul 2, 2016 · 1 comment

Comments

@wujingbang
Copy link
Collaborator

这是一个奇怪的问题,起因是持续发送数据会频繁的触发tx超时导致重启。逻辑分析仪发现问题为有时候TX发送中断后tx_done没有置位;或是中断入口判断tx_state(短包版本)不为“TX”状态(异常)。注:tx_state判断在长包版本中已经移到了判断FIFO中断,没有引出tx_state前发现有未知错误出现(修改完竞争问题后),引出后问题消失。

猜测是综合器优化产生的速度问题。

@wujingbang
Copy link
Collaborator Author

Current_State lines of SRAM_ctrl should be wired out

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

No branches or pull requests

1 participant