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

Import issue: compile fails, can't find UARTPortIO #72

Open
bradley-evans opened this issue Mar 24, 2020 · 0 comments
Open

Import issue: compile fails, can't find UARTPortIO #72

bradley-evans opened this issue Mar 24, 2020 · 0 comments

Comments

@bradley-evans
Copy link

Get the following error running sbt console within the root testchipip directory.

[info] Loading project definition from /home/brad/dev/fpga-zynq/testchipip/project
[info] Loading settings for project testchipip from build.sbt ...
[info] Set current project to testchipip (in build file:/home/brad/dev/fpga-zynq/testchipip/)
[info] Compiling 19 Scala sources to /home/brad/dev/fpga-zynq/testchipip/target/scala-2.11/classes ...
[error] /home/brad/dev/fpga-zynq/testchipip/src/main/scala/UARTAdapter.scala:31:28: not found: type UARTPortIO
[error]     val uart = Flipped(new UARTPortIO)
[error]                            ^
[error] one error found
[error] (Compile / compileIncremental) Compilation failed
[error] Total time: 6 s, completed Mar 24, 2020, 3:03:27 PM

Appears related to sifive.blocks.devies.uart._ being out of date, but not sure how to troubleshoot it. Any idea how to correct this?

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

1 participant