Altera_Forum
Honored Contributor
13 years agohow can I drive an array from a component to the top level
hello everyone!!!:)
I have a question related to my design, my design: top_level----> ----------------------------->component :registers ----------------------------->component :cpu ..... ..... I have a component called "registers" that has lots of registers (120 registers 8bit each). In this case I can declare an Array inside this component. my quaestion is: can I drive it out of this component("registers") to the top_level of my design? I was trying to do that with no success, can you assist? ENTITY registers IS PORT ( my_array out -- .....?? ); END;