Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe problem is about how to control the circuit of New component of SOPC Builder
First, Thanks everyone's help. I used the tool of new component of SOPC builder to combine mycircuit, the figure is my setting of interface. My problem is how to control the data of pwm_hall. ...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- You need to create an Avalon slave interface and some logic in your circuit to decode the Avalon signals to set up the correct registers. You can't have your signals directly controlled by the CPU without some glue logic. --- Quote End --- Thank you for your suggest. I got it.