You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@chick See chipsalliance/chisel#558
I'm using fromDoubleWithFixedWidth, so if it's getting width = 26 instead of width = 28 for the constants, it implies this thing didn't work... I have no idea why... (unless Chisel also doesn't width pad in reality... despite supporting the construct).
Can you please look into this for me?
I'm just running into so many problems that I can't get any hardware done.
The text was updated successfully, but these errors were encountered:
@shunshou You were right, this was the source of the Borked problem. I just got distracted by the OneHotMux stuff. There may still be issues there but fixing this seems to have fixed the Borked example. I have submitted a PR chipsalliance/chisel#564.
@chick this is one source. Theoretically, I shouldn't have needed to specify width at all and Mux1H should've figured it out. I tried the WithFixedWidth thing in the hopes that it would fix the issue, but it didn't... hence the discovery that this was an issue.
@chick See chipsalliance/chisel#558
I'm using fromDoubleWithFixedWidth, so if it's getting width = 26 instead of width = 28 for the constants, it implies this thing didn't work... I have no idea why... (unless Chisel also doesn't width pad in reality... despite supporting the construct).
Can you please look into this for me?
I'm just running into so many problems that I can't get any hardware done.
The text was updated successfully, but these errors were encountered: