F
filmil
Guest
Hello all:
VisualElite VHDL compiler complains about the following lines:
type state_type is
record
a, b, d, f : integer range 0 to 4;
end record;
constant INITIAL_STATE : state_type := (a => 1, b => 1, d => 0, f =>
0);
saying: "Record aggregates are not supported for synthesis". Is this
warning important? I am only using aggregates as shorthands for
grouping signals together, and this should have no implications to
synthesis. Should I care?
f
VisualElite VHDL compiler complains about the following lines:
type state_type is
record
a, b, d, f : integer range 0 to 4;
end record;
constant INITIAL_STATE : state_type := (a => 1, b => 1, d => 0, f =>
0);
saying: "Record aggregates are not supported for synthesis". Is this
warning important? I am only using aggregates as shorthands for
grouping signals together, and this should have no implications to
synthesis. Should I care?
f