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

Hwtypes2 #187

Merged
merged 26 commits into from
Jan 10, 2020
Merged

Hwtypes2 #187

merged 26 commits into from
Jan 10, 2020

Conversation

leonardt
Copy link
Owner

Summary of changes

  • isinput, isinout, isoutput -> is_input, is_inout, is_output
  • _BitType -> Digital
  • Rename <..>Type to <...>. No more type constructors (e.g. ArrayType becomes Array)
  • isinstance(..., <...>Kind) -> issubclass(..., <...>). Concrete parameterized types are subclasses of the abstract type) (e.g. isinstance(T, BitsKind) becomes issubclass(T, Bits)

@leonardt leonardt mentioned this pull request Dec 12, 2019
@leonardt
Copy link
Owner Author

GarnetFlow will fail until the magma/mantle updates have been released.

@leonardt leonardt merged commit 3b7af3c into master Jan 10, 2020
@leonardt leonardt deleted the hwtypes2 branch January 10, 2020 22:56
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.

None yet

2 participants