Forum Discussion
ADC module in FPGA DE1-SoC
Hello,
I am not aware if we have the design example that demonstrate the use of ADC by using other than IP.
May I know why you do not the IP to implement ADC in the board?
Regards,
Aqid
Hello,
The main reason I want to configure this ADC module without the need to use IPs (preferably using VHDL) is to avoid copyright issues when using IP blocks in my implementations.
Regards
- sstrell1 year ago
Super Contributor
As long as you have a Quartus license, you can use any included IP in your design. Any IP that requires additional licensing will let you know when you compile the design.
The whole point of IP is to simplify the design process. There'd be no reason to use it if you couldn't use it into production of your design.
And IP is required to implement certain hardware features like the ADC.