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

compat.fhdl.specials: fix TSTriple conversion. #84

Closed
wants to merge 1 commit into from

Conversation

tdaede
Copy link

@tdaede tdaede commented Jun 4, 2019

Not sure if this is correct but it does get me farther.

@whitequark
Copy link
Contributor

No, this is completely wrong. What are you doing exactly that you need this?

@codecov
Copy link

codecov bot commented Jun 4, 2019

Codecov Report

Merging #84 into master will decrease coverage by 0.03%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   80.75%   80.72%   -0.04%     
==========================================
  Files          32       32              
  Lines        4910     4912       +2     
  Branches     1060     1060              
==========================================
  Hits         3965     3965              
- Misses        818      820       +2     
  Partials      127      127
Impacted Files Coverage Δ
nmigen/compat/fhdl/specials.py 29.41% <0%> (-0.71%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3adce21...1189960. Read the comment docs.

@tdaede
Copy link
Author

tdaede commented Jun 4, 2019

My old migen code uses the automatic SB_IO generation for tristates. This seemed to be what ice40_platform.py wanted for this to work, but indeed it doesn't.

@whitequark
Copy link
Contributor

Should be fixed in 79a3710.

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