Veripool API Bot
Veripool API Bot
--- Author Name: **Enze Chi** Original Redmine Issue: 1495 from https://www.veripool.org --- With verilog-mode from master branch (be9b5af) I have 3 expression as below, after press , I got wrong...
--- Author Name: **David Rogoff** Original Redmine Issue: 386 from https://www.veripool.org --- Hi again. I've got a ton of signals and ports that are various typedefs/structs. When verilog-mode indents these,...
--- Author Name: **David Rogoff** Original Redmine Issue: 1313 from https://www.veripool.org --- I just created a simple clock/reset module to instantiate in my testbench. The module contains a clocking block:...
--- Author Name: **Warren Ferguson** Original Redmine Issue: 1404 from https://www.veripool.org --- I entered the following file and allowed verilog mode (latest verilog-mode.el) to choose its own alignment. Why is...
--- Author Name: **Rupert Swarbrick** (@rswarbrick) Original Redmine Issue: 1283 from https://www.veripool.org --- The default behaviour of verilog-mode is that '_' is a word constituent (syntax class 'w'). This means...
--- Author Name: **Enzo Chi** Original Redmine Issue: 1168 from https://www.veripool.org --- We have coding style required the "begin" keyword has to align with the case expression: Expected: ``` case(sel)...
--- Author Name: **Ian Perryman** Original Redmine Issue: 1070 from https://www.veripool.org --- I was attempting to use the auto completion which is bound to M-? I have a very small...
--- Author Name: **Greg Hilton** Original Redmine Issue: 892 from https://www.veripool.org --- I'm a fan of the two always block style of coding; one combinational block & one simple synchronous...
--- Author Name: **Terrence Sun** Original Redmine Issue: 1085 from https://www.veripool.org --- If a signal is sub-module's input, then it is excluded from auto output. I would like to add...
--- Author Name: **Kaushal Modi** Original Redmine Issue: 1092 from https://www.veripool.org --- Hello, Lately (in about last month), I have been seeing an odd highlighting issue most likely related to...