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

Barstools still uses Scala 2.12 #1364

Closed
3 tasks done
tymcauley opened this issue Feb 23, 2023 · 2 comments
Closed
3 tasks done

Barstools still uses Scala 2.12 #1364

tymcauley opened this issue Feb 23, 2023 · 2 comments
Labels

Comments

@tymcauley
Copy link
Contributor

Background Work

Chipyard Version and Hash

Release: main
Hash: 632a7a9

OS Setup

macOS 13.2.1

Other Setup

Check out fresh Chipyard, run ./scripts/init-submodules-no-riscv-tools.sh

Current Behavior

When building Chipyard after the Scala 2.13 update (#1303), barstools is still compiling with Scala 2.12. If you look in tools/barstools/target, there's a scala-2.12 directory. I've got a project with some custom FIRRTL transforms which the tapeout project must depend on, and since barstools runs with Scala 2.12, my project must also run with Scala 2.12. I'd like to upgrade it to Scala 2.13 :)

Expected Behavior

Barstools uses Scala 2.13 like the other Chipyard sub-projects.

I put together this PR for barstools which should resolve the problem: ucb-bar/barstools#127

Other Information

No response

@tymcauley tymcauley added the bug label Feb 23, 2023
@tymcauley tymcauley changed the title Barstools still uses Scala 2.13 Barstools still uses Scala 2.12 Feb 23, 2023
@abejgonzalez
Copy link
Contributor

The barstools PR LGTM, can you update the submodule pointer in Chipyard?

tymcauley added a commit to tymcauley/chipyard that referenced this issue Mar 1, 2023
tymcauley added a commit to tymcauley/chipyard that referenced this issue Mar 1, 2023
@tymcauley
Copy link
Contributor Author

Closed by #1367

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

Successfully merging a pull request may close this issue.

2 participants