veripool / verilog-mode

Verilog-Mode for Emacs with Indentation, Hightlighting and AUTOs. Master repository for pushing to GNU, verilog.com and veripool.org.
http://veripool.org/verilog-mode
GNU General Public License v3.0
247 stars 90 forks source link

Previously Working AUTOOUTPUT, AUTOINPUT does not expand anymore with no errors - How to debug #1713

Closed engrvns closed 3 years ago

engrvns commented 3 years ago

Hi verilog-mode team

This is a weird issue, A previously working RTL file with AUTOOUTPUT, AUTOINPUT does not expand the inputs and outputs. All other AUTOs are working fine. Killing the AUTOs or using AUTOARGs instead non of them create the ports.

NO errors in the message buffer. I am on the latest verilog-mode.

Any clues on how to debug this?

Thanks

engrvns commented 3 years ago

Basically copied the file into a new file and killed the autos and expanded it. Worked No other difference... Crude but works. It would interesting to know how to debug why the expansion did not work in the first file.

wsnyder commented 3 years ago

Strange, sorry I don't have any ideas.

All I could think of is some strange syntax or control character in the file, which when you copied didn't come along.