Closed kv-be closed 7 months ago
the following line below doesn't indent very nicely
constant proc_call : string := proc_name & "(" & to_string(vvc_target, vvc_instance_idx, vvc_channel) -- First part common for all & ", " & to_string(wanted_idx) & ", " & to_string(timeout, ns) & ")";
multiline initial value assignment is not covered.
solved (only for signals, constants and variables. Not for multiline assignments
the following line below doesn't indent very nicely
multiline initial value assignment is not covered.