Y
yossi
Guest
I have a question related to my design,
I have a component that has lots of registers (120 registers 8bit each).
In this case I can declare an Array in side this component.
my quaestion is:
can I drive it out of this component to the top level?
I was trying to do that with no success, can you assist?
ENTITY registers IS
PORT (
my_array out -- .....??
);
END;
I have a component that has lots of registers (120 registers 8bit each).
In this case I can declare an Array in side this component.
my quaestion is:
can I drive it out of this component to the top level?
I was trying to do that with no success, can you assist?
ENTITY registers IS
PORT (
my_array out -- .....??
);
END;