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

Update Chisel to 3.4 #136

Open
powerjg opened this issue Dec 10, 2020 · 3 comments
Open

Update Chisel to 3.4 #136

powerjg opened this issue Dec 10, 2020 · 3 comments

Comments

@powerjg
Copy link
Contributor

powerjg commented Dec 10, 2020

I tried updating to 3.3 (from 3.2) but received the following error.

 java.lang.NoClassDefFoundError: Could not initialize class treadle.stage.TreadleTesterPhase$

I think we will need to update how we are manually running Treadle to get this to work.

@joisty
Copy link

joisty commented Jan 13, 2021

I'm having the same error with Chisel 3.4, though I have the appropriate jar files.

[error] (run-main-0) java.lang.NoClassDefFoundError: treadle/stage/TreadleTesterPhase$
[error] java.lang.NoClassDefFoundError: treadle/stage/TreadleTesterPhase$

@powerjg
Copy link
Contributor Author

powerjg commented Jan 13, 2021

Not surprising. There are some updates that need to be made to support >3.2.

I don't know what needs to be updated right now, and I definitely don't know when I'll be able to get around to it. I'm happy to accept pull requests, though!

Unfortunately, some of the tests are failing right now... not sure when I'll get to that either :/.

@itviewer
Copy link

@powerjg @joisty
see #139
for me, every things is ok.

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

3 participants