Altera_Forum
Honored Contributor
17 years agoHow to get access to signals in SOPC blocks
Hi,
My problem is that I got an Altera SOPC IP block (clocked video out), which I need to be able to reset under NIOS software control. The IP block does not have a control bit that can clear/restart the IP core properly. So my idea is to connect the hardware signal "rst" of the IP block to an output pin controlled by the NIOS. Since the signals for the Clocked video out IP are connected to the "fabric" in the SOPC, and thereby handled by the SOPC builder, I don't seen how I can get to the "rst" line. I have considered making a "wrapper" for the IP core (mounting the IP core inside the wrapper as a component (using VHDL)), but not sure how, since the Altera IP core are encryped. We have only license to use the VIP cores, not viewing source. Any ideas? Otherwise I'll probably need to write a complete clocked video out function instead :( BR Peter