Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFilter & decimation implementation on AD7401
Hello everybody! We have chosen the AD7401 Sigma Delta modulator for our project, translated the Verilog code given by the datasheet into VHDL and are now confused about the results of the simu...
Altera_Forum
Honored Contributor
16 years agoCan you explain to us how that is expressed in VHDL?
ip_data1 <= 1; Because, for instance, in SBAA094 of ADS1202 it is done the way we did it. DELTA1 <= DELTA1 + 1; Where exactly is our code mistaken, despite the fact that it is bad coding style given by the datasheet itself. Shouldn't vector ip_data1 work as an adder?