MCC, Instrument connection registers

Is it okay to assume that, every connection between instruments are in the format of int16 as the ADC works that way? Should my Custom Instrument Output be 16 bit binary always?
Another question would be is it okay to deploy IP core’s with .xci ‘s provided to Cloud Compile and is it okay to deploy VHDL libraries as long as they are synthsizable?

Hi @alkmbozkurt ,

Yes, the inputs and outputs are 16-bit samples, here is some documentation describing this.

Yes, you can use libraries and your own IP cores by uploading the .xci file, here is an article describing this.