x32_dac(i) - dspsandbox/Canvas GitHub Wiki
images/DSP-modules/x32_DAC.png
Description
Digital-to-analog converter, DAC(i) (see Pinout). The 10/14 most significant bits (MSB) of the input port are used to program the corresponding DAC.
Ports
Name | Direction | Width | Comment |
---|---|---|---|
DAC(i) | Rx | 32 bit |
VHDL
Part of DSP_core.vhd. Conversion and bit accommodation are performed in convertType_32_14 .vhd.