Skip to content
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

parameter not find in freechips.rocketchip.config #3603

Open
tangjiaping opened this issue Mar 27, 2024 · 1 comment
Open

parameter not find in freechips.rocketchip.config #3603

tangjiaping opened this issue Mar 27, 2024 · 1 comment

Comments

@tangjiaping
Copy link

when i build verilog, i got the error as follows:
rocket-chip/src/main/scala/amba/axi4/Credited.scala:12:64: not found: type Parameters
[error] class AXI4CreditedBuffer(delay: AXI4CreditedDelay)(implicit p: Parameters) extends LazyModule

I open the Credited.scala file, and found that import freechips.rocketchip.config.Parameters. But i can't find the config directory. Hope someone can tell me what i should do to resolve the error.

@cap-oglu
Copy link

cap-oglu commented Apr 9, 2024

Are you sure about that? import org.chipsalliance.cde.config.Parameters should be the correct import. Maybe you are using older version of Rocketchip. Look this commit "b6bf0bc"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants