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

Ports are always sorted even verilog-auto-inst-sort is set to nil #1733

Closed kevinyuan closed 2 years ago

kevinyuan commented 2 years ago

Hi Dear Support Team,

I want to disble the port sorting with AUTOINST and added the following lines in my verilog file.

// Local Variables: // verilog-auto-arg-sort:nil // verilog-auto-inst-sort:nil // End:

However, everytime I invoke verilog-auto, the ports are still sorted.

How can I fix this issue ?

wsnyder commented 2 years ago

These both default to nil, so shouldn't need to set them yourself. Perhaps you are expecting them to not separate inputs/outputs categories, there is no control for that.