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

[FEATURE] Allow setting 'dir' for preflight (drc and erc logs) #562

Closed
oliv3r opened this issue Jan 17, 2024 · 0 comments
Closed

[FEATURE] Allow setting 'dir' for preflight (drc and erc logs) #562

oliv3r opened this issue Jan 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@oliv3r
Copy link

oliv3r commented Jan 17, 2024

Currently, the only way to set the outputs for preflights is to set the global output dir. This works, but affects everything else.

Instead, we should introduce the same properties for drc and erc, so we can influence their output.

I don't know what outputs preflight generates besides erc and drc, but if this is in conflict, we can do the same as with update_xml;

run_drc:
  enabled: true
  dir: 'reports'
@oliv3r oliv3r added the enhancement New feature or request label Jan 17, 2024
set-soft added a commit that referenced this issue Jan 18, 2024
- Also joined ignore_unconnected and erc_warnings options
- Deprecated separated options

Closes #562
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

No branches or pull requests

2 participants