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

AUTORESET uses `0, rather than '0 #1714

Closed padams-manc closed 3 years ago

padams-manc commented 3 years ago

Hello

There appears to be an issue with AUTORESET in the latest version verilog-mode.el, where it uses `0, rather than '0 in assignement.

Line 8444 of verilog-mode.el is:

"`0/NOWIDTH/")

Should be:

"'0/NOWIDTH/")

Thanks,

Paul

wsnyder commented 3 years ago

Thanks - obviously that feature request wasn't tested in the real world ;)

There was a similar problem in the documentation I fixed too. Thanks for your report.