- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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;Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You will need to declare the array type in a package that is used in the top level entity and the registers component. Then they have a common view of the types.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page