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

VHDL: Cannot export standard lib circuits with unconnected outputs #676

Closed
wmurbina opened this issue Nov 24, 2023 · 2 comments
Closed

VHDL: Cannot export standard lib circuits with unconnected outputs #676

wmurbina opened this issue Nov 24, 2023 · 2 comments
Labels
bug Something isn't working done
Milestone

Comments

@wmurbina
Copy link

VHDL bugs.
When I try to export a circuit with a register to VHDL, I get the following error. This is because in the flip-flop D Q' is not connected.

image

image

@flandreas
Copy link
Owner

@wmurbina Thank you for reporting this.

The restriction to all pins being connected is intentional in VHDL export. However, I wasn't aware that the standard library has circuits with unconnected outputs. I have to think about how to deal with this..

@flandreas flandreas changed the title VHDL_export_errores VHDL: Cannot export standard lib circuits with unconnected outputs Nov 24, 2023
@flandreas flandreas added the bug Something isn't working label Nov 24, 2023
@flandreas flandreas added this to the 1.10.0 milestone Nov 24, 2023
@flandreas
Copy link
Owner

Relaxed restriction to "unconnected input pins" instead of "unconnected pins". Unconnected output pins are now allowed.

@flandreas flandreas added done and removed in work labels Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done
Projects
None yet
Development

No branches or pull requests

2 participants