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

Fix a lurking width-inference bug; improve adjacent style #298

Merged
merged 2 commits into from Sep 14, 2016
Merged

Conversation

aswaterman
Copy link
Member

ceil(log(x) / log(2)) does not, in general, round to ceil(log2(x)).
I noticed this because of #297.

ceil(log(x) / log(2)) does not, in general, round to ceil(log2(x)).
I noticed this because of #297.
@donggyukim donggyukim merged commit 8fc3758 into master Sep 14, 2016
@donggyukim donggyukim deleted the log2 branch September 15, 2016 20:12
jackkoenig pushed a commit that referenced this pull request Jun 28, 2018
firrtlDirection should only be used for emitting firrtl. Any checks on the actual direction should use the bound Direction `dir`.
jackkoenig pushed a commit that referenced this pull request Jun 28, 2018
Don't use firrtlDirection for direction checks - fix #298.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants