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

Add check for clock type in CoreIR compilation #289

Merged
merged 4 commits into from Sep 18, 2018
Merged

Conversation

rsetaluri
Copy link
Collaborator

Similar to what we do for AysncReset types, we make a special case to be
able to wire constants to clocks.

Similar to what we do for AysncReset types, we make a special case to be
able to wire constants to clocks.
@coveralls
Copy link

coveralls commented Sep 18, 2018

Pull Request Test Coverage Report for Build 1110

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at ?%

Totals Coverage Status
Change from base Build 1095: 0.0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls

@leonardt
Copy link
Collaborator

Looks good, any chance we can get a little test for this? I think the code in the issue should work.

@leonardt leonardt self-requested a review September 18, 2018 20:05
@rsetaluri
Copy link
Collaborator Author

Done

Copy link
Collaborator

@leonardt leonardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

Reset, ResetType, ResetKind, \
Enable, EnableType, EnableKind
Reset, ResetType, ResetKind, reset \
Enable, EnableType, EnableKind, enable \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing end commas here I think

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made the change via the github web ui, i'll wait for the build

@leonardt leonardt merged commit b464162 into master Sep 18, 2018
@leonardt leonardt deleted the add-coreir-clock branch September 18, 2018 23:18
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

3 participants