File size: 889 Bytes
123e810
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Avoid begin..end around task/function

- Source URL: https://github.com/AsFigo/pyslint/issues/160

```verilog

task Write();
begin

	$display("PADDR %h, PWDATA %h  ",paddr,pwdata);

end

endtask
```

## PR Content from GitHub

# GitHub Pull Request Summary

**PR Title:** Support for issue 160 added

**PR Number:** #167

**Author:** svenka3

**Status:** Merged (Dec 6, 2023)

---

## PR Description Body

The PR description body is not fully visible in the provided content. Only a comment referencing the issue is shown.

---

## PR Comments

**@svenka3** (Dec 6, 2023):
"Fixes #160"

---

## Linked Issue

**Issue #160 Title:** "Avoid begin..end around task/function"

**Issue Body:** Not provided in the source material.

---

## Additional Details

- **Commits:** 1 commit (18608ad)
- **Merged into:** main branch
- **Source branch:** i160
- **Reviews:** None
- **Assignees:** None