frankli998

Results 6 issues of frankli998

1.1.2 Eg3 missing 'd' in last line

Currently there is no option to hide or filter finished manga, a common function that most comic reader has, hope there is a way to hide all finished manga. A...

This is what I like to have ![image](https://user-images.githubusercontent.com/16791452/216558427-81dc70f8-12ce-4394-b915-150ac88288ef.png)

enhancement

autodef cannot handle generate and single-bit index correctly ![image](https://user-images.githubusercontent.com/16791452/216557978-e7e5abe5-eec3-4ebe-900e-caa371bc5b64.png) ![image](https://user-images.githubusercontent.com/16791452/216557962-4f115fb5-031c-49fa-8b69-edbc83ad328e.png)

bug

In sytemverilog, localparam is allowed to show up in the "parameter area, for example ```systemverilog module fifo# ( parameter DP = 8, localparam PTRW = $clog2(DP) ) ( output [PTRW...

bug

Suppose I have top.sv and fifo.sv ```verilog module top //submodule /*autodef*/ fifo #( .DW (ALIGN_FIFO_DW) ) u_align_fifo ( PORT_LIST ) endmodule ``` ```verilog module fifo# ( paramter DW ) (...

bug