Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow to connect the blocks between the core of Sopc and my circuit
In my circuit, there are two blocks, one is core of sopc, another one is pwm circuit, How to connect two blocks, and I don't want to include my circuit in the Sopc core. Does anyone can help me?, ...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- I already used the PIO, but it's not working. when I load my circuit into the FPGA. i didn't see the result that I want. --- Quote End --- It also depends from what type of interface your pwm circuit has. If it has a plain n-bit input port which directly set the pwm duty cycle, then it should work connected to pio. If it has a specific bus interface (addr,data,wr,rd,ce,...) then your sopc must provide the same interface in order to set the required registers Cris