Jim Wang
Jim Wang
Thank you for your reply. here are some examples code: ``` module t(); typdef enum logic [1:0] { A = 2'b00, B = 2'b01, C = 2'b11, D = 2'b10...
Hi vhda, Cannot agree with you. I'm using exactly what you suggested in "README.md" ``` ctags *.sv --fields=+i --extras=+q -n ``` And here is my `ctags --help` info ``` ➜...
Hi, Thanks. Tried but still the same. BTW: I'm using OSX. I download the ctags from github and compiled myself. JIm
Hi vhda, Thank a lot. Take your time. Please let me know if you need any kind of help, such as testing or something. Jim