x32_adc(i) - dspsandbox/Canvas GitHub Wiki
images/DSP-modules/x32_ADC.png
Description
Analog-to-digital converter, ADC(i) (see Pinout). The 10/14 bit are converted into a two's complement representation and accommodated to the 10/14 most significant bits (MSB) of the output port.
Ports
Name | Direction | Width | Comment |
---|---|---|---|
ADC(i) | Tx | 32 bit |
VHDL
Part of DSP_core.vhd. Conversion and bit accommodation are performed in convertType_32_14.vhd.