Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv2v
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
sv2v
4e989bc02906e2c0798c29b0e2358302d9d03a75
4e989bc02906e2c0798c29b0e2358302d9d03a75
Switch branch/tag
sv2v
test
error
end_label_task_wrong.sv
Find file
Normal view
History
Permalink
end_label_task_wrong.sv
109 Bytes
Edit
Newer
Older
fix handling of end labels
c0cb401a
Zachary Snow
committed
3 years ago
1
2
3
4
5
// pattern: element "yes" has mismatched end label "no"
module
top
;
task
yes
;
endtask
:
no
endmodule