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
In the line below, the length of the index is taken from ProgBufSize.
ProgBufSize
riscv-dbg/src/dm_mem.sv
Lines 317 to 320 in 618ee6e
However, in the line below it is defined as ProgBufSize/2.
ProgBufSize/2
Line 85 in 618ee6e
So, the length of the index should be taken by `ProgBufSize/2'.
Is there anything I am missing here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the line below, the length of the index is taken from
ProgBufSize
.riscv-dbg/src/dm_mem.sv
Lines 317 to 320 in 618ee6e
However, in the line below it is defined as
ProgBufSize/2
.riscv-dbg/src/dm_mem.sv
Line 85 in 618ee6e
So, the length of the index should be taken by `ProgBufSize/2'.
Is there anything I am missing here?
The text was updated successfully, but these errors were encountered: