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

Exposure updates #54

Closed
wants to merge 5 commits into from
Closed

Exposure updates #54

wants to merge 5 commits into from

Conversation

ucbjrl
Copy link

@ucbjrl ucbjrl commented Aug 20, 2019

This depends on chipsalliance/chisel#1162

Replace Vecf(init) with VecInit()
Replace Wire(init) with WireDefault()
Replace Module(clock, reset) with withClockAndReset
Replace chiselCloneType with chiselTypeOf
Add asUInt to expressions that now return Bits

Don't merge this commit until we verify that the chisel3 changes are desirable.
@colinschmidt
Copy link
Contributor

We should make sure this works with chipyard before we merge this.
It might be too early now but we should eventually make a PR that is based on chipyard/dev and bumps the testchipip pointer there to get CI to run.

@ucbjrl
Copy link
Author

ucbjrl commented Nov 27, 2019

Presumably handled elsewhere.

@ucbjrl ucbjrl closed this Nov 27, 2019
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

Successfully merging this pull request may close these issues.

2 participants