The linkage mode cannot be used for elements of a mode view, Sigasi will flag this as an error (rule 256).
VHDL
view io_view of data_record is
input_data : in;
output_data : out;
other_data : linkage;
end view io_view;The linkage mode cannot be used for elements of a mode view, Sigasi will flag this as an error (rule 256).
view io_view of data_record is
input_data : in;
output_data : out;
other_data : linkage;
end view io_view;