Forum Discussion
Altera_Forum
Honored Contributor
14 years agocustom sopc component master reset
hi, i did a custom component with avalon streaming and avalon memory mapped interface.
I have a standard reset input (needed by the interface) but it's not asserted when i start my system. should i do a reset inside my component to inizialize my internal logic? how to reset my custom component from outside when the system powers up?2 Replies
- Altera_Forum
Honored Contributor
Your reset input will be asserted only when the full SOPC system is reset, i.e. when it's own reset input is asserted. Check that your design asserts the reset signal properly.
- Altera_Forum
Honored Contributor
many thanks i will try