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

Bus wires and wire design #31

Closed
CheeseTastisch opened this issue Aug 31, 2022 · 2 comments · Fixed by #37
Closed

Bus wires and wire design #31

CheeseTastisch opened this issue Aug 31, 2022 · 2 comments · Fixed by #37
Labels
v0.39 Planned for v0.39

Comments

@CheeseTastisch
Copy link

CheeseTastisch commented Aug 31, 2022

If a chip is saved and then edited again, some information is lost or is not loaded correctly.
On the one hand, each input or output is always displayed as simple, regardless of which bus was set beforehand.
On the other hand, the wire design is not displayed correctly. Which in itself doesn't matter for the functionality of the chip, but with more complicated larger chips it makes it difficult to change things. However, this error only occurs if two or more wire go out from a starting point.

Digital.Logic.Sim.2022-08-31.10-41-36.mp4

It would also be cool if you could change and see the value for bus wires. Otherwise you have to create a lot of inputs again at some point.

@VitoBarra
Copy link
Contributor

OK, I already noticed this problem but your video gave me some idea so I played around with pins and discovered that the problem exists only with unnamed pins, with the named one everything seems to work fine. So I now know where to see to fix this bug

@crispeeweevile
Copy link

crispeeweevile commented Sep 18, 2022

OK, I already noticed this problem but your video gave me some idea so I played around with pins and discovered that the problem exists only with unnamed pins, with the named one everything seems to work fine. So I now know where to see to fix this bug

unnamed pins appear to always lose their pin type with no regard to whether they're named or not; however, I have confirmed that the lines themselves only move if the pins are unnamed

@AOx0 AOx0 mentioned this issue Dec 1, 2022
@AOx0 AOx0 added the v0.39 Planned for v0.39 label Dec 1, 2022
@AOx0 AOx0 linked a pull request Dec 5, 2022 that will close this issue
@AOx0 AOx0 closed this as completed in #37 Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v0.39 Planned for v0.39
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants