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: Is it possible to reserve the generated codes after executing verilog-batch-delete-auto #1071

Closed
veripoolbot opened this issue Jun 27, 2016 · 1 comment
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Paul Chen
Original Redmine Message: 1923 from https://www.veripool.org


As I know, after executing verilog-batch-delete-auto, all codes generated by verilog-mode will be cleared.
How could I write a AUTOINSERTLISP function, to generate the codes, and then to keep partial codes after verilog-batch-delete-auto?
Thank a lot.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-07-09T08:16:07Z


Verilog-delete-autos removes everything between the // Beginning of automatic and // End of automatic labels. If your script moves the point to outside the comments (or deletes them) they won't get removed.

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