N
Naveen R
Guest
VHDL gurus,
I am designing an FPGA using VHDL and I ran into a little problem.
My top level file is mytop.vhd and I instantiate numerous components.
One of the components is mycomp.vhd. A signal my_sig(15 downto 0) is
declared in the component architecture. However, this signal is not
part of the port map. How do I access this signal(s) in my top level
file? Does VHDL even support this?
One way of working around this problem is to list the signal in the
port map. However, this component is instantiated numerous times in my
top level file and I don?t need this signal for each instance.
I tried looking up references on the web but couldn?t find any useful
information. I would really appreciate if someone can suggest a
solution.
Thanks
Naveen.
I am designing an FPGA using VHDL and I ran into a little problem.
My top level file is mytop.vhd and I instantiate numerous components.
One of the components is mycomp.vhd. A signal my_sig(15 downto 0) is
declared in the component architecture. However, this signal is not
part of the port map. How do I access this signal(s) in my top level
file? Does VHDL even support this?
One way of working around this problem is to list the signal in the
port map. However, this component is instantiated numerous times in my
top level file and I don?t need this signal for each instance.
I tried looking up references on the web but couldn?t find any useful
information. I would really appreciate if someone can suggest a
solution.
Thanks
Naveen.