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: protected .svp files in batch mode #1528

Closed
veripoolbot opened this issue Dec 12, 2019 · 1 comment
Closed

Question: protected .svp files in batch mode #1528

veripoolbot opened this issue Dec 12, 2019 · 1 comment
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Lawrence Sunnyvale
Original Redmine Message: 3191 from https://www.veripool.org


I can use verilog-auto in batch mode when input/output have .sv extension.
How do I get verilog-auto to accept a different file extension, such as .svp?
For instance, the following command line works with I use .sv instead of .svp. Is there an additional flag for .svp to be recognized as systemverilog?

% emacs --batch raid.auto.svp -f verilog-auto --eval '(write-file "raid.svp")'

Symbol?s function definition is void: verilog-auto

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2019-12-12T01:04:51Z


See "+libext" (same flag as your simulator) in verilog-library-flags in [[Verilog-mode-Help]].

Alternatively, put -- Verilog -- at the top of your files, which will start them in Verilog mode, but not help automatically finding them when looking for modules for AUTOINST.

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