Skip to content

Consider having some apio commands working on multiple envs in a single invocation. #603

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

Open
zapta opened this issue May 13, 2025 · 0 comments

Comments

@zapta
Copy link
Collaborator

zapta commented May 13, 2025

Recently we added to apio.ini support for multiple envs and the relevant commands such as apio build, apio test and apio lint got a new --env flag that allows to select the env to use.

This issue is for considering adding to applicable apio commands the ability to work on multiple envs in a single invocation. For example, apio test or apio lint which run on all or a preconfigured subset of the envs and tests and lints them.

Motivation:
Since different envs can have different verilog macros defines in them, it's possible that one env will pass the test or lint but will fail on another.

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

No branches or pull requests

1 participant