We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"\.v\'" already used by vlang issue in vlang repo So add it into quickrun-file-alist will cause conflicts. Is there any proper way to solve this?
quickrun-file-alist
The text was updated successfully, but these errors were encountered:
It looks there is no way. I suppose it requires like following hack.
(require 'quickrun) (push '("\\.v\\'" . "verilog") quickrun-file-alist) (quickrun-add-command "verilog" '((:command . "iverilog") (:exec . ("%c -o %e %s" "%e %a")) (:remove . ("%e"))) :mode 'verilog-mode)
Sorry, something went wrong.
Just realized this funny discussion about vlang and verilog.
vlang
verilog
@syohex 's hack works nicely. Thanks for looking into it!
No branches or pull requests
"\.v\'" already used by vlang issue in vlang repo
So add it into
quickrun-file-alist
will cause conflicts.Is there any proper way to solve this?
The text was updated successfully, but these errors were encountered: