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: return value exist? #1003

Closed
veripoolbot opened this issue Nov 20, 2015 · 1 comment
Closed

Question: return value exist? #1003

veripoolbot opened this issue Nov 20, 2015 · 1 comment
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Ming-Tuo Chin
Original Redmine Message: 1758 from https://www.veripool.org


Hi,

I am trying to build a makefile to invoke verilog mode. If the verilog mode insertion successfully, then the action is done. When the insertion fails, I'd like to execute another makefile command. Is there any return value of verilog mode to indicate the insertion success or failure so I can use that return value as another command trigger condition?

Thanks!!

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2015-11-20T02:08:40Z


No, but you can write your own emacs-lisp to do this. e.g. make a .el file which calls (roughly - from memory)

(unwind-protect
(verilog-batch-auto)
(kill-emacs 10))

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