File size: 1,078 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 60 | # COMPAT - class parameter default value missing check
- Source URL: https://github.com/AsFigo/pyslint/issues/178
```verilog
class abstract_ifc #(int cwidth=1, int awidth=2, int dwidth);
endclass
```
LOG
```log
Omitting the assignment to constant_param_expression in a param_assignment in a parameter_port_list currently is not supported.
```
## PR Content from GitHub
# GitHub Pull Request Summary
**PR Title:** Added new rule for #178
**PR Number:** #180
**Status:** Merged
**Author:** svenka3
**Merge Date:** December 29, 2023
---
## PR Description
The pull request body is not fully visible in the provided content, but the commit message indicates: "Added new rule for #178"
---
## Comments
**svenka3** (Dec 29, 2023):
"Fixes #178"
---
## Linked Issue
**Issue #178 Title:** COMPAT - class parameter default value missing check
**Issue Description:** Not provided in the extracted content.
---
## Additional Context
- **Commits:** 1 commit included
- **Commit Hash:** ee7ed6e
- **Branch:** Merged from `i178` into `main`
- **Merge Commit:** c55f299
|