Firefighter
New Contributor
4 years agoMAXII Code
Hi Intel,
I am reading some reference code for MAXII CPLD. It is below. I do not understand what it is doing. Any one can help?
maxii_io
d_bit_13(.datain ( sck), //serial_clk_out
.oe (DC2026_DETECT), //DC2026_DETECT=1 SCK_33=sck & gated_sck, DC_2026_DETECT=0 SCK_33=HiZ
.padio (SCK_33), //pin to SCK of LTC2380-24
.combout (B13)); //
defparam d_bit_13.operation_mode = "bidir";