We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VMIPSから備わる機能によりGDBが使える。 しかし、これはCPU側のレジスタファイルや、statusビット、PCなどしか覗くことができない。 現状、GDBを用いてアクセラレータの状態を覗くには、適当なところでbreakpointを設定し、print文でメモリの内容を表示するしかないが、これはメモリ上にマップされたものしか覗くことができない。
レジスタファイルやアクセラレータの状態をtriggerにできるようにしたい。
The text was updated successfully, but these errors were encountered:
Merge pull request #24 from hungalab/features/enhance_lat_gdb_#22_#23
511447e
Features/enhance lat gdb #22 #23
No branches or pull requests
VMIPSから備わる機能によりGDBが使える。
しかし、これはCPU側のレジスタファイルや、statusビット、PCなどしか覗くことができない。
現状、GDBを用いてアクセラレータの状態を覗くには、適当なところでbreakpointを設定し、print文でメモリの内容を表示するしかないが、これはメモリ上にマップされたものしか覗くことができない。
レジスタファイルやアクセラレータの状態をtriggerにできるようにしたい。
The text was updated successfully, but these errors were encountered: