You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question1:
ln line 742 of the file NBDcache.scala, can we change the code to the following code?
s2_req.data := s1_req.data
Question2:
In line 739-740 of the NBDcache.scala, can we change the code to the following code? Because the s1_addr is physical.
s2_req.phys := true
s2_req.addr := s1_addr
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: