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

module in verilog module name #1083

Closed
veripoolbot opened this issue Aug 18, 2016 · 4 comments
Closed

module in verilog module name #1083

veripoolbot opened this issue Aug 18, 2016 · 4 comments
Assignees

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Sathappan Palaniappan
Original Redmine Issue: 1083 from https://www.veripool.org

Original Assignee: Wilson Snyder (@wsnyder)


Hi,

In case if the module name contains module as a part of the name, the AUTOINST expansion is not working. Attached tar file (module_in_modulename.tar.gz) contains a working (my_modu) and not working (my_module) cases to demonstrate the issue. Please, fix it.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-08-23T11:12:54Z


Your example works for me. Are you using the latest verilog-mode? If so can you try using -q --no-site-file to see if it's a setting that is causing it?

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Sathappan Palaniappan
Original Date: 2016-09-08T23:12:39Z


Both the examples work in batch mode. In GUI mode only "my_modu" works and "my_module" do not work.
NOTE: I picked you latest verilog-mode.el and tried, I see the issue.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-09-10T23:45:17Z


If it works in batch and not interactively then it is almost certainly some setting in your .emacs or your site-start.el file. See if "emacs -q --no-site-start" works, most likely yes, then start normally with commenting out all the lines in those files, then do a binary search to find out what causes it.

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2017-11-19T13:54:30Z


Closing due to age; I presume you found the problem you were having. If not please reopen or file a new bug.

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

No branches or pull requests

2 participants