Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You need to be much more specific in asking questions.
Which protocol should the parallel interface follow? What is the width of the parallel interface?
Which FPGA dev board are you using?
Clarifies that you need to learn more about digital logic to manage the project.In the data sheet(AD7656) they have not given any specific protocol and I am Using Altera Max II and regarding width I dont understand what is width in parallel interface
sir,Actually they told to study the parallel interface(AD7656) timing diagram and the Altera max II CPLD has to generate those signals to ADC(AD7656).This is the information they gave me.And I really dont know what to concentrate and where to concentrate also.Clarifies that you need to learn more about digital logic to manage the project.
The datasheet actually explains a lot. The interface can be either configured as parallel 16 bit data bus or as three channel SPI. You have to implement either one or the other in MAX II. Both is basically possible.
You didn't yet mention how the ADC data will be processed in your programmable logic and what's their final target.
sir,Actually they told to study the parallel interface(AD7656) timing diagram and the Altera max II CPLD has to generate those signals to ADC(AD7656).This is the information they gave me.And I really dont know what to concentrate and where to concentrate also.
So many "they"s. Is this project forced on to you?This is the information they gave me.And I really dont know what to concentrate and where to concentrate also.
start with simpler stuff such as an up-down counter.I have very less knowledge about verilog coding
Did you read the datasheet, actually?
Apparently, there is no timing you need to care about, the interface can be completely asynchronous.
You initiate a converstion and then just wait until BUSY deasserts which signals converted values available.
Really simple.
Clarifies that you need to learn more about digital logic to manage the project.
The datasheet actually explains a lot. The interface can be either configured as parallel 16 bit data bus or as three channel SPI. You have to implement either one or the other in MAX II. Both is basically possible.
You didn't yet mention how the ADC data will be processed in your programmable logic and what's their final target.
But the diagram portrays as if it is sending analog signals such as V1,V2,V3,V4,V5,V6