Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

reference to Parameters is ambiguous #3

Open
phichayut-s opened this issue Jul 6, 2020 · 0 comments
Open

reference to Parameters is ambiguous #3

phichayut-s opened this issue Jul 6, 2020 · 0 comments

Comments

@phichayut-s
Copy link

Currently, I am trying to use and understand TAPAS toolchains.

After I built the hardfloat from Berkeley https://github.com/ucb-bar/berkeley-hardfloat/tree/cross-build-2-12 using Chisel2 v2.2.38 and published locally, it seems that the dandelion compilation has no error with FPU module.

However, The compilation is still failed with the error in nasti.scala file.

Here is an error example.

[error] /home/parallels/dandelion-lib/src/main/scala/junctions/nasti.scala:87:31: reference to Parameters is ambiguous;
[error] it is imported twice in the same scope by
[error] import config._
[error] and import Chisel._
[error] class NastiIO(implicit val p: Parameters) extends ParameterizedBundle()(p) {

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

No branches or pull requests

1 participant