| 1078 |
Built-in Scriptum ignores printer settings |
All |
2.1.3 |
All printer settings set through the printer properties dialog on Windows are ignored. |
| 1077 |
Verilog linting: no range detection in concat statements |
All |
2.1.3 |
Assignment statements using the { } concatenation are ignored in the range detection. |
| 1075 |
Verilog Linting: Latch detection |
All |
2.1.3 |
The use of local wires confuse the clock detection and trigger a false lint message |
| 1074 |
Verilog Linting: range direction mismatch |
All |
2.1.3 |
The following code will issue a lint message "range direction mismatch in assignment"
assign sum[8:7] = cnt2[5:4] + cnt2[0]; |
| 1037 |
Verilog Linter |
All |
2.1.1 |
Please implement Latch dectection |