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

BiSignal is not listed correctly in clash-manifest.json #1843

Closed
alex-mckenna opened this issue Jun 4, 2021 · 2 comments · Fixed by #1844
Closed

BiSignal is not listed correctly in clash-manifest.json #1843

alex-mckenna opened this issue Jun 4, 2021 · 2 comments · Fixed by #1844
Labels

Comments

@alex-mckenna
Copy link
Contributor

BiSignalIn / BiSignalOut are used in clash to provide inout ports to an entity. In the manifest these should be listed as a single port with an inout direction. However, currently the BiSignalIn is listed as an in port (without it's domain) and the BiSignalOut is not listed at all.

@martijnbastiaan
Copy link
Member

without it's domain

Related: #1711

alex-mckenna pushed a commit that referenced this issue Jun 4, 2021
When generating manifest files, any bidirectional ports would be
rendered as a single in port. This does not match the actual
port direction of the rendered HDL.

Fixes #1843
alex-mckenna pushed a commit that referenced this issue Jun 4, 2021
When generating manifest files, any bidirectional ports would be
rendered as a single in port. This does not match the actual
port direction of the rendered HDL.

Fixes #1843
alex-mckenna pushed a commit that referenced this issue Jun 4, 2021
When generating manifest files, any bidirectional ports would be
rendered as a single in port. This does not match the actual
port direction of the rendered HDL.

Fixes #1843
@alex-mckenna
Copy link
Contributor Author

#1844 does not solve the issue of not showing the domain, but this is caused by the same thing as #1711, so this issue can be closed now that inout ports are rendered.

alex-mckenna pushed a commit that referenced this issue Jun 4, 2021
When generating manifest files, any bidirectional ports would be
rendered as a single in port. This does not match the actual
port direction of the rendered HDL.

Fixes #1843
alex-mckenna pushed a commit that referenced this issue Jun 4, 2021
When generating manifest files, any bidirectional ports would be
rendered as a single in port. This does not match the actual
port direction of the rendered HDL.

Fixes #1843
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 a pull request may close this issue.

2 participants