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

Question: Outputs from module 1 become inputs for module 2 #830

Closed
veripoolbot opened this issue Nov 3, 2014 · 2 comments
Closed

Question: Outputs from module 1 become inputs for module 2 #830

veripoolbot opened this issue Nov 3, 2014 · 2 comments
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Ned Guthrie
Original Redmine Message: 1517 from https://www.veripool.org


I have a module that has a large list of auto-generated outputs. I want to create another module that takes a subset of those outputs as inputs. The outputs that I want to use all start with the same word, so this should be easy to do with a regex. It looks like what I want is the AUTOINOUTMODULE, but I can't figure out how to use the regexp with this to do what I want. I need to do two things:


  1. Only get specific sub-set of outputs
  2. Declare those outputs as inputs for the new module.

Maybe this AUTO is not what I need and there is a more complicated AUTO_LISP function that will do what I need
@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2014-11-03T15:00:31Z


I think you might be looking for /AUTOINOUTCOMP("from_module","^prefix_or_regexp","^input")/

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Ned Guthrie
Original Date: 2014-11-03T15:29:58Z


That is exactly what I am looking for. Thanks!

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

No branches or pull requests

1 participant