.. comment: generated by t_lint_procassinit_bad .. code-block:: %Warning-PROCASSINIT: example.v:1:20 Procedural assignment to declaration with initial value: 'flop_out' : ... note: In instance 't' : ... Location of variable initialization 26 | logic flop_out = 1; | ^ example.v:1:7 ... Location of variable process write : ... Perhaps should initialize instead using a reset in this process 30 | flop_out <= ~in; | ^~~~~~~~