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

projects: Separate output files based on target #66

Closed
Tracked by #75
malmeloo opened this issue May 2, 2024 · 0 comments · Fixed by #75
Closed
Tracked by #75

projects: Separate output files based on target #66

malmeloo opened this issue May 2, 2024 · 0 comments · Fixed by #75
Labels
enhancement New feature or request

Comments

@malmeloo
Copy link
Member

malmeloo commented May 2, 2024

One project can have multiple configured targets, but the output files will be thrown into the same file list. This may result in seemingly duplicate output file entries. It would be better to keep track of the target ID for each output file so that they can be separated.

Question: how do we handle changes to an existing target's architecture? Some files, such as rtl.yosys.json will overwrite previous output files if the target was different (since the file name is always the same), but others such as the Yosys synthesis output (<architecture>.json) will generate a new file under the same target directory. This could generate some confusion if we re-label the old output file as if it has the new architecture.

@malmeloo malmeloo added the enhancement New feature or request label May 2, 2024
@malmeloo malmeloo mentioned this issue May 10, 2024
7 tasks
@malmeloo malmeloo linked a pull request Jun 4, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant