RTL Linter

errors: 2
warn: 1
info: 3
LineSevRuleMessageText
4
error
BLOCK_IN_FFblocking (=) assignment inside always_ff — use <=q = d; // bad: blocking in FF
7
error
NB_IN_COMBnon-blocking (<=) inside combinational always — use =y <= a; // bad: NB in comb
9
warning
CASE_NO_DEFAULTcase statement; verify a default arm existsalways @(*) case (s)
9
info
STAR_SENSalways @(*) — prefer always_combalways @(*) case (s)
12
info
TAB_CHARtab character in source — prefer spacesendmodule
12
info
TRAILING_WStrailing whitespaceendmodule