Skip to content

How to send ERC DRC report to a different directory #675

Closed Answered by Strooom
Strooom asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks,
most of the examples still use the older 'run_drc' style, but I managed to find the solution in there anyway.
So

preflight:
  erc: true
  drc: true

becomes

preflight:
  erc:
    dir: 'reports'
  drc:
    dir: 'reports'

Specifying options simply means you list them below 'erc:' in a section with one more indent

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@set-soft
Comment options

Answer selected by Strooom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants