question about nbdcache #3143
Unanswered
marmara175
asked this question in
Q&A
Replies: 1 comment
-
related to #2960 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question1:
ln line 742 of the file NBDcache.scala, can we change the code to the following code?
Question2:
In line 739-740 of the NBDcache.scala, can we change the code to the following code? Because the s1_addr is physical.
Question3:
In NBDcache.scala, there are the registers s1_valid, s1_replay, s1_recycled, and the first two registers are connected to s2_valid and s2_replay, but there is no register named s2_recycled to connect with s1_recyled to control the recycled request can be dealt in stage3.
Question4:
ln line 904 of the file NBDcache.scala, why need a bubble?
Beta Was this translation helpful? Give feedback.
All reactions