Hi,
I'd like to use raw mode to thru input data which has specified jitter to the output.
But my environment doesn't work well, can you help and correct me?
my code (input/output is ch0) is here
#channel access
addr, val
0xfc, 0x01 #enable channel access
0xff, 0x01 #enable register access to channel0
0xfd, 0x00 #enable register access to ch0 of die0
0x00, 0x04 #reset channel register to default
#bypass CDR
0x31, 0x00 #Set adapt mode to zero
0x1e, 0x09 #Puts device into RAW mode
0x2d, 0x38 #Enable EQ boost override
0x03, 0x00 #Set EQ boost value as zero
0x8e, 0x01 #vga_sel_gain=1
0x13, 0xb0 #Eqselect gain=0
#FIR = main only
0x3d, 0x1a #disable pre/post cursor FIR
#driver = un-mute
0x09, 0x00 #undo output mux override
Also, is it possible to output same signal from adjacent channel with fan-out setting?