Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

question about nbdcache #503

Closed
marmara175 opened this issue Jan 8, 2017 · 1 comment
Closed

question about nbdcache #503

marmara175 opened this issue Jan 8, 2017 · 1 comment

Comments

@marmara175
Copy link

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?

@hcook hcook self-assigned this Jan 11, 2017
@hcook hcook added the question label Jan 11, 2017
@sequencer
Copy link
Member

related to #2960
we need documentation on NBCache(I did a little, but that's quite primitive)

@chipsalliance chipsalliance locked and limited conversation to collaborators Oct 15, 2022
@michael-etzkorn michael-etzkorn converted this issue into discussion #3143 Oct 15, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

3 participants