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

Scala Compilation Breaks Due to FIRRTL -> Treadle Incompatability. #888

Open
davidbiancolin opened this issue Dec 1, 2021 · 0 comments
Open

Comments

@davidbiancolin
Copy link
Contributor

Users may see scala compilation issues that look like:

[error] <path>/target-design/chipyard/tools/treadle/src/main/scala/treadle/Driver.scala:6:8: object ExecutionOptionsManager is not a member of package firrtl 
[error] import firrtl.{AnnotationSeq, ExecutionOptionsManager, HasFirrtlOptions}
[error]        ^ 

Explanation quoted from #887:

Unfortunately, our firrtl-dependency overriding in chipyard's build.sbt has a hole wherein treadle pulls in a 1.5-SNAPSHOT from maven instead of our desired version of 1.4.1. Recently, a slew of deprecated APIs were removed in the 1.5-SNAPSHOT recently, leading treadle compilation to fail. As a result, FireSim master (and thus, the 1.12 release) and dev are broken. Unless i'm woefully mistaken, this should be true of Chipyard dev and at least its most recent release.

Note: This affects the latest release, 1.12, and possibly earlier releases. The workaround can also be found #887. We will fix this properly in the 1.13 release.

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