# 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