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

How to disable // Templated comment when using AUTO_TEMPLATE #1764

Closed kachungwong closed 2 years ago

kachungwong commented 2 years ago

/dummy_mod AUTO_TEMPLATE ( .output1 (d_out), ); / dummy_mod u0_dummy_mod (/AUTOINST/ // Outputs .output1 (d_out), // Templated

I want to remove the "// Templated" at the end .output1

wsnyder commented 2 years ago

There is no option not to print the Templated. What are these harming (perhaps there is another option)?

kachungwong commented 2 years ago

I was just wondering because I find having unnecessary comments crowds the code. I could always clean it. Thank you for your feedback.