- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can i associate an input of my entity that it is not a top level entity of my project to an internal pin of my board?
In particular i must use the sram of my cyclone ii , i want to create an entity sram in which i have an input chip enable, i want that this signal is the real chip enable of the sram. Can i do it with the association of this input to the pin of my board? And, how can i do it? I seem that it is possible only for the top level entity.Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes it's only possible from the top level entity. If you want that signal to reach another entity, you'll have to connect it through the hierarchy. Declare it as a port in your entity, and in the instantiotion in the top level file, connect it to the pin.

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