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

Signal array assignment & constraints #73

Open
lispc opened this issue Dec 10, 2020 · 0 comments
Open

Signal array assignment & constraints #73

lispc opened this issue Dec 10, 2020 · 0 comments

Comments

@lispc
Copy link

lispc commented Dec 10, 2020

In the current code, we cannot '<==' one signal array/slice to another with same shape. We have to loop this manually.

If batch assignment of signal slice is implement, codes may look like targetSignals[16:32] <== srcSignals[0:16], which is more easy to read than loop. So I wonder is there any specific reason for not allowing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant