Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

custom sopc component master reset

Altera_Forum
Honored Contributor II
1,480 Views

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?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
528 Views

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.

0 Kudos
Altera_Forum
Honored Contributor II
528 Views

many thanks i will try

0 Kudos
Reply