K
kwaj
Guest
Hi ya,
I am newbie, still trying to get my head around the language. I am trying to
figure out how to connect two components together, mainly for a testbench
configuration. I have a design titled 'dds' in a folder labelled 'work'. The
entity of dds is;
entity dds is
port (
Clk,Clr: in std_logic;
Load: in std_ulogic;
Data_in: in std_ulogic_vector(15 downto 0);
Data_out: out std_ulogic_vector(15 downto 0)
);
end dds;
The output vector is titled Data_out. How do I access the output of the
component, given its location in \work\?
cheers
--
- Kwaj
I am newbie, still trying to get my head around the language. I am trying to
figure out how to connect two components together, mainly for a testbench
configuration. I have a design titled 'dds' in a folder labelled 'work'. The
entity of dds is;
entity dds is
port (
Clk,Clr: in std_logic;
Load: in std_ulogic;
Data_in: in std_ulogic_vector(15 downto 0);
Data_out: out std_ulogic_vector(15 downto 0)
);
end dds;
The output vector is titled Data_out. How do I access the output of the
component, given its location in \work\?
cheers
--
- Kwaj