-
Notifications
You must be signed in to change notification settings - Fork 330
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
target/riscv: write SB address using batch #1099
Conversation
a5c076a
to
d4029f5
Compare
d4029f5
to
8e39aa3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch. This is a nice improvement. I have a few suggestions, please take a look.
Also a small question, did you consider also using the improvement in sample_memory_bus_v1()
? Or do you plan to implement it in a separate patch?
8e39aa3
to
544400e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you leaving the sample_memory_bus_v1()
for later patch then?
AFAIU, |
Yes, you are correct. Approving. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one detail that I came across, otherwise this PR looks fine.
Reduces the number of JTAG queue flushes. Change-Id: Id103f5da1a3ea3177447046711e0e62a22c98c75 Signed-off-by: Evgeniy Naydanov <[email protected]>
544400e
to
6d4ad00
Compare
Reduces the number of JTAG queue flushes.
Requires #1081, #1082