Guest
hi guys... new to vhdl here. Want to know how to make the signals in a
record on the ports of an entity.
type myrecord is record
a : ...
b : ...
end record;
signal mysig : myrecord;
entity myentity is
port (
-- how to make mysig.a and mysig.b as in and out port
respectively??
)
end myentity;
record on the ports of an entity.
type myrecord is record
a : ...
b : ...
end record;
signal mysig : myrecord;
entity myentity is
port (
-- how to make mysig.a and mysig.b as in and out port
respectively??
)
end myentity;