-
Notifications
You must be signed in to change notification settings - Fork 89
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
Chisel SystemC update #560
base: master
Are you sure you want to change the base?
Conversation
…late file (need to be tested).
…s + FullAdder{Decoupled}.
…on-Decoupled signals -> all works fine.
…ype (only for test).
This is great. I've squashed your commits and merged them into a new Chisel branch: systemcupdatepr560 One of our tests failed (SystemCSuite.testTopLevelIO) since we no longer get failures for top-level IOs that aren't decoupled. I've changed the expected test results so this no longer expects failures and now passes. Can you verify that this is the expected behaviour? Please add some tests of this new functionality. Push any new changes to this branch ( https://github.com/ucb-bar/chisel/tree/systemcupdatepr560). |
Can one of the admins verify this patch? |
ok to test |
We have been working recently on Chisel SystemC backend to support all signals and ports like Decoupled and Valid, also we improved the automatic generation of the SystemC wrappers.
Now, we are submitting this request to be evaluated and integrated into Chisel, if approved.