Skip to content

Commit

Permalink
Regenerate Verilog ctags unit tests
Browse files Browse the repository at this point in the history
Regenerate tests/ctags/*.v.tags, which were broken as a result of
modifying the Verilog ctags parser in commit
"Unify Verilog and SystemVerilog tags".
  • Loading branch information
cousteaulecommandant committed Nov 18, 2024
1 parent b26b7fc commit e7a215d
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 56 deletions.
12 changes: 6 additions & 6 deletions tests/ctags/bug1111214-j-chan.v.tags
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
insig�16384�top�0
variable: top :: insig
outsig�16384�top�0
variable: top :: outsig
top�1�0
class: top
insig�32768�top�0
externvar: top :: insig
outsig�32768�top�0
externvar: top :: outsig
top�1024�0
prototype: top
4 changes: 2 additions & 2 deletions tests/ctags/bug1111214.v.tags
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
wahoo�1�0
class: wahoo
wahoo�1024�0
prototype: wahoo
4 changes: 2 additions & 2 deletions tests/ctags/bug1743330.v.tags
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dummy�1�0
class: dummy
dummy�1024�0
prototype: dummy
4 changes: 2 additions & 2 deletions tests/ctags/bug2747828.v.tags
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ramaddr_0�16384�0
variable: ramaddr_0
ramaddr_0�8�0
field: ramaddr_0
8 changes: 4 additions & 4 deletions tests/ctags/bug960316.v.tags
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
fail_define_2�16384�0
variable: fail_define_2
fail_define_2�65536�0
macro: fail_define_2
fail_func_2�16�0
function: fail_func_2
fail_task_2�16�0
function: fail_task_2
pass_define_1�16384�0
variable: pass_define_1
pass_define_1�65536�0
macro: pass_define_1
pass_func_1�16�0
function: pass_func_1
pass_task_1�16�0
Expand Down
32 changes: 16 additions & 16 deletions tests/ctags/bug961001.v.tags
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
GUESTA�16384�0
variable: GUESTA
GUESTB�16384�0
variable: GUESTB
GUESTC�16384�0
variable: GUESTC
GUESTD�16384�0
variable: GUESTD
HOSTA�16384�0
variable: HOSTA
HOSTB�16384�0
variable: HOSTB
HOSTC�16384�0
variable: HOSTC
HOSTD�16384�0
variable: HOSTD
GUESTA�65536�0
macro: GUESTA
GUESTB�65536�0
macro: GUESTB
GUESTC�65536�0
macro: GUESTC
GUESTD�65536�0
macro: GUESTD
HOSTA�65536�0
macro: HOSTA
HOSTB�65536�0
macro: HOSTB
HOSTC�65536�0
macro: HOSTC
HOSTD�65536�0
macro: HOSTD
16 changes: 8 additions & 8 deletions tests/ctags/state_machine.v.tags
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
S0�16384�0
variable: S0
S1�16384�0
variable: S1
S2�16384�0
variable: S2
S3�16384�0
variable: S3
S0�8�0
field: S0
S1�8�0
field: S1
S2�8�0
field: S2
S3�8�0
field: S3
next_state�16384�0
variable: next_state
state�16384�0
Expand Down
40 changes: 24 additions & 16 deletions tests/ctags/traffic_signal.v.tags
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
Init�256�traffic�0
namespace: traffic :: Init
amber�16384�traffic�0
variable: traffic :: amber
amber_tics�16384�traffic�0
variable: traffic :: amber_tics
amber_tics�8�traffic�0
field: traffic :: amber_tics
clock�16384�traffic�0
variable: traffic :: clock
color�16384�traffic.light�0
variable: traffic.light :: color
clock_wave�256�traffic�0
namespace: traffic :: clock_wave
color�32768�traffic.light�0
externvar: traffic.light :: color
green�16384�traffic�0
variable: traffic :: green
green_tics�16384�traffic�0
variable: traffic :: green_tics
green_tics�8�traffic�0
field: traffic :: green_tics
light�16�traffic�0
function: traffic :: light
off�16384�traffic�0
variable: traffic :: off
on�16384�traffic�0
variable: traffic :: on
main_process�256�traffic�0
namespace: traffic :: main_process
off�8�traffic�0
field: traffic :: off
on�8�traffic�0
field: traffic :: on
red�16384�traffic�0
variable: traffic :: red
red_tics�16384�traffic�0
variable: traffic :: red_tics
tics�16384�traffic.light�0
variable: traffic.light :: tics
traffic�1�0
class: traffic
red_tics�8�traffic�0
field: traffic :: red_tics
stop_at�256�traffic�0
namespace: traffic :: stop_at
tics�32768�traffic.light�0
externvar: traffic.light :: tics
traffic�1024�0
prototype: traffic

0 comments on commit e7a215d

Please sign in to comment.