We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the current schema https://github.com/sifive/duh-schema/blob/master/lib/component.js#L8-L35 only allows flat wires. It would be great if there was a way to describe struct or array wires. A schema for this would also require a schema for indexing into wires in expressions.
This would enable representing verilog structs and arrays.
The text was updated successfully, but these errors were encountered:
We allow busInterface.portMaps to be an object or array https://github.com/sifive/block-ark#group-remaining-ports-into-bundles Will that be sufficient?
busInterface.portMaps
object
array
Sorry, something went wrong.
drom
No branches or pull requests
the current schema https://github.com/sifive/duh-schema/blob/master/lib/component.js#L8-L35 only allows flat wires. It would be great if there was a way to describe struct or array wires. A schema for this would also require a schema for indexing into wires in expressions.
This would enable representing verilog structs and arrays.
The text was updated successfully, but these errors were encountered: